com.ca.commons.datamodel.xmlbind
Class EnumValueDef

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

public class EnumValueDef
extends Object

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

value

protected String value

displayName

protected String displayName

ordinal

protected Integer ordinal

representsNone

protected Boolean representsNone
Constructor Detail

EnumValueDef

public EnumValueDef()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

isSetValue

public boolean isSetValue()

getDisplayName

public String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

isSetDisplayName

public boolean isSetDisplayName()

getOrdinal

public int getOrdinal()
Gets the value of the ordinal property.

Returns:
possible object is Integer

setOrdinal

public void setOrdinal(int value)
Sets the value of the ordinal property.

Parameters:
value - allowed object is Integer

isSetOrdinal

public boolean isSetOrdinal()

unsetOrdinal

public void unsetOrdinal()

isRepresentsNone

public boolean isRepresentsNone()
Gets the value of the representsNone property.

Returns:
possible object is Boolean

setRepresentsNone

public void setRepresentsNone(boolean value)
Sets the value of the representsNone property.

Parameters:
value - allowed object is Boolean

isSetRepresentsNone

public boolean isSetRepresentsNone()

unsetRepresentsNone

public void unsetRepresentsNone()


Created 2011-07-14 13:27 EST