public class Enum extends NamedType
Java class for enum complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="enum"> <complexContent> <extension base="{http://cxf.apache.org/bindings/corba}namedType"> <sequence> <element name="enumerator" type="{http://cxf.apache.org/bindings/corba}enumerator" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Enumerator> |
enumerator |
repositoryID
qname
Constructor and Description |
---|
Enum() |
Modifier and Type | Method and Description |
---|---|
List<Enumerator> |
getEnumerator()
Gets the value of the enumerator property.
|
boolean |
isSetEnumerator() |
void |
unsetEnumerator() |
getRepositoryID, isSetRepositoryID, setRepositoryID
getName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualified
getQName, isSetQName, setQName
protected List<Enumerator> enumerator
public List<Enumerator> getEnumerator()
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 enumerator property.
For example, to add a new item, do as follows:
getEnumerator().add(newItem);
Objects of the following type(s) are allowed in the list
Enumerator
public boolean isSetEnumerator()
public void unsetEnumerator()
Apache CXF