Uses of Class
com.ca.commons.datamodel.xmlbind.CollectionValue

Packages that use CollectionValue
com.ca.commons.datamodel.xmlbind   
 

Uses of CollectionValue in com.ca.commons.datamodel.xmlbind
 

Fields in com.ca.commons.datamodel.xmlbind declared as CollectionValue
protected  CollectionValue SimpleValue.sequenceValue
           
protected  CollectionValue SimpleValue.setValue
           
 

Methods in com.ca.commons.datamodel.xmlbind that return CollectionValue
 CollectionValue ObjectFactory.createCollectionValue()
          Create an instance of CollectionValue
 CollectionValue SimpleValue.getSequenceValue()
          Gets the value of the sequenceValue property.
 CollectionValue SimpleValue.getSetValue()
          Gets the value of the setValue property.
 

Methods in com.ca.commons.datamodel.xmlbind with parameters of type CollectionValue
 void SimpleValue.setSequenceValue(CollectionValue value)
          Sets the value of the sequenceValue property.
 void SimpleValue.setSetValue(CollectionValue value)
          Sets the value of the setValue property.
 



Created 2011-07-14 13:27 EST