Class serviceInterfaceMappingType
- 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.serviceInterfaceMappingType
-
- All Implemented Interfaces:
Serializable
public class serviceInterfaceMappingType 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 serviceInterfaceMappingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()portMappingTypegetPortMapping(int index)intgetPortMappingCount()fullyQualifiedClassTypegetServiceInterface()xsdQNameTypegetWsdlServiceName()booleanremoveId()booleanremovePortMapping(int index)booleanremoveServiceInterface()booleanremoveWsdlServiceName()voidsetId(String id)voidsetPortMapping(int index, portMappingType portMapping)voidsetServiceInterface(fullyQualifiedClassType serviceInterface)voidsetWsdlServiceName(xsdQNameType wsdlServiceName)-
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
-
setServiceInterface
public void setServiceInterface(fullyQualifiedClassType serviceInterface)
-
getServiceInterface
public fullyQualifiedClassType getServiceInterface()
-
removeServiceInterface
public boolean removeServiceInterface()
-
setWsdlServiceName
public void setWsdlServiceName(xsdQNameType wsdlServiceName)
-
getWsdlServiceName
public xsdQNameType getWsdlServiceName()
-
removeWsdlServiceName
public boolean removeWsdlServiceName()
-
setPortMapping
public void setPortMapping(int index, portMappingType portMapping)
-
getPortMapping
public portMappingType getPortMapping(int index)
-
getPortMappingCount
public int getPortMappingCount()
-
removePortMapping
public boolean removePortMapping(int index)
-
setId
public void setId(String id)
-
getId
public String getId()
-
removeId
public boolean removeId()
-
-