org.apache.geronimo.xbeans.geronimo.naming
Interface GerEjbRefType

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

public interface GerEjbRefType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class GerEjbRefType.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 addNewCss()
          Appends and returns a new empty "css" element
 GerPatternType addNewPattern()
          Appends and returns a new empty "pattern" element
 GerPatternType getCss()
          Gets the "css" element
 String getCssLink()
          Gets the "css-link" element
 String getEjbLink()
          Gets the "ejb-link" element
 String getName()
          Gets the "name" element
 String getNsCorbaloc()
          Gets the "ns-corbaloc" element
 GerPatternType getPattern()
          Gets the "pattern" element
 String getRefName()
          Gets the "ref-name" element
 boolean isSetCss()
          True if has "css" element
 boolean isSetCssLink()
          True if has "css-link" element
 boolean isSetEjbLink()
          True if has "ejb-link" element
 boolean isSetName()
          True if has "name" element
 boolean isSetNsCorbaloc()
          True if has "ns-corbaloc" element
 boolean isSetPattern()
          True if has "pattern" element
 void setCss(GerPatternType css)
          Sets the "css" element
 void setCssLink(String cssLink)
          Sets the "css-link" element
 void setEjbLink(String ejbLink)
          Sets the "ejb-link" element
 void setName(String name)
          Sets the "name" element
 void setNsCorbaloc(String nsCorbaloc)
          Sets the "ns-corbaloc" element
 void setPattern(GerPatternType pattern)
          Sets the "pattern" element
 void setRefName(String refName)
          Sets the "ref-name" element
 void unsetCss()
          Unsets the "css" element
 void unsetCssLink()
          Unsets the "css-link" element
 void unsetEjbLink()
          Unsets the "ejb-link" element
 void unsetName()
          Unsets the "name" element
 void unsetNsCorbaloc()
          Unsets the "ns-corbaloc" element
 void unsetPattern()
          Unsets the "pattern" element
 org.apache.xmlbeans.XmlString xgetCssLink()
          Gets (as xml) the "css-link" element
 org.apache.xmlbeans.XmlString xgetEjbLink()
          Gets (as xml) the "ejb-link" element
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "name" element
 org.apache.xmlbeans.XmlAnyURI xgetNsCorbaloc()
          Gets (as xml) the "ns-corbaloc" element
 org.apache.xmlbeans.XmlString xgetRefName()
          Gets (as xml) the "ref-name" element
 void xsetCssLink(org.apache.xmlbeans.XmlString cssLink)
          Sets (as xml) the "css-link" element
 void xsetEjbLink(org.apache.xmlbeans.XmlString ejbLink)
          Sets (as xml) the "ejb-link" element
 void xsetName(org.apache.xmlbeans.XmlString name)
          Sets (as xml) the "name" element
 void xsetNsCorbaloc(org.apache.xmlbeans.XmlAnyURI nsCorbaloc)
          Sets (as xml) the "ns-corbaloc" element
 void xsetRefName(org.apache.xmlbeans.XmlString refName)
          Sets (as xml) the "ref-name" 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


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


getNsCorbaloc

String getNsCorbaloc()
Gets the "ns-corbaloc" element


xgetNsCorbaloc

org.apache.xmlbeans.XmlAnyURI xgetNsCorbaloc()
Gets (as xml) the "ns-corbaloc" element


isSetNsCorbaloc

boolean isSetNsCorbaloc()
True if has "ns-corbaloc" element


setNsCorbaloc

void setNsCorbaloc(String nsCorbaloc)
Sets the "ns-corbaloc" element


xsetNsCorbaloc

void xsetNsCorbaloc(org.apache.xmlbeans.XmlAnyURI nsCorbaloc)
Sets (as xml) the "ns-corbaloc" element


unsetNsCorbaloc

void unsetNsCorbaloc()
Unsets the "ns-corbaloc" element


getName

String getName()
Gets the "name" element


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "name" element


isSetName

boolean isSetName()
True if has "name" element


setName

void setName(String name)
Sets the "name" element


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element


unsetName

void unsetName()
Unsets the "name" element


getCss

GerPatternType getCss()
Gets the "css" element


isSetCss

boolean isSetCss()
True if has "css" element


setCss

void setCss(GerPatternType css)
Sets the "css" element


addNewCss

GerPatternType addNewCss()
Appends and returns a new empty "css" element


unsetCss

void unsetCss()
Unsets the "css" element


getCssLink

String getCssLink()
Gets the "css-link" element


xgetCssLink

org.apache.xmlbeans.XmlString xgetCssLink()
Gets (as xml) the "css-link" element


isSetCssLink

boolean isSetCssLink()
True if has "css-link" element


setCssLink

void setCssLink(String cssLink)
Sets the "css-link" element


xsetCssLink

void xsetCssLink(org.apache.xmlbeans.XmlString cssLink)
Sets (as xml) the "css-link" element


unsetCssLink

void unsetCssLink()
Unsets the "css-link" element


getEjbLink

String getEjbLink()
Gets the "ejb-link" element


xgetEjbLink

org.apache.xmlbeans.XmlString xgetEjbLink()
Gets (as xml) the "ejb-link" element


isSetEjbLink

boolean isSetEjbLink()
True if has "ejb-link" element


setEjbLink

void setEjbLink(String ejbLink)
Sets the "ejb-link" element


xsetEjbLink

void xsetEjbLink(org.apache.xmlbeans.XmlString ejbLink)
Sets (as xml) the "ejb-link" element


unsetEjbLink

void unsetEjbLink()
Unsets the "ejb-link" element



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