org.apache.geronimo.xbeans.j2ee
Interface ParamValueType

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

public interface ParamValueType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class ParamValueType.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 getParamName()
          Gets the "param-name" element
 String getParamValue()
          Gets the "param-value" element
 DescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" 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 setParamName(String paramName)
          Sets the "param-name" element
 void setParamValue(String paramValue)
          Sets the "param-value" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 String xgetParamName()
          Gets (as xml) the "param-name" element
 org.apache.xmlbeans.XmlString xgetParamValue()
          Gets (as xml) the "param-value" element
 void xsetParamName(String paramName)
          Sets (as xml) the "param-name" element
 void xsetParamValue(org.apache.xmlbeans.XmlString paramValue)
          Sets (as xml) the "param-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


getParamName

public String getParamName()
Gets the "param-name" element


xgetParamName

public String xgetParamName()
Gets (as xml) the "param-name" element


setParamName

public void setParamName(String paramName)
Sets the "param-name" element


xsetParamName

public void xsetParamName(String paramName)
Sets (as xml) the "param-name" element


getParamValue

public String getParamValue()
Gets the "param-value" element


xgetParamValue

public org.apache.xmlbeans.XmlString xgetParamValue()
Gets (as xml) the "param-value" element


setParamValue

public void setParamValue(String paramValue)
Sets the "param-value" element


xsetParamValue

public void xsetParamValue(org.apache.xmlbeans.XmlString paramValue)
Sets (as xml) the "param-value" element



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