com.ca.commons.datamodel.xmlbind
Class SimpleValue

java.lang.Object
  extended by com.ca.commons.datamodel.xmlbind.SimpleValue

public class SimpleValue
extends Object

Java class for SimpleValue complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SimpleValue">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{http://www.ca.com/xml/commons/datamodel}SimpleValueGroup"/>
       <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="ignoreValue" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean _default
           
protected  Object anyValue
           
protected  BinaryValue binaryValue
           
protected  Boolean boolValue
           
protected  ClassReference compoundValueClassRef
           
protected  Calendar dateTimeValue
           
protected  Calendar dateValue
           
protected  Double dblValue
           
protected  Duration durationValue
           
protected  EnumValue enumValue
           
protected  FlexiStrValue flexiStrValue
           
protected  Float floatValue
           
protected  Boolean ignoreValue
           
protected  Integer intValue
           
protected  Long longValue
           
protected  MapValue mapValue
           
protected  CollectionValue sequenceValue
           
protected  CollectionValue setValue
           
protected  String strValue
           
protected  Calendar timeValue
           
 
Constructor Summary
SimpleValue()
           
 
Method Summary
 Object getAnyValue()
          Gets the value of the anyValue property.
 BinaryValue getBinaryValue()
          Gets the value of the binaryValue property.
 ClassReference getCompoundValueClassRef()
          Gets the value of the compoundValueClassRef property.
 Calendar getDateTimeValue()
          Gets the value of the dateTimeValue property.
 Calendar getDateValue()
          Gets the value of the dateValue property.
 Double getDblValue()
          Gets the value of the dblValue property.
 Duration getDurationValue()
          Gets the value of the durationValue property.
 EnumValue getEnumValue()
          Gets the value of the enumValue property.
 FlexiStrValue getFlexiStrValue()
          Gets the value of the flexiStrValue property.
 Float getFloatValue()
          Gets the value of the floatValue property.
 Integer getIntValue()
          Gets the value of the intValue property.
 Long getLongValue()
          Gets the value of the longValue property.
 MapValue getMapValue()
          Gets the value of the mapValue property.
 CollectionValue getSequenceValue()
          Gets the value of the sequenceValue property.
 CollectionValue getSetValue()
          Gets the value of the setValue property.
 String getStrValue()
          Gets the value of the strValue property.
 Calendar getTimeValue()
          Gets the value of the timeValue property.
 Boolean isBoolValue()
          Gets the value of the boolValue property.
 boolean isDefault()
          Gets the value of the default property.
 boolean isIgnoreValue()
          Gets the value of the ignoreValue property.
 boolean isSetAnyValue()
           
 boolean isSetBinaryValue()
           
 boolean isSetBoolValue()
           
 boolean isSetCompoundValueClassRef()
           
 boolean isSetDateTimeValue()
           
 boolean isSetDateValue()
           
 boolean isSetDblValue()
           
 boolean isSetDefault()
           
 boolean isSetDurationValue()
           
 boolean isSetEnumValue()
           
 boolean isSetFlexiStrValue()
           
 boolean isSetFloatValue()
           
 boolean isSetIgnoreValue()
           
 boolean isSetIntValue()
           
 boolean isSetLongValue()
           
 boolean isSetMapValue()
           
 boolean isSetSequenceValue()
           
 boolean isSetSetValue()
           
 boolean isSetStrValue()
           
 boolean isSetTimeValue()
           
 void setAnyValue(Object value)
          Sets the value of the anyValue property.
 void setBinaryValue(BinaryValue value)
          Sets the value of the binaryValue property.
 void setBoolValue(Boolean value)
          Sets the value of the boolValue property.
 void setCompoundValueClassRef(ClassReference value)
          Sets the value of the compoundValueClassRef property.
 void setDateTimeValue(Calendar value)
          Sets the value of the dateTimeValue property.
 void setDateValue(Calendar value)
          Sets the value of the dateValue property.
 void setDblValue(Double value)
          Sets the value of the dblValue property.
 void setDefault(boolean value)
          Sets the value of the default property.
 void setDurationValue(Duration value)
          Sets the value of the durationValue property.
 void setEnumValue(EnumValue value)
          Sets the value of the enumValue property.
 void setFlexiStrValue(FlexiStrValue value)
          Sets the value of the flexiStrValue property.
 void setFloatValue(Float value)
          Sets the value of the floatValue property.
 void setIgnoreValue(boolean value)
          Sets the value of the ignoreValue property.
 void setIntValue(Integer value)
          Sets the value of the intValue property.
 void setLongValue(Long value)
          Sets the value of the longValue property.
 void setMapValue(MapValue value)
          Sets the value of the mapValue property.
 void setSequenceValue(CollectionValue value)
          Sets the value of the sequenceValue property.
 void setSetValue(CollectionValue value)
          Sets the value of the setValue property.
 void setStrValue(String value)
          Sets the value of the strValue property.
 void setTimeValue(Calendar value)
          Sets the value of the timeValue property.
 void unsetDefault()
           
 void unsetIgnoreValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

