|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ca.commons.datamodel.xmlbind.EnumValueDef
public class EnumValueDef
Java class for EnumValueDef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnumValueDef">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ordinal" type="{http://www.w3.org/2001/XMLSchema}int" default="-1" />
<attribute name="representsNone" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
displayName
|
protected Integer |
ordinal
|
protected Boolean |
representsNone
|
protected String |
value
|
| Constructor Summary | |
|---|---|
EnumValueDef()
|
|
| Method Summary | |
|---|---|
String |
getDisplayName()
Gets the value of the displayName property. |
int |
getOrdinal()
Gets the value of the ordinal property. |
String |
getValue()
Gets the value of the value property. |
boolean |
isRepresentsNone()
Gets the value of the representsNone property. |
boolean |
isSetDisplayName()
|
boolean |
isSetOrdinal()
|
boolean |
isSetRepresentsNone()
|
boolean |
isSetValue()
|
void |
setDisplayName(String value)
Sets the value of the displayName property. |
void |
setOrdinal(int value)
Sets the value of the ordinal property. |
void |
setRepresentsNone(boolean value)
Sets the value of the representsNone property. |
void |
setValue(String value)
Sets the value of the value property. |
void |
unsetOrdinal()
|
void |
unsetRepresentsNone()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String value
protected String displayName
protected Integer ordinal
protected Boolean representsNone
| Constructor Detail |
|---|
public EnumValueDef()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic boolean isSetDisplayName()
public int getOrdinal()
Integerpublic void setOrdinal(int value)
value - allowed object is
Integerpublic boolean isSetOrdinal()
public void unsetOrdinal()
public boolean isRepresentsNone()
Booleanpublic void setRepresentsNone(boolean value)
value - allowed object is
Booleanpublic boolean isSetRepresentsNone()
public void unsetRepresentsNone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||