org.apache.geronimo.xbeans.geronimo.client
Interface GerResourceType

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

public interface GerResourceType
extends org.apache.xmlbeans.XmlObject

An XML resourceType(@http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0). This is a complex type.


Nested Class Summary
static class GerResourceType.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
 GerConnectorType addNewConnector()
          Appends and returns a new empty "connector" element
 PatternType addNewExternalRar()
          Appends and returns a new empty "external-rar" element
 GerConnectorType getConnector()
          Gets the "connector" element
 PatternType getExternalRar()
          Gets the "external-rar" element
 String getInternalRar()
          Gets the "internal-rar" element
 boolean isSetExternalRar()
          True if has "external-rar" element
 boolean isSetInternalRar()
          True if has "internal-rar" element
 void setConnector(GerConnectorType connector)
          Sets the "connector" element
 void setExternalRar(PatternType externalRar)
          Sets the "external-rar" element
 void setInternalRar(String internalRar)
          Sets the "internal-rar" element
 void unsetExternalRar()
          Unsets the "external-rar" element
 void unsetInternalRar()
          Unsets the "internal-rar" element
 org.apache.xmlbeans.XmlString xgetInternalRar()
          Gets (as xml) the "internal-rar" element
 void xsetInternalRar(org.apache.xmlbeans.XmlString internalRar)
          Sets (as xml) the "internal-rar" 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

getExternalRar

PatternType getExternalRar()
Gets the "external-rar" element


isSetExternalRar

boolean isSetExternalRar()
True if has "external-rar" element


setExternalRar

void setExternalRar(PatternType externalRar)
Sets the "external-rar" element


addNewExternalRar

PatternType addNewExternalRar()
Appends and returns a new empty "external-rar" element


unsetExternalRar

void unsetExternalRar()
Unsets the "external-rar" element


getInternalRar

String getInternalRar()
Gets the "internal-rar" element


xgetInternalRar

org.apache.xmlbeans.XmlString xgetInternalRar()
Gets (as xml) the "internal-rar" element


isSetInternalRar

boolean isSetInternalRar()
True if has "internal-rar" element


setInternalRar

void setInternalRar(String internalRar)
Sets the "internal-rar" element


xsetInternalRar

void xsetInternalRar(org.apache.xmlbeans.XmlString internalRar)
Sets (as xml) the "internal-rar" element


unsetInternalRar

void unsetInternalRar()
Unsets the "internal-rar" element


getConnector

GerConnectorType getConnector()
Gets the "connector" element


setConnector

void setConnector(GerConnectorType connector)
Sets the "connector" element


addNewConnector

GerConnectorType addNewConnector()
Appends and returns a new empty "connector" element



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