Class LiteralEnumerationType
- java.lang.Object
-
- com.sun.xml.rpc.processor.model.AbstractType
-
- com.sun.xml.rpc.processor.model.literal.LiteralType
-
- com.sun.xml.rpc.processor.model.literal.LiteralEnumerationType
-
public class LiteralEnumerationType extends LiteralType
- Author:
- JAX-RPC Development Team
-
-
Field Summary
-
Fields inherited from class com.sun.xml.rpc.processor.model.literal.LiteralType
isNillable
-
-
Constructor Summary
Constructors Constructor Description LiteralEnumerationType()LiteralEnumerationType(QName name, LiteralType baseType, JavaType javaType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(LiteralTypeVisitor visitor)LiteralTypegetBaseType()voidsetBaseType(LiteralType t)-
Methods inherited from class com.sun.xml.rpc.processor.model.literal.LiteralType
getSchemaTypeRef, isLiteralType, isNillable, setNillable, setSchemaTypeRef
-
Methods inherited from class com.sun.xml.rpc.processor.model.AbstractType
getJavaType, getName, getProperties, getPropertiesMap, getProperty, getVersion, isSOAPType, removeProperty, setJavaType, setName, setPropertiesMap, setProperty, setVersion
-
-
-
-
Constructor Detail
-
LiteralEnumerationType
public LiteralEnumerationType()
-
LiteralEnumerationType
public LiteralEnumerationType(QName name, LiteralType baseType, JavaType javaType)
-
-
Method Detail
-
getBaseType
public LiteralType getBaseType()
-
setBaseType
public void setBaseType(LiteralType t)
-
accept
public void accept(LiteralTypeVisitor visitor) throws Exception
- Specified by:
acceptin classLiteralType- Throws:
Exception
-
-