|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ca.commons.datamodel.xmlbind.SimpleValue
public class SimpleValue
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 |
|---|
protected Boolean boolValue
protected Integer intValue
protected Long longValue
protected Double dblValue
protected String strValue
protected Calendar dateValue
protected Calendar dateTimeValue
protected Calendar timeValue
protected EnumValue enumValue
protected FlexiStrValue flexiStrValue
protected Float floatValue
protected Duration durationValue
protected BinaryValue binaryValue
protected Object anyValue
protected MapValue mapValue
protected CollectionValue sequenceValue
protected CollectionValue setValue
protected ClassReference compoundValueClassRef
protected Boolean _default
protected Boolean ignoreValue
| Constructor Detail |
|---|
public SimpleValue()
| Method Detail |
|---|
public Boolean isBoolValue()
Booleanpublic void setBoolValue(Boolean value)
value - allowed object is
Booleanpublic boolean isSetBoolValue()
public Integer getIntValue()
Integerpublic void setIntValue(Integer value)
value - allowed object is
Integerpublic boolean isSetIntValue()
public Long getLongValue()
Longpublic void setLongValue(Long value)
value - allowed object is
Longpublic boolean isSetLongValue()
public Double getDblValue()
Doublepublic void setDblValue(Double value)
value - allowed object is
Doublepublic boolean isSetDblValue()
public String getStrValue()
Stringpublic void setStrValue(String value)
value - allowed object is
Stringpublic boolean isSetStrValue()
public Calendar getDateValue()
Stringpublic void setDateValue(Calendar value)
value - allowed object is
Stringpublic boolean isSetDateValue()
public Calendar getDateTimeValue()
Stringpublic void setDateTimeValue(Calendar value)
value - allowed object is
Stringpublic boolean isSetDateTimeValue()
public Calendar getTimeValue()
Stringpublic void setTimeValue(Calendar value)
value - allowed object is
Stringpublic boolean isSetTimeValue()
public EnumValue getEnumValue()
EnumValuepublic void setEnumValue(EnumValue value)
value - allowed object is
EnumValuepublic boolean isSetEnumValue()
public FlexiStrValue getFlexiStrValue()
FlexiStrValuepublic void setFlexiStrValue(FlexiStrValue value)
value - allowed object is
FlexiStrValuepublic boolean isSetFlexiStrValue()
public Float getFloatValue()
Floatpublic void setFloatValue(Float value)
value - allowed object is
Floatpublic boolean isSetFloatValue()
public Duration getDurationValue()
Durationpublic void setDurationValue(Duration value)
value - allowed object is
Durationpublic boolean isSetDurationValue()
public BinaryValue getBinaryValue()
BinaryValuepublic void setBinaryValue(BinaryValue value)
value - allowed object is
BinaryValuepublic boolean isSetBinaryValue()
public Object getAnyValue()
Objectpublic void setAnyValue(Object value)
value - allowed object is
Objectpublic boolean isSetAnyValue()
public MapValue getMapValue()
MapValuepublic void setMapValue(MapValue value)
value - allowed object is
MapValuepublic boolean isSetMapValue()
public CollectionValue getSequenceValue()
CollectionValuepublic void setSequenceValue(CollectionValue value)
value - allowed object is
CollectionValuepublic boolean isSetSequenceValue()
public CollectionValue getSetValue()
CollectionValuepublic void setSetValue(CollectionValue value)
value - allowed object is
CollectionValuepublic boolean isSetSetValue()
public ClassReference getCompoundValueClassRef()
ClassReferencepublic void setCompoundValueClassRef(ClassReference value)
value - allowed object is
ClassReferencepublic boolean isSetCompoundValueClassRef()
public boolean isDefault()
Booleanpublic void setDefault(boolean value)
value - allowed object is
Booleanpublic boolean isSetDefault()
public void unsetDefault()
public boolean isIgnoreValue()
Booleanpublic void setIgnoreValue(boolean value)
value - allowed object is
Booleanpublic boolean isSetIgnoreValue()
public void unsetIgnoreValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||