Class Enumerator
- java.lang.Object
-
- org.apache.cxf.binding.corba.wsdl.Enumerator
-
public class Enumerator extends Object
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>
-
-
Constructor Summary
Constructors Constructor Description Enumerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Gets the value of the value property.booleanisSetValue()voidsetValue(String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected String value
-
-