Class serviceRefType
- 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.serviceRefType
-
- All Implemented Interfaces:
Serializable
public class serviceRefType 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 serviceRefType()
-
Method Summary
-
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
-
setServiceRefName
public void setServiceRefName(String serviceRefName)
-
getServiceRefName
public String getServiceRefName()
-
removeServiceRefName
public boolean removeServiceRefName()
-
setServiceInterface
public void setServiceInterface(String serviceInterface)
-
getServiceInterface
public String getServiceInterface()
-
removeServiceInterface
public boolean removeServiceInterface()
-
setWsdlFile
public void setWsdlFile(String wsdlFile)
-
getWsdlFile
public String getWsdlFile()
-
removeWsdlFile
public boolean removeWsdlFile()
-
setJaxrpcMappingFile
public void setJaxrpcMappingFile(String jaxrpcMappingFile)
-
getJaxrpcMappingFile
public String getJaxrpcMappingFile()
-
removeJaxrpcMappingFile
public boolean removeJaxrpcMappingFile()
-
setServiceQname
public void setServiceQname(String serviceQname)
-
getServiceQname
public String getServiceQname()
-
removeServiceQname
public boolean removeServiceQname()
-
setPortComponentRef
public void setPortComponentRef(int index, portComponentRefType portComponentRef)
-
getPortComponentRef
public portComponentRefType getPortComponentRef(int index)
-
getPortComponentRefCount
public int getPortComponentRefCount()
-
removePortComponentRef
public boolean removePortComponentRef(int index)
-
setHandler
public void setHandler(int index, serviceRef_handlerType handler)
-
getHandler
public serviceRef_handlerType getHandler(int index)
-
getHandlerCount
public int getHandlerCount()
-
removeHandler
public boolean removeHandler(int index)
-
setId
public void setId(String id)
-
getId
public String getId()
-
removeId
public boolean removeId()
-
-