org.apache.geronimo.xbeans.geronimo.naming
Interface GerGbeanRefType

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

public interface GerGbeanRefType
extends GerAbstractNamingEntryType

An XML gbean-refType(@http://geronimo.apache.org/xml/ns/naming-1.2). This is a complex type.


Nested Class Summary
static class GerGbeanRefType.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
 GerPatternType addNewPattern()
          Appends and returns a new empty value (as xml) as the last "pattern" element
 org.apache.xmlbeans.XmlString addNewRefType()
          Appends and returns a new empty value (as xml) as the last "ref-type" element
 void addRefType(String refType)
          Appends the value as the last "ref-type" element
 GerPatternType[] getPatternArray()
          Gets array of all "pattern" elements
 GerPatternType getPatternArray(int i)
          Gets ith "pattern" element
 String getRefName()
          Gets the "ref-name" element
 String[] getRefTypeArray()
          Gets array of all "ref-type" elements
 String getRefTypeArray(int i)
          Gets ith "ref-type" element
 GerPatternType insertNewPattern(int i)
          Inserts and returns a new empty value (as xml) as the ith "pattern" element
 org.apache.xmlbeans.XmlString insertNewRefType(int i)
          Inserts and returns a new empty value (as xml) as the ith "ref-type" element
 void insertRefType(int i, String refType)
          Inserts the value as the ith "ref-type" element
 void removePattern(int i)
          Removes the ith "pattern" element
 void removeRefType(int i)
          Removes the ith "ref-type" element
 void setPatternArray(GerPatternType[] patternArray)
          Sets array of all "pattern" element
 void setPatternArray(int i, GerPatternType pattern)
          Sets ith "pattern" element
 void setRefName(String refName)
          Sets the "ref-name" element
 void setRefTypeArray(int i, String refType)
          Sets ith "ref-type" element
 void setRefTypeArray(String[] refTypeArray)
          Sets array of all "ref-type" element
 int sizeOfPatternArray()
          Returns number of "pattern" element
 int sizeOfRefTypeArray()
          Returns number of "ref-type" element
 org.apache.xmlbeans.XmlString xgetRefName()
          Gets (as xml) the "ref-name" element
 org.apache.xmlbeans.XmlString[] xgetRefTypeArray()
          Gets (as xml) array of all "ref-type" elements
 org.apache.xmlbeans.XmlString xgetRefTypeArray(int i)
          Gets (as xml) ith "ref-type" element
 void xsetRefName(org.apache.xmlbeans.XmlString refName)
          Sets (as xml) the "ref-name" element
 void xsetRefTypeArray(int i, org.apache.xmlbeans.XmlString refType)
          Sets (as xml) ith "ref-type" element
 void xsetRefTypeArray(org.apache.xmlbeans.XmlString[] refTypeArray)
          Sets (as xml) array of all "ref-type" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

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

getRefName

String getRefName()
Gets the "ref-name" element


xgetRefName

org.apache.xmlbeans.XmlString xgetRefName()
Gets (as xml) the "ref-name" element


setRefName

void setRefName(String refName)
Sets the "ref-name" element


xsetRefName

void xsetRefName(org.apache.xmlbeans.XmlString refName)
Sets (as xml) the "ref-name" element


getRefTypeArray

String[] getRefTypeArray()
Gets array of all "ref-type" elements


getRefTypeArray

String getRefTypeArray(int i)
Gets ith "ref-type" element


xgetRefTypeArray

org.apache.xmlbeans.XmlString[] xgetRefTypeArray()
Gets (as xml) array of all "ref-type" elements


xgetRefTypeArray

org.apache.xmlbeans.XmlString xgetRefTypeArray(int i)
Gets (as xml) ith "ref-type" element


sizeOfRefTypeArray

int sizeOfRefTypeArray()
Returns number of "ref-type" element


setRefTypeArray

void setRefTypeArray(String[] refTypeArray)
Sets array of all "ref-type" element


setRefTypeArray

void setRefTypeArray(int i,
                     String refType)
Sets ith "ref-type" element


xsetRefTypeArray

void xsetRefTypeArray(org.apache.xmlbeans.XmlString[] refTypeArray)
Sets (as xml) array of all "ref-type" element


xsetRefTypeArray

void xsetRefTypeArray(int i,
                      org.apache.xmlbeans.XmlString refType)
Sets (as xml) ith "ref-type" element


insertRefType

void insertRefType(int i,
                   String refType)
Inserts the value as the ith "ref-type" element


addRefType

void addRefType(String refType)
Appends the value as the last "ref-type" element


insertNewRefType

org.apache.xmlbeans.XmlString insertNewRefType(int i)
Inserts and returns a new empty value (as xml) as the ith "ref-type" element


addNewRefType

org.apache.xmlbeans.XmlString addNewRefType()
Appends and returns a new empty value (as xml) as the last "ref-type" element


removeRefType

void removeRefType(int i)
Removes the ith "ref-type" element


getPatternArray

GerPatternType[] getPatternArray()
Gets array of all "pattern" elements


getPatternArray

GerPatternType getPatternArray(int i)
Gets ith "pattern" element


sizeOfPatternArray

int sizeOfPatternArray()
Returns number of "pattern" element


setPatternArray

void setPatternArray(GerPatternType[] patternArray)
Sets array of all "pattern" element


setPatternArray

void setPatternArray(int i,
                     GerPatternType pattern)
Sets ith "pattern" element


insertNewPattern

GerPatternType insertNewPattern(int i)
Inserts and returns a new empty value (as xml) as the ith "pattern" element


addNewPattern

GerPatternType addNewPattern()
Appends and returns a new empty value (as xml) as the last "pattern" element


removePattern

void removePattern(int i)
Removes the ith "pattern" element



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.