Class exceptionMappingType
- 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.exceptionMappingType
-
- All Implemented Interfaces:
Serializable
public class exceptionMappingType 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 exceptionMappingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description constructorParameterOrderTypegetConstructorParameterOrder()fullyQualifiedClassTypegetExceptionType()StringgetId()wsdlMessageTypegetWsdlMessage()wsdlMessagePartNameTypegetWsdlMessagePartName()booleanremoveConstructorParameterOrder()booleanremoveExceptionType()booleanremoveId()booleanremoveWsdlMessage()booleanremoveWsdlMessagePartName()voidsetConstructorParameterOrder(constructorParameterOrderType constructorParameterOrder)voidsetExceptionType(fullyQualifiedClassType exceptionType)voidsetId(String id)voidsetWsdlMessage(wsdlMessageType wsdlMessage)voidsetWsdlMessagePartName(wsdlMessagePartNameType wsdlMessagePartName)-
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
-
setExceptionType
public void setExceptionType(fullyQualifiedClassType exceptionType)
-
getExceptionType
public fullyQualifiedClassType getExceptionType()
-
removeExceptionType
public boolean removeExceptionType()
-
setWsdlMessage
public void setWsdlMessage(wsdlMessageType wsdlMessage)
-
getWsdlMessage
public wsdlMessageType getWsdlMessage()
-
removeWsdlMessage
public boolean removeWsdlMessage()
-
setWsdlMessagePartName
public void setWsdlMessagePartName(wsdlMessagePartNameType wsdlMessagePartName)
-
getWsdlMessagePartName
public wsdlMessagePartNameType getWsdlMessagePartName()
-
removeWsdlMessagePartName
public boolean removeWsdlMessagePartName()
-
setConstructorParameterOrder
public void setConstructorParameterOrder(constructorParameterOrderType constructorParameterOrder)
-
getConstructorParameterOrder
public constructorParameterOrderType getConstructorParameterOrder()
-
removeConstructorParameterOrder
public boolean removeConstructorParameterOrder()
-
setId
public void setId(String id)
-
getId
public String getId()
-
removeId
public boolean removeId()
-
-