Class ejbRefType
- 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.ejbRefType
-
- All Implemented Interfaces:
Serializable
public class ejbRefType 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 ejbRefType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description deploymentExtensionTypegetDeploymentExtension(int index)intgetDeploymentExtensionCount()descriptionTypegetDescription(int index)intgetDescriptionCount()ejbLinkTypegetEjbLink()ejbRefNameTypegetEjbRefName()ejbRefTypeTypegetEjbRefType()homeTypegetHome()StringgetId()remoteTypegetRemote()booleanremoveDeploymentExtension(int index)booleanremoveDescription(int index)booleanremoveEjbLink()booleanremoveEjbRefName()booleanremoveEjbRefType()booleanremoveHome()booleanremoveId()booleanremoveRemote()voidsetDeploymentExtension(int index, deploymentExtensionType deploymentExtension)voidsetDescription(int index, descriptionType description)voidsetEjbLink(ejbLinkType ejbLink)voidsetEjbRefName(ejbRefNameType ejbRefName)voidsetEjbRefType(ejbRefTypeType ejbRefType)voidsetHome(homeType home)voidsetId(String id)voidsetRemote(remoteType remote)-
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
-
setDescription
public void setDescription(int index, descriptionType description)
-
getDescription
public descriptionType getDescription(int index)
-
getDescriptionCount
public int getDescriptionCount()
-
removeDescription
public boolean removeDescription(int index)
-
setEjbRefName
public void setEjbRefName(ejbRefNameType ejbRefName)
-
getEjbRefName
public ejbRefNameType getEjbRefName()
-
removeEjbRefName
public boolean removeEjbRefName()
-
setEjbRefType
public void setEjbRefType(ejbRefTypeType ejbRefType)
-
getEjbRefType
public ejbRefTypeType getEjbRefType()
-
removeEjbRefType
public boolean removeEjbRefType()
-
setHome
public void setHome(homeType home)
-
getHome
public homeType getHome()
-
removeHome
public boolean removeHome()
-
setRemote
public void setRemote(remoteType remote)
-
getRemote
public remoteType getRemote()
-
removeRemote
public boolean removeRemote()
-
setEjbLink
public void setEjbLink(ejbLinkType ejbLink)
-
getEjbLink
public ejbLinkType getEjbLink()
-
removeEjbLink
public boolean removeEjbLink()
-
setDeploymentExtension
public void setDeploymentExtension(int index, deploymentExtensionType deploymentExtension)
-
getDeploymentExtension
public deploymentExtensionType getDeploymentExtension(int index)
-
getDeploymentExtensionCount
public int getDeploymentExtensionCount()
-
removeDeploymentExtension
public boolean removeDeploymentExtension(int index)
-
setId
public void setId(String id)
-
getId
public String getId()
-
removeId
public boolean removeId()
-
-