Class serviceEndpointInterfaceMappingType
- 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.serviceEndpointInterfaceMappingType
-
- All Implemented Interfaces:
Serializable
public class serviceEndpointInterfaceMappingType 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 serviceEndpointInterfaceMappingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()fullyQualifiedClassTypegetServiceEndpointInterface()serviceEndpointMethodMappingTypegetServiceEndpointMethodMapping(int index)intgetServiceEndpointMethodMappingCount()xsdQNameTypegetWsdlBinding()xsdQNameTypegetWsdlPortType()booleanremoveId()booleanremoveServiceEndpointInterface()booleanremoveServiceEndpointMethodMapping(int index)booleanremoveWsdlBinding()booleanremoveWsdlPortType()voidsetId(String id)voidsetServiceEndpointInterface(fullyQualifiedClassType serviceEndpointInterface)voidsetServiceEndpointMethodMapping(int index, serviceEndpointMethodMappingType serviceEndpointMethodMapping)voidsetWsdlBinding(xsdQNameType wsdlBinding)voidsetWsdlPortType(xsdQNameType wsdlPortType)-
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
-
setServiceEndpointInterface
public void setServiceEndpointInterface(fullyQualifiedClassType serviceEndpointInterface)
-
getServiceEndpointInterface
public fullyQualifiedClassType getServiceEndpointInterface()
-
removeServiceEndpointInterface
public boolean removeServiceEndpointInterface()
-
setWsdlPortType
public void setWsdlPortType(xsdQNameType wsdlPortType)
-
getWsdlPortType
public xsdQNameType getWsdlPortType()
-
removeWsdlPortType
public boolean removeWsdlPortType()
-
setWsdlBinding
public void setWsdlBinding(xsdQNameType wsdlBinding)
-
getWsdlBinding
public xsdQNameType getWsdlBinding()
-
removeWsdlBinding
public boolean removeWsdlBinding()
-
setServiceEndpointMethodMapping
public void setServiceEndpointMethodMapping(int index, serviceEndpointMethodMappingType serviceEndpointMethodMapping)
-
getServiceEndpointMethodMapping
public serviceEndpointMethodMappingType getServiceEndpointMethodMapping(int index)
-
getServiceEndpointMethodMappingCount
public int getServiceEndpointMethodMappingCount()
-
removeServiceEndpointMethodMapping
public boolean removeServiceEndpointMethodMapping(int index)
-
setId
public void setId(String id)
-
getId
public String getId()
-
removeId
public boolean removeId()
-
-