org.apache.geronimo.xbeans.j2ee
Interface EjbLocalRefType

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

public interface EjbLocalRefType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class EjbLocalRefType.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
 DescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 DescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 String getEjbLink()
          Gets the "ejb-link" element
 String getEjbRefName()
          Gets the "ejb-ref-name" element
 EjbRefTypeType.Enum getEjbRefType()
          Gets the "ejb-ref-type" element
 String getLocal()
          Gets the "local" element
 String getLocalHome()
          Gets the "local-home" element
 DescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 boolean isSetEjbLink()
          True if has "ejb-link" element
 void removeDescription(int i)
          Removes the ith "description" element
 void setDescriptionArray(DescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setDescriptionArray(int i, DescriptionType description)
          Sets ith "description" element
 void setEjbLink(String ejbLink)
          Sets the "ejb-link" element
 void setEjbRefName(String ejbRefName)
          Sets the "ejb-ref-name" element
 void setEjbRefType(EjbRefTypeType.Enum ejbRefType)
          Sets the "ejb-ref-type" element
 void setLocal(String local)
          Sets the "local" element
 void setLocalHome(String localHome)
          Sets the "local-home" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 void unsetEjbLink()
          Unsets the "ejb-link" element
 EjbLinkType xgetEjbLink()
          Gets (as xml) the "ejb-link" element
 EjbRefNameType xgetEjbRefName()
          Gets (as xml) the "ejb-ref-name" element
 EjbRefTypeType xgetEjbRefType()
          Gets (as xml) the "ejb-ref-type" element
 LocalType xgetLocal()
          Gets (as xml) the "local" element
 LocalHomeType xgetLocalHome()
          Gets (as xml) the "local-home" element
 void xsetEjbLink(EjbLinkType ejbLink)
          Sets (as xml) the "ejb-link" element
 void xsetEjbRefName(EjbRefNameType ejbRefName)
          Sets (as xml) the "ejb-ref-name" element
 void xsetEjbRefType(EjbRefTypeType ejbRefType)
          Sets (as xml) the "ejb-ref-type" element
 void xsetLocal(LocalType local)
          Sets (as xml) the "local" element
 void xsetLocalHome(LocalHomeType localHome)
          Sets (as xml) the "local-home" 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


getEjbRefName

public String getEjbRefName()
Gets the "ejb-ref-name" element


xgetEjbRefName

public EjbRefNameType xgetEjbRefName()
Gets (as xml) the "ejb-ref-name" element


setEjbRefName

public void setEjbRefName(String ejbRefName)
Sets the "ejb-ref-name" element


xsetEjbRefName

public void xsetEjbRefName(EjbRefNameType ejbRefName)
Sets (as xml) the "ejb-ref-name" element


getEjbRefType

public EjbRefTypeType.Enum getEjbRefType()
Gets the "ejb-ref-type" element


xgetEjbRefType

public EjbRefTypeType xgetEjbRefType()
Gets (as xml) the "ejb-ref-type" element


setEjbRefType

public void setEjbRefType(EjbRefTypeType.Enum ejbRefType)
Sets the "ejb-ref-type" element


xsetEjbRefType

public void xsetEjbRefType(EjbRefTypeType ejbRefType)
Sets (as xml) the "ejb-ref-type" element


getLocalHome

public String getLocalHome()
Gets the "local-home" element


xgetLocalHome

public LocalHomeType xgetLocalHome()
Gets (as xml) the "local-home" element


setLocalHome

public void setLocalHome(String localHome)
Sets the "local-home" element


xsetLocalHome

public void xsetLocalHome(LocalHomeType localHome)
Sets (as xml) the "local-home" element


getLocal

public String getLocal()
Gets the "local" element


xgetLocal

public LocalType xgetLocal()
Gets (as xml) the "local" element


setLocal

public void setLocal(String local)
Sets the "local" element


xsetLocal

public void xsetLocal(LocalType local)
Sets (as xml) the "local" element


getEjbLink

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


xgetEjbLink

public EjbLinkType xgetEjbLink()
Gets (as xml) the "ejb-link" element


isSetEjbLink

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


setEjbLink

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


xsetEjbLink

public void xsetEjbLink(EjbLinkType ejbLink)
Sets (as xml) the "ejb-link" element


unsetEjbLink

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



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