Class JavaCustomType
- java.lang.Object
-
- com.sun.xml.rpc.processor.model.java.JavaType
-
- com.sun.xml.rpc.processor.model.java.JavaCustomType
-
public class JavaCustomType extends JavaType
- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description JavaCustomType()JavaCustomType(String name)JavaCustomType(String name, TypeMappingInfo typeMappingInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeMappingInfogetTypeMappingInfo()voidsetTypeMappingInfo(TypeMappingInfo typeMappingInfo)-
Methods inherited from class com.sun.xml.rpc.processor.model.java.JavaType
doSetName, getFormalName, getHolderName, getInitString, getName, getRealName, isHolder, isHolderPresent, isPresent, setFormalName, setHolder, setHolderName, setHolderPresent, setInitString, setPresent, setRealName
-
-
-
-
Constructor Detail
-
JavaCustomType
public JavaCustomType()
-
JavaCustomType
public JavaCustomType(String name)
-
JavaCustomType
public JavaCustomType(String name, TypeMappingInfo typeMappingInfo)
-
-
Method Detail
-
getTypeMappingInfo
public TypeMappingInfo getTypeMappingInfo()
-
setTypeMappingInfo
public void setTypeMappingInfo(TypeMappingInfo typeMappingInfo)
-
-