Class Enumerator
java.lang.Object
org.apache.cxf.binding.corba.wsdl.Enumerator
Java class for enumerator complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="enumerator">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Gets the value of the value property.booleanvoidSets the value of the value property.