org.apache.geronimo.xbeans.geronimo.naming
Interface GerResourceLocatorType

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

public interface GerResourceLocatorType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class GerResourceLocatorType.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 "pattern" element
 GerPatternType getPattern()
          Gets the "pattern" element
 String getResourceLink()
          Gets the "resource-link" element
 String getUrl()
          Gets the "url" element
 boolean isSetPattern()
          True if has "pattern" element
 boolean isSetResourceLink()
          True if has "resource-link" element
 boolean isSetUrl()
          True if has "url" element
 void setPattern(GerPatternType pattern)
          Sets the "pattern" element
 void setResourceLink(String resourceLink)
          Sets the "resource-link" element
 void setUrl(String url)
          Sets the "url" element
 void unsetPattern()
          Unsets the "pattern" element
 void unsetResourceLink()
          Unsets the "resource-link" element
 void unsetUrl()
          Unsets the "url" element
 org.apache.xmlbeans.XmlString xgetResourceLink()
          Gets (as xml) the "resource-link" element
 org.apache.xmlbeans.XmlString xgetUrl()
          Gets (as xml) the "url" element
 void xsetResourceLink(org.apache.xmlbeans.XmlString resourceLink)
          Sets (as xml) the "resource-link" element
 void xsetUrl(org.apache.xmlbeans.XmlString url)
          Sets (as xml) the "url" 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

getPattern

GerPatternType getPattern()
Gets the "pattern" element


isSetPattern

boolean isSetPattern()
True if has "pattern" element


setPattern

void setPattern(GerPatternType pattern)
Sets the "pattern" element


addNewPattern

GerPatternType addNewPattern()
Appends and returns a new empty "pattern" element


unsetPattern

void unsetPattern()
Unsets the "pattern" element


getResourceLink

String getResourceLink()
Gets the "resource-link" element


xgetResourceLink

org.apache.xmlbeans.XmlString xgetResourceLink()
Gets (as xml) the "resource-link" element


isSetResourceLink

boolean isSetResourceLink()
True if has "resource-link" element


setResourceLink

void setResourceLink(String resourceLink)
Sets the "resource-link" element


xsetResourceLink

void xsetResourceLink(org.apache.xmlbeans.XmlString resourceLink)
Sets (as xml) the "resource-link" element


unsetResourceLink

void unsetResourceLink()
Unsets the "resource-link" element


getUrl

String getUrl()
Gets the "url" element


xgetUrl

org.apache.xmlbeans.XmlString xgetUrl()
Gets (as xml) the "url" element


isSetUrl

boolean isSetUrl()
True if has "url" element


setUrl

void setUrl(String url)
Sets the "url" element


xsetUrl

void xsetUrl(org.apache.xmlbeans.XmlString url)
Sets (as xml) the "url" element


unsetUrl

void unsetUrl()
Unsets the "url" element



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