Class javaWsdlMappingType
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.javaWsdlMappingType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
javaWsdlMapping
This class represents the complex type
- See Also:
-
Field Summary
Fields inherited from class com.sun.xml.rpc.processor.modeler.j2ee.xml.BaseType
factory, simpleDateFormat, xmlAttr, xmlElement -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExceptionMapping(int index) intgetId()getJavaXmlTypeMapping(int index) intgetPackageMapping(int index) intgetServiceEndpointInterfaceMapping(int index) intgetServiceInterfaceMapping(int index) intbooleanremoveExceptionMapping(int index) booleanremoveId()booleanremoveJavaXmlTypeMapping(int index) booleanremovePackageMapping(int index) booleanremoveServiceEndpointInterfaceMapping(int index) booleanremoveServiceInterfaceMapping(int index) booleanvoidsetExceptionMapping(int index, exceptionMappingType exceptionMapping) voidvoidsetJavaXmlTypeMapping(int index, javaXmlTypeMappingType javaXmlTypeMapping) voidsetPackageMapping(int index, packageMappingType packageMapping) voidsetServiceEndpointInterfaceMapping(int index, serviceEndpointInterfaceMappingType serviceEndpointInterfaceMapping) voidsetServiceInterfaceMapping(int index, serviceInterfaceMappingType serviceInterfaceMapping) voidsetVersion(deweyVersionType version) 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, setElementValueMethods 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
-
Constructor Details
-
javaWsdlMappingType
public javaWsdlMappingType()
-
-
Method Details
-
setPackageMapping
-
getPackageMapping
-
getPackageMappingCount
public int getPackageMappingCount() -
removePackageMapping
public boolean removePackageMapping(int index) -
setJavaXmlTypeMapping
-
getJavaXmlTypeMapping
-
getJavaXmlTypeMappingCount
public int getJavaXmlTypeMappingCount() -
removeJavaXmlTypeMapping
public boolean removeJavaXmlTypeMapping(int index) -
setExceptionMapping
-
getExceptionMapping
-
getExceptionMappingCount
public int getExceptionMappingCount() -
removeExceptionMapping
public boolean removeExceptionMapping(int index) -
setServiceInterfaceMapping
public void setServiceInterfaceMapping(int index, serviceInterfaceMappingType serviceInterfaceMapping) -
getServiceInterfaceMapping
-
getServiceInterfaceMappingCount
public int getServiceInterfaceMappingCount() -
removeServiceInterfaceMapping
public boolean removeServiceInterfaceMapping(int index) -
setServiceEndpointInterfaceMapping
public void setServiceEndpointInterfaceMapping(int index, serviceEndpointInterfaceMappingType serviceEndpointInterfaceMapping) -
getServiceEndpointInterfaceMapping
-
getServiceEndpointInterfaceMappingCount
public int getServiceEndpointInterfaceMappingCount() -
removeServiceEndpointInterfaceMapping
public boolean removeServiceEndpointInterfaceMapping(int index) -
setVersion
-
getVersion
-
removeVersion
public boolean removeVersion() -
setId
-
getId
-
removeId
public boolean removeId()
-