public class Pass
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
active |
protected java.lang.String |
name |
protected java.util.List<Param> |
param |
protected java.lang.String |
refer |
| Constructor and Description |
|---|
Pass() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActive()
Gets the value of the active property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<Param> |
getParam()
Gets the value of the param property.
|
java.lang.String |
getRefer()
Gets the value of the refer property.
|
void |
setActive(java.lang.String value)
Sets the value of the active property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setRefer(java.lang.String value)
Sets the value of the refer property.
|
protected java.lang.String name
protected java.lang.String refer
protected java.lang.String active
protected java.util.List<Param> param
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getRefer()
Stringpublic void setRefer(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getActive()
Stringpublic void setActive(java.lang.String value)
value - allowed object is Stringpublic java.util.List<Param> getParam()
This accessor method returns a reference to the live list, not a snapshot. Therefore any
modification you make to the returned list will be present inside the JAXB object. This is
why there is not a set method for the param property.
For example, to add a new item, do as follows:
getParam().add(newItem);
Objects of the following type(s) are allowed in the list Param