Class methodParamPartsMappingType
- 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.methodParamPartsMappingType
-
- All Implemented Interfaces:
Serializable
public class methodParamPartsMappingType 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 methodParamPartsMappingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()xsdNonNegativeIntegerTypegetParamPosition()javaTypeTypegetParamType()wsdlMessageMappingTypegetWsdlMessageMapping()booleanremoveId()booleanremoveParamPosition()booleanremoveParamType()booleanremoveWsdlMessageMapping()voidsetId(String id)voidsetParamPosition(xsdNonNegativeIntegerType paramPosition)voidsetParamType(javaTypeType paramType)voidsetWsdlMessageMapping(wsdlMessageMappingType wsdlMessageMapping)-
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
-
setParamPosition
public void setParamPosition(xsdNonNegativeIntegerType paramPosition)
-
getParamPosition
public xsdNonNegativeIntegerType getParamPosition()
-
removeParamPosition
public boolean removeParamPosition()
-
setParamType
public void setParamType(javaTypeType paramType)
-
getParamType
public javaTypeType getParamType()
-
removeParamType
public boolean removeParamType()
-
setWsdlMessageMapping
public void setWsdlMessageMapping(wsdlMessageMappingType wsdlMessageMapping)
-
getWsdlMessageMapping
public wsdlMessageMappingType getWsdlMessageMapping()
-
removeWsdlMessageMapping
public boolean removeWsdlMessageMapping()
-
setId
public void setId(String id)
-
getId
public String getId()
-
removeId
public boolean removeId()
-
-