boolValue

protected Boolean boolValue

intValue

protected Integer intValue

longValue

protected Long longValue

dblValue

protected Double dblValue

strValue

protected String strValue

dateValue

protected Calendar dateValue

dateTimeValue

protected Calendar dateTimeValue

timeValue

protected Calendar timeValue

enumValue

protected EnumValue enumValue

flexiStrValue

protected FlexiStrValue flexiStrValue

floatValue

protected Float floatValue

durationValue

protected Duration durationValue

binaryValue

protected BinaryValue binaryValue

anyValue

protected Object anyValue

mapValue

protected MapValue mapValue

sequenceValue

protected CollectionValue sequenceValue

setValue

protected CollectionValue setValue

compoundValueClassRef

protected ClassReference compoundValueClassRef

_default

protected Boolean _default

ignoreValue

protected Boolean ignoreValue
Constructor Detail

SimpleValue

public SimpleValue()
Method Detail

isBoolValue

public Boolean isBoolValue()
Gets the value of the boolValue property.

Returns:
possible object is Boolean

setBoolValue

public void setBoolValue(Boolean value)
Sets the value of the boolValue property.

Parameters:
value - allowed object is Boolean

isSetBoolValue

public boolean isSetBoolValue()

getIntValue

public Integer getIntValue()
Gets the value of the intValue property.

Returns:
possible object is Integer

setIntValue

public void setIntValue(Integer value)
Sets the value of the intValue property.

Parameters:
value - allowed object is Integer

isSetIntValue

public boolean isSetIntValue()

getLongValue

public Long getLongValue()
Gets the value of the longValue property.

Returns:
possible object is Long

setLongValue

public void setLongValue(Long value)
Sets the value of the longValue property.

Parameters:
value - allowed object is Long

isSetLongValue

public boolean isSetLongValue()

getDblValue

public Double getDblValue()
Gets the value of the dblValue property.

Returns:
possible object is Double

setDblValue

public void setDblValue(Double value)
Sets the value of the dblValue property.

Parameters:
value - allowed object is Double

isSetDblValue

public boolean isSetDblValue()

getStrValue

public String getStrValue()
Gets the value of the strValue property.

Returns:
possible object is String

setStrValue

public void setStrValue(String value)
Sets the value of the strValue property.

Parameters:
value - allowed object is String

isSetStrValue

public boolean isSetStrValue()

getDateValue

public Calendar getDateValue()
Gets the value of the dateValue property.

Returns:
possible object is String

setDateValue

public void setDateValue(Calendar value)
Sets the value of the dateValue property.

Parameters:
value - allowed object is String

isSetDateValue

public boolean isSetDateValue()

getDateTimeValue

public Calendar getDateTimeValue()
Gets the value of the dateTimeValue property.

Returns:
possible object is String

setDateTimeValue

public void setDateTimeValue(Calendar value)
Sets the value of the dateTimeValue property.

Parameters:
value - allowed object is String

isSetDateTimeValue

public boolean isSetDateTimeValue()

getTimeValue

public Calendar getTimeValue()
Gets the value of the timeValue property.

Returns:
possible object is String

setTimeValue

public void setTimeValue(Calendar value)
Sets the value of the timeValue property.

Parameters:
value - allowed object is String

isSetTimeValue

public boolean isSetTimeValue()

