org.apache.geronimo.xbeans.j2ee
Interface EnvEntryType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
EnvEntryTypeImpl

public interface EnvEntryType
extends org.apache.xmlbeans.XmlObject

An XML env-entryType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.


Nested Class Summary
static class EnvEntryType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 DescriptionType addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 DescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 DescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 String getEnvEntryName()
          Gets the "env-entry-name" element
 EnvEntryTypeValuesType.Enum getEnvEntryType()
          Gets the "env-entry-type" element
 String getEnvEntryValue()
          Gets the "env-entry-value" element
 DescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 boolean isSetEnvEntryValue()
          True if has "env-entry-value" element
 void removeDescription(int i)
          Removes the ith "description" element
 void setDescriptionArray(DescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setDescriptionArray(int i, DescriptionType description)
          Sets ith "description" element
 void setEnvEntryName(String envEntryName)
          Sets the "env-entry-name" element
 void setEnvEntryType(EnvEntryTypeValuesType.Enum envEntryType)
          Sets the "env-entry-type" element
 void setEnvEntryValue(String envEntryValue)
          Sets the "env-entry-value" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 void unsetEnvEntryValue()
          Unsets the "env-entry-value" element
 JndiNameType xgetEnvEntryName()
          Gets (as xml) the "env-entry-name" element
 EnvEntryTypeValuesType xgetEnvEntryType()
          Gets (as xml) the "env-entry-type" element
 org.apache.xmlbeans.XmlString xgetEnvEntryValue()
          Gets (as xml) the "env-entry-value" element
 void xsetEnvEntryName(JndiNameType envEntryName)
          Sets (as xml) the "env-entry-name" element
 void xsetEnvEntryType(EnvEntryTypeValuesType envEntryType)
          Sets (as xml) the "env-entry-type" element
 void xsetEnvEntryValue(org.apache.xmlbeans.XmlString envEntryValue)
          Sets (as xml) the "env-entry-value" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getDescriptionArray

public DescriptionType[] getDescriptionArray()
Gets array of all "description" elements


getDescriptionArray

public DescriptionType getDescriptionArray(int i)
Gets ith "description" element


sizeOfDescriptionArray

public int sizeOfDescriptionArray()
Returns number of "description" element


setDescriptionArray

public void setDescriptionArray(DescriptionType[] descriptionArray)
Sets array of all "description" element


setDescriptionArray

public void setDescriptionArray(int i,
                                DescriptionType description)
Sets ith "description" element


insertNewDescription

public DescriptionType insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element


addNewDescription

public DescriptionType addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element


removeDescription

public void removeDescription(int i)
Removes the ith "description" element


getEnvEntryName

public String getEnvEntryName()
Gets the "env-entry-name" element


xgetEnvEntryName

public JndiNameType xgetEnvEntryName()
Gets (as xml) the "env-entry-name" element


setEnvEntryName

public void setEnvEntryName(String envEntryName)
Sets the "env-entry-name" element


xsetEnvEntryName

public void xsetEnvEntryName(JndiNameType envEntryName)
Sets (as xml) the "env-entry-name" element


getEnvEntryType

public EnvEntryTypeValuesType.Enum getEnvEntryType()
Gets the "env-entry-type" element


xgetEnvEntryType

public EnvEntryTypeValuesType xgetEnvEntryType()
Gets (as xml) the "env-entry-type" element


setEnvEntryType

public void setEnvEntryType(EnvEntryTypeValuesType.Enum envEntryType)
Sets the "env-entry-type" element


xsetEnvEntryType

public void xsetEnvEntryType(EnvEntryTypeValuesType envEntryType)
Sets (as xml) the "env-entry-type" element


getEnvEntryValue

public String getEnvEntryValue()
Gets the "env-entry-value" element


xgetEnvEntryValue

public org.apache.xmlbeans.XmlString xgetEnvEntryValue()
Gets (as xml) the "env-entry-value" element


isSetEnvEntryValue

public boolean isSetEnvEntryValue()
True if has "env-entry-value" element


setEnvEntryValue

public void setEnvEntryValue(String envEntryValue)
Sets the "env-entry-value" element


xsetEnvEntryValue

public void xsetEnvEntryValue(org.apache.xmlbeans.XmlString envEntryValue)
Sets (as xml) the "env-entry-value" element


unsetEnvEntryValue

public void unsetEnvEntryValue()
Unsets the "env-entry-value" element



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.