org.apache.geronimo.xbeans.j2ee
Interface ConfigPropertyType

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

public interface ConfigPropertyType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class ConfigPropertyType.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
 String getConfigPropertyName()
          Gets the "config-property-name" element
 ConfigPropertyTypeType.Enum getConfigPropertyType()
          Gets the "config-property-type" element
 String getConfigPropertyValue()
          Gets the "config-property-value" element
 DescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 DescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 DescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 boolean isSetConfigPropertyValue()
          True if has "config-property-value" element
 void removeDescription(int i)
          Removes the ith "description" element
 void setConfigPropertyName(String configPropertyName)
          Sets the "config-property-name" element
 void setConfigPropertyType(ConfigPropertyTypeType.Enum configPropertyType)
          Sets the "config-property-type" element
 void setConfigPropertyValue(String configPropertyValue)
          Sets the "config-property-value" element
 void setDescriptionArray(DescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setDescriptionArray(int i, DescriptionType description)
          Sets ith "description" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 void unsetConfigPropertyValue()
          Unsets the "config-property-value" element
 ConfigPropertyNameType xgetConfigPropertyName()
          Gets (as xml) the "config-property-name" element
 ConfigPropertyTypeType xgetConfigPropertyType()
          Gets (as xml) the "config-property-type" element
 org.apache.xmlbeans.XmlString xgetConfigPropertyValue()
          Gets (as xml) the "config-property-value" element
 void xsetConfigPropertyName(ConfigPropertyNameType configPropertyName)
          Sets (as xml) the "config-property-name" element
 void xsetConfigPropertyType(ConfigPropertyTypeType configPropertyType)
          Sets (as xml) the "config-property-type" element
 void xsetConfigPropertyValue(org.apache.xmlbeans.XmlString configPropertyValue)
          Sets (as xml) the "config-property-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


getConfigPropertyName

public String getConfigPropertyName()
Gets the "config-property-name" element


xgetConfigPropertyName

public ConfigPropertyNameType xgetConfigPropertyName()
Gets (as xml) the "config-property-name" element


setConfigPropertyName

public void setConfigPropertyName(String configPropertyName)
Sets the "config-property-name" element


xsetConfigPropertyName

public void xsetConfigPropertyName(ConfigPropertyNameType configPropertyName)
Sets (as xml) the "config-property-name" element


getConfigPropertyType

public ConfigPropertyTypeType.Enum getConfigPropertyType()
Gets the "config-property-type" element


xgetConfigPropertyType

public ConfigPropertyTypeType xgetConfigPropertyType()
Gets (as xml) the "config-property-type" element


setConfigPropertyType

public void setConfigPropertyType(ConfigPropertyTypeType.Enum configPropertyType)
Sets the "config-property-type" element


xsetConfigPropertyType

public void xsetConfigPropertyType(ConfigPropertyTypeType configPropertyType)
Sets (as xml) the "config-property-type" element


getConfigPropertyValue

public String getConfigPropertyValue()
Gets the "config-property-value" element


xgetConfigPropertyValue

public org.apache.xmlbeans.XmlString xgetConfigPropertyValue()
Gets (as xml) the "config-property-value" element


isSetConfigPropertyValue

public boolean isSetConfigPropertyValue()
True if has "config-property-value" element


setConfigPropertyValue

public void setConfigPropertyValue(String configPropertyValue)
Sets the "config-property-value" element


xsetConfigPropertyValue

public void xsetConfigPropertyValue(org.apache.xmlbeans.XmlString configPropertyValue)
Sets (as xml) the "config-property-value" element


unsetConfigPropertyValue

public void unsetConfigPropertyValue()
Unsets the "config-property-value" element



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