|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ca.commons.opbindings.xmlbind.Opbindings
public class Opbindings
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="script" type="{http://www.ca.com/xml/commons/opbindings}ScriptType" maxOccurs="unbounded" minOccurs="0"/>
<element name="opbinding" type="{http://www.ca.com/xml/commons/opbindings}OpBindingType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<OpBindingType> |
opbinding
|
protected List<ScriptType> |
script
|
| Constructor Summary | |
|---|---|
Opbindings()
|
|
| Method Summary | |
|---|---|
List<OpBindingType> |
getOpbinding()
Gets the value of the opbinding property. |
List<ScriptType> |
getScript()
Gets the value of the script property. |
boolean |
isSetOpbinding()
|
boolean |
isSetScript()
|
void |
unsetOpbinding()
|
void |
unsetScript()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<ScriptType> script
protected List<OpBindingType> opbinding
| Constructor Detail |
|---|
public Opbindings()
| Method Detail |
|---|
public List<ScriptType> getScript()
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 script property.
For example, to add a new item, do as follows:
getScript().add(newItem);
Objects of the following type(s) are allowed in the list
ScriptType
public boolean isSetScript()
public void unsetScript()
public List<OpBindingType> getOpbinding()
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 opbinding property.
For example, to add a new item, do as follows:
getOpbinding().add(newItem);
Objects of the following type(s) are allowed in the list
OpBindingType
public boolean isSetOpbinding()
public void unsetOpbinding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||