getEnumValue

public EnumValue getEnumValue()
Gets the value of the enumValue property.

Returns:
possible object is EnumValue

setEnumValue

public void setEnumValue(EnumValue value)
Sets the value of the enumValue property.

Parameters:
value - allowed object is EnumValue

isSetEnumValue

public boolean isSetEnumValue()

getFlexiStrValue

public FlexiStrValue getFlexiStrValue()
Gets the value of the flexiStrValue property.

Returns:
possible object is FlexiStrValue

setFlexiStrValue

public void setFlexiStrValue(FlexiStrValue value)
Sets the value of the flexiStrValue property.

Parameters:
value - allowed object is FlexiStrValue

isSetFlexiStrValue

public boolean isSetFlexiStrValue()

getFloatValue

public Float getFloatValue()
Gets the value of the floatValue property.

Returns:
possible object is Float

setFloatValue

public void setFloatValue(Float value)
Sets the value of the floatValue property.

Parameters:
value - allowed object is Float

isSetFloatValue

public boolean isSetFloatValue()

getDurationValue

public Duration getDurationValue()
Gets the value of the durationValue property.

Returns:
possible object is Duration

setDurationValue

public void setDurationValue(Duration value)
Sets the value of the durationValue property.

Parameters:
value - allowed object is Duration

isSetDurationValue

public boolean isSetDurationValue()

getBinaryValue

public BinaryValue getBinaryValue()
Gets the value of the binaryValue property.

Returns:
possible object is BinaryValue

setBinaryValue

public void setBinaryValue(BinaryValue value)
Sets the value of the binaryValue property.

Parameters:
value - allowed object is BinaryValue

isSetBinaryValue

public boolean isSetBinaryValue()

getAnyValue

public Object getAnyValue()
Gets the value of the anyValue property.

Returns:
possible object is Object

setAnyValue

public void setAnyValue(Object value)
Sets the value of the anyValue property.

Parameters:
value - allowed object is Object

isSetAnyValue

public boolean isSetAnyValue()

getMapValue

public MapValue getMapValue()
Gets the value of the mapValue property.

Returns:
possible object is MapValue

setMapValue

public void setMapValue(MapValue value)
Sets the value of the mapValue property.

Parameters:
value - allowed object is MapValue

isSetMapValue

public boolean isSetMapValue()

getSequenceValue

public CollectionValue getSequenceValue()
Gets the value of the sequenceValue property.

Returns:
possible object is CollectionValue

setSequenceValue

public void setSequenceValue(CollectionValue value)
Sets the value of the sequenceValue property.

Parameters:
value - allowed object is CollectionValue

isSetSequenceValue

public boolean isSetSequenceValue()

getSetValue

public CollectionValue getSetValue()
Gets the value of the setValue property.

Returns:
possible object is CollectionValue

setSetValue

public void setSetValue(CollectionValue value)
Sets the value of the setValue property.

Parameters:
value - allowed object is CollectionValue

isSetSetValue

public boolean isSetSetValue()

getCompoundValueClassRef

public ClassReference getCompoundValueClassRef()
Gets the value of the compoundValueClassRef property.

Returns:
possible object is ClassReference

setCompoundValueClassRef

public void setCompoundValueClassRef(ClassReference value)
Sets the value of the compoundValueClassRef property.

Parameters:
value - allowed object is ClassReference

isSetCompoundValueClassRef

public boolean isSetCompoundValueClassRef()

isDefault

public boolean isDefault()
Gets the value of the default property.

Returns:
possible object is Boolean

setDefault

public void setDefault(boolean value)
Sets the value of the default property.

Parameters:
value - allowed object is Boolean

isSetDefault

public boolean isSetDefault()

unsetDefault

public void unsetDefault()

isIgnoreValue

public boolean isIgnoreValue()
Gets the value of the ignoreValue property.

Returns:
possible object is Boolean

setIgnoreValue

public void setIgnoreValue(boolean value)
Sets the value of the ignoreValue property.

Parameters:
value - allowed object is Boolean

isSetIgnoreValue

public boolean isSetIgnoreValue()

unsetIgnoreValue

public void unsetIgnoreValue()


Created 2011-07-14 13:27 EST