Class Enum
java.lang.Object
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
org.apache.cxf.binding.corba.wsdl.CorbaType
org.apache.cxf.binding.corba.wsdl.NamedType
org.apache.cxf.binding.corba.wsdl.Enum
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>
-
Field Summary
FieldsFields inherited from class org.apache.cxf.binding.corba.wsdl.NamedType
repositoryIDFields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
qname -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the enumerator property.booleanvoidMethods inherited from class org.apache.cxf.binding.corba.wsdl.NamedType
getRepositoryID, isSetRepositoryID, setRepositoryIDMethods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaType
getName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualifiedMethods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
getQName, isSetQName, setQName
-
Field Details
-
enumerator
-
-
Constructor Details
-
Enum
public Enum()
-
-
Method Details
-
getEnumerator
Gets the value of the enumerator property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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 -
isSetEnumerator
public boolean isSetEnumerator() -
unsetEnumerator
public void unsetEnumerator()
-