Class serviceEndpointMethodMappingType
- 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.serviceEndpointMethodMappingType
-
- All Implemented Interfaces:
Serializable
public class serviceEndpointMethodMappingType 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 serviceEndpointMethodMappingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()stringgetJavaMethodName()methodParamPartsMappingTypegetMethodParamPartsMapping(int index)intgetMethodParamPartsMappingCount()emptyTypegetWrappedElement()stringgetWsdlOperation()wsdlReturnValueMappingTypegetWsdlReturnValueMapping()booleanremoveId()booleanremoveJavaMethodName()booleanremoveMethodParamPartsMapping(int index)booleanremoveWrappedElement()booleanremoveWsdlOperation()booleanremoveWsdlReturnValueMapping()voidsetId(String id)voidsetJavaMethodName(string javaMethodName)voidsetMethodParamPartsMapping(int index, methodParamPartsMappingType methodParamPartsMapping)voidsetWrappedElement(emptyType wrappedElement)voidsetWsdlOperation(string wsdlOperation)voidsetWsdlReturnValueMapping(wsdlReturnValueMappingType wsdlReturnValueMapping)-
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
-
setJavaMethodName
public void setJavaMethodName(string javaMethodName)
-
getJavaMethodName
public string getJavaMethodName()
-
removeJavaMethodName
public boolean removeJavaMethodName()
-
setWsdlOperation
public void setWsdlOperation(string wsdlOperation)
-
getWsdlOperation
public string getWsdlOperation()
-
removeWsdlOperation
public boolean removeWsdlOperation()
-
setWrappedElement
public void setWrappedElement(emptyType wrappedElement)
-
getWrappedElement
public emptyType getWrappedElement()
-
removeWrappedElement
public boolean removeWrappedElement()
-
setMethodParamPartsMapping
public void setMethodParamPartsMapping(int index, methodParamPartsMappingType methodParamPartsMapping)
-
getMethodParamPartsMapping
public methodParamPartsMappingType getMethodParamPartsMapping(int index)
-
getMethodParamPartsMappingCount
public int getMethodParamPartsMappingCount()
-
removeMethodParamPartsMapping
public boolean removeMethodParamPartsMapping(int index)
-
setWsdlReturnValueMapping
public void setWsdlReturnValueMapping(wsdlReturnValueMappingType wsdlReturnValueMapping)
-
getWsdlReturnValueMapping
public wsdlReturnValueMappingType getWsdlReturnValueMapping()
-
removeWsdlReturnValueMapping
public boolean removeWsdlReturnValueMapping()
-
setId
public void setId(String id)
-
getId
public String getId()
-
removeId
public boolean removeId()
-
-