com.ca.commons.opattributes.xmlbind
Class OpAttributes

java.lang.Object
  extended by com.ca.commons.opattributes.xmlbind.OpAttributes

public class OpAttributes
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="opAttribute" type="{http://www.ca.com/xml/commons/opattributes}OpAttributeType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<OpAttributeType> opAttribute
           
 
Constructor Summary
OpAttributes()
           
 
Method Summary
 List<OpAttributeType> getOpAttribute()
          Gets the value of the opAttribute property.
 boolean isSetOpAttribute()
           
 void unsetOpAttribute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

opAttribute

protected List<OpAttributeType> opAttribute
Constructor Detail

OpAttributes

public OpAttributes()
Method Detail

getOpAttribute

public List<OpAttributeType> getOpAttribute()
Gets the value of the opAttribute 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 opAttribute property.

For example, to add a new item, do as follows:

    getOpAttribute().add(newItem);
 

Objects of the following type(s) are allowed in the list OpAttributeType


isSetOpAttribute

public boolean isSetOpAttribute()

unsetOpAttribute

public void unsetOpAttribute()


Created 2011-07-14 13:27 EST