Class javaXmlTypeMappingType
- java.lang.Object
-
- com.sun.xml.rpc.processor.modeler.j2ee.xml.BaseType
-
- com.sun.xml.rpc.processor.modeler.j2ee.xml.ComplexType
-
- com.sun.xml.rpc.processor.modeler.j2ee.xml.javaXmlTypeMappingType
-
- All Implemented Interfaces:
Serializable
public class javaXmlTypeMappingType extends ComplexType
This class represents the complex type- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.sun.xml.rpc.processor.modeler.j2ee.xml.BaseType
factory, simpleDateFormat, xmlAttr, xmlElement
-
-
Constructor Summary
Constructors Constructor Description javaXmlTypeMappingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description stringgetAnonymousTypeQname()StringgetId()javaTypeTypegetJavaType()qnameScopeTypegetQnameScope()xsdQNameTypegetRootTypeQname()variableMappingTypegetVariableMapping(int index)intgetVariableMappingCount()booleanremoveAnonymousTypeQname()booleanremoveId()booleanremoveJavaType()booleanremoveQnameScope()booleanremoveRootTypeQname()booleanremoveVariableMapping(int index)voidsetAnonymousTypeQname(string anonymousTypeQname)voidsetId(String id)voidsetJavaType(javaTypeType javaType)voidsetQnameScope(qnameScopeType qnameScope)voidsetRootTypeQname(xsdQNameType rootTypeQname)voidsetVariableMapping(int index, variableMappingType variableMapping)-
Methods inherited from class com.sun.xml.rpc.processor.modeler.j2ee.xml.ComplexType
getAttributeBooleanValue, getAttributeByteValue, getAttributeDateValue, getAttributeDoubleValue, getAttributeFloatValue, getAttributeIntegerValue, getAttributeLongValue, getAttributeNames, getAttributeShortValue, getAttributeValue, getAttributeValue, getElementBooleanValue, getElementByteValue, getElementDateValue, getElementDoubleValue, getElementFloatValue, getElementIntegerValue, getElementLongValue, getElementShortValue, removeAttribute, removeElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue
-
Methods inherited from class com.sun.xml.rpc.processor.modeler.j2ee.xml.BaseType
getElementBooleanValue, getElementByteValue, getElementDateValue, getElementDoubleValue, getElementFloatValue, getElementIntegerValue, getElementLongValue, getElementName, getElementShortValue, getElementValue, getElementValue, getElementValue, getElementValue, getElementValue, getXMLAttribute, getXMLElement, removeElement, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setFactory, setXMLAttribute, setXMLElement, sizeOfElement, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue
-
-
-
-
Method Detail
-
setJavaType
public void setJavaType(javaTypeType javaType)
-
getJavaType
public javaTypeType getJavaType()
-
removeJavaType
public boolean removeJavaType()
-
setRootTypeQname
public void setRootTypeQname(xsdQNameType rootTypeQname)
-
getRootTypeQname
public xsdQNameType getRootTypeQname()
-
removeRootTypeQname
public boolean removeRootTypeQname()
-
setAnonymousTypeQname
public void setAnonymousTypeQname(string anonymousTypeQname)
-
getAnonymousTypeQname
public string getAnonymousTypeQname()
-
removeAnonymousTypeQname
public boolean removeAnonymousTypeQname()
-
setQnameScope
public void setQnameScope(qnameScopeType qnameScope)
-
getQnameScope
public qnameScopeType getQnameScope()
-
removeQnameScope
public boolean removeQnameScope()
-
setVariableMapping
public void setVariableMapping(int index, variableMappingType variableMapping)
-
getVariableMapping
public variableMappingType getVariableMapping(int index)
-
getVariableMappingCount
public int getVariableMappingCount()
-
removeVariableMapping
public boolean removeVariableMapping(int index)
-
setId
public void setId(String id)
-
getId
public String getId()
-
removeId
public boolean removeId()
-
-