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
public class javaWsdlMappingType 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 javaWsdlMappingType()
-
Method Summary
-
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
-
setPackageMapping
public void setPackageMapping(int index, packageMappingType packageMapping)
-
getPackageMapping
public packageMappingType getPackageMapping(int index)
-
getPackageMappingCount
public int getPackageMappingCount()
-
removePackageMapping
public boolean removePackageMapping(int index)
-
setJavaXmlTypeMapping
public void setJavaXmlTypeMapping(int index, javaXmlTypeMappingType javaXmlTypeMapping)
-
getJavaXmlTypeMapping
public javaXmlTypeMappingType getJavaXmlTypeMapping(int index)
-
getJavaXmlTypeMappingCount
public int getJavaXmlTypeMappingCount()
-
removeJavaXmlTypeMapping
public boolean removeJavaXmlTypeMapping(int index)
-
setExceptionMapping
public void setExceptionMapping(int index, exceptionMappingType exceptionMapping)
-
getExceptionMapping
public exceptionMappingType getExceptionMapping(int index)
-
getExceptionMappingCount
public int getExceptionMappingCount()
-
removeExceptionMapping
public boolean removeExceptionMapping(int index)
-
setServiceInterfaceMapping
public void setServiceInterfaceMapping(int index, serviceInterfaceMappingType serviceInterfaceMapping)
-
getServiceInterfaceMapping
public serviceInterfaceMappingType getServiceInterfaceMapping(int index)
-
getServiceInterfaceMappingCount
public int getServiceInterfaceMappingCount()
-
removeServiceInterfaceMapping
public boolean removeServiceInterfaceMapping(int index)
-
setServiceEndpointInterfaceMapping
public void setServiceEndpointInterfaceMapping(int index, serviceEndpointInterfaceMappingType serviceEndpointInterfaceMapping)
-
getServiceEndpointInterfaceMapping
public serviceEndpointInterfaceMappingType getServiceEndpointInterfaceMapping(int index)
-
getServiceEndpointInterfaceMappingCount
public int getServiceEndpointInterfaceMappingCount()
-
removeServiceEndpointInterfaceMapping
public boolean removeServiceEndpointInterfaceMapping(int index)
-
setVersion
public void setVersion(deweyVersionType version)
-
getVersion
public deweyVersionType getVersion()
-
removeVersion
public boolean removeVersion()
-
setId
public void setId(String id)
-
getId
public String getId()
-
removeId
public boolean removeId()
-
-