|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ca.commons.datamodel.xmlbind.Item
com.ca.commons.datamodel.xmlbind.EnumDef
public class EnumDef
Java class for EnumDef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnumDef">
<complexContent>
<extension base="{http://www.ca.com/xml/commons/datamodel}Item">
<sequence>
<element name="extends" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="val" type="{http://www.ca.com/xml/commons/datamodel}EnumValueDef" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<String> |
_extends
|
protected List<EnumValueDef> |
val
|
| Fields inherited from class com.ca.commons.datamodel.xmlbind.Item |
|---|
create, doc, name |
| Constructor Summary | |
|---|---|
EnumDef()
|
|
| Method Summary | |
|---|---|
List<String> |
getExtends()
Gets the value of the extends property. |
List<EnumValueDef> |
getVal()
Gets the value of the val property. |
boolean |
isSetExtends()
|
boolean |
isSetVal()
|
void |
unsetExtends()
|
void |
unsetVal()
|
| Methods inherited from class com.ca.commons.datamodel.xmlbind.Item |
|---|
getDoc, getName, isCreate, isSetCreate, isSetDoc, isSetName, setCreate, setDoc, setName, unsetCreate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<String> _extends
protected List<EnumValueDef> val
| Constructor Detail |
|---|
public EnumDef()
| Method Detail |
|---|
public List<String> getExtends()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extends property.
For example, to add a new item, do as follows:
getExtends().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetExtends()
public void unsetExtends()
public List<EnumValueDef> getVal()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the val property.
For example, to add a new item, do as follows:
getVal().add(newItem);
Objects of the following type(s) are allowed in the list
EnumValueDef
public boolean isSetVal()
public void unsetVal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||