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

Packages that use SimpleValue
com.ca.commons.datamodel.standard The original "standard" implementation of the Data Model API. 
com.ca.commons.datamodel.xmlbind   
 

Uses of SimpleValue in com.ca.commons.datamodel.standard
 

Methods in com.ca.commons.datamodel.standard with parameters of type SimpleValue
 DataModelValue DataModelBuilderImpl.convertValueFromXML(com.ca.commons.datamodel.standard.DataModelNamespaceImpl ns, SimpleValue xmlType)
           
 

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

Fields in com.ca.commons.datamodel.xmlbind declared as SimpleValue
protected  SimpleValue CollectionValue.baseType
           
protected  SimpleValue MapEntryType.key
           
protected  SimpleValue MapValue.keyType
           
protected  SimpleValue MetadataPropertyType.value
           
protected  SimpleValue MapEntryType.value
           
protected  SimpleValue MapValue.valueType
           
 

Fields in com.ca.commons.datamodel.xmlbind with type parameters of type SimpleValue
protected  List<SimpleValue> CollectionValue.val
           
 

Methods in com.ca.commons.datamodel.xmlbind that return SimpleValue
 SimpleValue ObjectFactory.createSimpleValue()
          Create an instance of SimpleValue
 SimpleValue CollectionValue.getBaseType()
          Gets the value of the baseType property.
 SimpleValue MapEntryType.getKey()
          Gets the value of the key property.
 SimpleValue MapValue.getKeyType()
          Gets the value of the keyType property.
 SimpleValue MetadataPropertyType.getValue()
          Gets the value of the value property.
 SimpleValue MapEntryType.getValue()
          Gets the value of the value property.
 SimpleValue MapValue.getValueType()
          Gets the value of the valueType property.
 

Methods in com.ca.commons.datamodel.xmlbind that return types with arguments of type SimpleValue
 List<SimpleValue> CollectionValue.getVal()
          Gets the value of the val property.
 

Methods in com.ca.commons.datamodel.xmlbind with parameters of type SimpleValue
 void CollectionValue.setBaseType(SimpleValue value)
          Sets the value of the baseType property.
 void MapEntryType.setKey(SimpleValue value)
          Sets the value of the key property.
 void MapValue.setKeyType(SimpleValue value)
          Sets the value of the keyType property.
 void MetadataPropertyType.setValue(SimpleValue value)
          Sets the value of the value property.
 void MapEntryType.setValue(SimpleValue value)
          Sets the value of the value property.
 void MapValue.setValueType(SimpleValue value)
          Sets the value of the valueType property.
 



Created 2011-07-14 13:27 EST