Class SOAPEnumerationType
- java.lang.Object
-
- com.sun.xml.rpc.processor.model.AbstractType
-
- com.sun.xml.rpc.processor.model.soap.SOAPType
-
- com.sun.xml.rpc.processor.model.soap.SOAPEnumerationType
-
public class SOAPEnumerationType extends SOAPType
- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description SOAPEnumerationType()SOAPEnumerationType(QName name, SOAPType baseType, JavaType javaType)SOAPEnumerationType(QName name, SOAPType baseType, JavaType javaType, SOAPVersion version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(SOAPTypeVisitor visitor)SOAPTypegetBaseType()voidsetBaseType(SOAPType t)-
Methods inherited from class com.sun.xml.rpc.processor.model.soap.SOAPType
isNillable, isReferenceable, isSOAPType
-
Methods inherited from class com.sun.xml.rpc.processor.model.AbstractType
getJavaType, getName, getProperties, getPropertiesMap, getProperty, getVersion, isLiteralType, removeProperty, setJavaType, setName, setPropertiesMap, setProperty, setVersion
-
-