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

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

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

Fields in com.ca.commons.datamodel.xmlbind declared as BinaryValue
protected  BinaryValue SimpleValue.binaryValue
           
 

Methods in com.ca.commons.datamodel.xmlbind that return BinaryValue
 BinaryValue ObjectFactory.createBinaryValue()
          Create an instance of BinaryValue
 BinaryValue SimpleValue.getBinaryValue()
          Gets the value of the binaryValue property.
 

Methods in com.ca.commons.datamodel.xmlbind with parameters of type BinaryValue
 void SimpleValue.setBinaryValue(BinaryValue value)
          Sets the value of the binaryValue property.
 



Created 2011-07-14 13:27 EST