Class envEntryType
- 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.envEntryType
-
- All Implemented Interfaces:
Serializable
public class envEntryType 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 envEntryType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description descriptionTypegetDescription(int index)intgetDescriptionCount()jndiNameTypegetEnvEntryName()envEntryTypeValuesTypegetEnvEntryType()xsdStringTypegetEnvEntryValue()StringgetId()booleanremoveDescription(int index)booleanremoveEnvEntryName()booleanremoveEnvEntryType()booleanremoveEnvEntryValue()booleanremoveId()voidsetDescription(int index, descriptionType description)voidsetEnvEntryName(jndiNameType envEntryName)voidsetEnvEntryType(envEntryTypeValuesType envEntryType)voidsetEnvEntryValue(xsdStringType envEntryValue)voidsetId(String id)-
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)
-
setEnvEntryName
public void setEnvEntryName(jndiNameType envEntryName)
-
getEnvEntryName
public jndiNameType getEnvEntryName()
-
removeEnvEntryName
public boolean removeEnvEntryName()
-
setEnvEntryType
public void setEnvEntryType(envEntryTypeValuesType envEntryType)
-
getEnvEntryType
public envEntryTypeValuesType getEnvEntryType()
-
removeEnvEntryType
public boolean removeEnvEntryType()
-
setEnvEntryValue
public void setEnvEntryValue(xsdStringType envEntryValue)
-
getEnvEntryValue
public xsdStringType getEnvEntryValue()
-
removeEnvEntryValue
public boolean removeEnvEntryValue()
-
setId
public void setId(String id)
-
getId
public String getId()
-
removeId
public boolean removeId()
-
-