org.apache.geronimo.xbeans.ejb
Interface EjbRelationType

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

public interface EjbRelationType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class EjbRelationType.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
 DeploymentExtensionType addNewDeploymentExtension()
          Appends and returns a new empty value (as xml) as the last "deployment-extension" element
 DescriptionType addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 EjbRelationshipRoleType addNewEjbRelationshipRole()
          Appends and returns a new empty value (as xml) as the last "ejb-relationship-role" element
 DeploymentExtensionType[] getDeploymentExtensionArray()
          Gets array of all "deployment-extension" elements
 DeploymentExtensionType getDeploymentExtensionArray(int i)
          Gets ith "deployment-extension" element
 DescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 DescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 String getEjbRelationName()
          Gets the "ejb-relation-name" element
 EjbRelationshipRoleType[] getEjbRelationshipRoleArray()
          Gets array of all "ejb-relationship-role" elements
 EjbRelationshipRoleType getEjbRelationshipRoleArray(int i)
          Gets ith "ejb-relationship-role" element
 DeploymentExtensionType insertNewDeploymentExtension(int i)
          Inserts and returns a new empty value (as xml) as the ith "deployment-extension" element
 DescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 EjbRelationshipRoleType insertNewEjbRelationshipRole(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-relationship-role" element
 boolean isSetEjbRelationName()
          True if has "ejb-relation-name" element
 void removeDeploymentExtension(int i)
          Removes the ith "deployment-extension" element
 void removeDescription(int i)
          Removes the ith "description" element
 void removeEjbRelationshipRole(int i)
          Removes the ith "ejb-relationship-role" element
 void setDeploymentExtensionArray(DeploymentExtensionType[] deploymentExtensionArray)
          Sets array of all "deployment-extension" element
 void setDeploymentExtensionArray(int i, DeploymentExtensionType deploymentExtension)
          Sets ith "deployment-extension" element
 void setDescriptionArray(DescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setDescriptionArray(int i, DescriptionType description)
          Sets ith "description" element
 void setEjbRelationName(String ejbRelationName)
          Sets the "ejb-relation-name" element
 void setEjbRelationshipRoleArray(EjbRelationshipRoleType[] ejbRelationshipRoleArray)
          Sets array of all "ejb-relationship-role" element
 void setEjbRelationshipRoleArray(int i, EjbRelationshipRoleType ejbRelationshipRole)
          Sets ith "ejb-relationship-role" element
 int sizeOfDeploymentExtensionArray()
          Returns number of "deployment-extension" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 int sizeOfEjbRelationshipRoleArray()
          Returns number of "ejb-relationship-role" element
 void unsetEjbRelationName()
          Unsets the "ejb-relation-name" element
 String xgetEjbRelationName()
          Gets (as xml) the "ejb-relation-name" element
 void xsetEjbRelationName(String ejbRelationName)
          Sets (as xml) the "ejb-relation-name" 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


getEjbRelationName

public String getEjbRelationName()
Gets the "ejb-relation-name" element


xgetEjbRelationName

public String xgetEjbRelationName()
Gets (as xml) the "ejb-relation-name" element


isSetEjbRelationName

public boolean isSetEjbRelationName()
True if has "ejb-relation-name" element


setEjbRelationName

public void setEjbRelationName(String ejbRelationName)
Sets the "ejb-relation-name" element


xsetEjbRelationName

public void xsetEjbRelationName(String ejbRelationName)
Sets (as xml) the "ejb-relation-name" element


unsetEjbRelationName

public void unsetEjbRelationName()
Unsets the "ejb-relation-name" element


getEjbRelationshipRoleArray

public EjbRelationshipRoleType[] getEjbRelationshipRoleArray()
Gets array of all "ejb-relationship-role" elements


getEjbRelationshipRoleArray

public EjbRelationshipRoleType getEjbRelationshipRoleArray(int i)
Gets ith "ejb-relationship-role" element


sizeOfEjbRelationshipRoleArray

public int sizeOfEjbRelationshipRoleArray()
Returns number of "ejb-relationship-role" element


setEjbRelationshipRoleArray

public void setEjbRelationshipRoleArray(EjbRelationshipRoleType[] ejbRelationshipRoleArray)
Sets array of all "ejb-relationship-role" element


setEjbRelationshipRoleArray

public void setEjbRelationshipRoleArray(int i,
                                        EjbRelationshipRoleType ejbRelationshipRole)
Sets ith "ejb-relationship-role" element


insertNewEjbRelationshipRole

public EjbRelationshipRoleType insertNewEjbRelationshipRole(int i)
Inserts and returns a new empty value (as xml) as the ith "ejb-relationship-role" element


addNewEjbRelationshipRole

public EjbRelationshipRoleType addNewEjbRelationshipRole()
Appends and returns a new empty value (as xml) as the last "ejb-relationship-role" element


removeEjbRelationshipRole

public void removeEjbRelationshipRole(int i)
Removes the ith "ejb-relationship-role" element


getDeploymentExtensionArray

public DeploymentExtensionType[] getDeploymentExtensionArray()
Gets array of all "deployment-extension" elements


getDeploymentExtensionArray

public DeploymentExtensionType getDeploymentExtensionArray(int i)
Gets ith "deployment-extension" element


sizeOfDeploymentExtensionArray

public int sizeOfDeploymentExtensionArray()
Returns number of "deployment-extension" element


setDeploymentExtensionArray

public void setDeploymentExtensionArray(DeploymentExtensionType[] deploymentExtensionArray)
Sets array of all "deployment-extension" element


setDeploymentExtensionArray

public void setDeploymentExtensionArray(int i,
                                        DeploymentExtensionType deploymentExtension)
Sets ith "deployment-extension" element


insertNewDeploymentExtension

public DeploymentExtensionType insertNewDeploymentExtension(int i)
Inserts and returns a new empty value (as xml) as the ith "deployment-extension" element


addNewDeploymentExtension

public DeploymentExtensionType addNewDeploymentExtension()
Appends and returns a new empty value (as xml) as the last "deployment-extension" element


removeDeploymentExtension

public void removeDeploymentExtension(int i)
Removes the ith "deployment-extension" element



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