com.ca.commons.opbindings.xmlbind
Class Opbindings

java.lang.Object
  extended by com.ca.commons.opbindings.xmlbind.Opbindings

public class Opbindings
extends Object

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

script

protected List<ScriptType> script

opbinding

protected List<OpBindingType> opbinding
Constructor Detail

Opbindings

public Opbindings()
Method Detail

getScript

public List<ScriptType> getScript()
Gets the value of the script property.

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


isSetScript

public boolean isSetScript()

unsetScript

public void unsetScript()

getOpbinding

public List<OpBindingType> getOpbinding()
Gets the value of the opbinding property.

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


isSetOpbinding

public boolean isSetOpbinding()

unsetOpbinding

public void unsetOpbinding()


Created 2011-07-14 13:27 EST