org.apache.geronimo.xbeans.ejb
Interface EjbRelationshipRoleType

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

public interface EjbRelationshipRoleType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class EjbRelationshipRoleType.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
 EmptyType addNewCascadeDelete()
          Appends and returns a new empty "cascade-delete" element
 CmrFieldType addNewCmrField()
          Appends and returns a new empty "cmr-field" element
 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
 RelationshipRoleSourceType addNewRelationshipRoleSource()
          Appends and returns a new empty "relationship-role-source" element
 EmptyType getCascadeDelete()
          Gets the "cascade-delete" element
 CmrFieldType getCmrField()
          Gets the "cmr-field" 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 getEjbRelationshipRoleName()
          Gets the "ejb-relationship-role-name" element
 MultiplicityType.Enum getMultiplicity()
          Gets the "multiplicity" element
 RelationshipRoleSourceType getRelationshipRoleSource()
          Gets the "relationship-role-source" 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
 boolean isSetCascadeDelete()
          True if has "cascade-delete" element
 boolean isSetCmrField()
          True if has "cmr-field" element
 boolean isSetEjbRelationshipRoleName()
          True if has "ejb-relationship-role-name" element
 void removeDeploymentExtension(int i)
          Removes the ith "deployment-extension" element
 void removeDescription(int i)
          Removes the ith "description" element
 void setCascadeDelete(EmptyType cascadeDelete)
          Sets the "cascade-delete" element
 void setCmrField(CmrFieldType cmrField)
          Sets the "cmr-field" 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 setEjbRelationshipRoleName(String ejbRelationshipRoleName)
          Sets the "ejb-relationship-role-name" element
 void setMultiplicity(MultiplicityType.Enum multiplicity)
          Sets the "multiplicity" element
 void setRelationshipRoleSource(RelationshipRoleSourceType relationshipRoleSource)
          Sets the "relationship-role-source" element
 int sizeOfDeploymentExtensionArray()
          Returns number of "deployment-extension" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 void unsetCascadeDelete()
          Unsets the "cascade-delete" element
 void unsetCmrField()
          Unsets the "cmr-field" element
 void unsetEjbRelationshipRoleName()
          Unsets the "ejb-relationship-role-name" element
 String xgetEjbRelationshipRoleName()
          Gets (as xml) the "ejb-relationship-role-name" element
 MultiplicityType xgetMultiplicity()
          Gets (as xml) the "multiplicity" element
 void xsetEjbRelationshipRoleName(String ejbRelationshipRoleName)
          Sets (as xml) the "ejb-relationship-role-name" element
 void xsetMultiplicity(MultiplicityType multiplicity)
          Sets (as xml) the "multiplicity" 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


getEjbRelationshipRoleName

public String getEjbRelationshipRoleName()
Gets the "ejb-relationship-role-name" element


xgetEjbRelationshipRoleName

public String xgetEjbRelationshipRoleName()
Gets (as xml) the "ejb-relationship-role-name" element


isSetEjbRelationshipRoleName

public boolean isSetEjbRelationshipRoleName()
True if has "ejb-relationship-role-name" element


setEjbRelationshipRoleName

public void setEjbRelationshipRoleName(String ejbRelationshipRoleName)
Sets the "ejb-relationship-role-name" element


xsetEjbRelationshipRoleName

public void xsetEjbRelationshipRoleName(String ejbRelationshipRoleName)
Sets (as xml) the "ejb-relationship-role-name" element


unsetEjbRelationshipRoleName

public void unsetEjbRelationshipRoleName()
Unsets the "ejb-relationship-role-name" element


getMultiplicity

public MultiplicityType.Enum getMultiplicity()
Gets the "multiplicity" element


xgetMultiplicity

public MultiplicityType xgetMultiplicity()
Gets (as xml) the "multiplicity" element


setMultiplicity

public void setMultiplicity(MultiplicityType.Enum multiplicity)
Sets the "multiplicity" element


xsetMultiplicity

public void xsetMultiplicity(MultiplicityType multiplicity)
Sets (as xml) the "multiplicity" element


getCascadeDelete

public EmptyType getCascadeDelete()
Gets the "cascade-delete" element


isSetCascadeDelete

public boolean isSetCascadeDelete()
True if has "cascade-delete" element


setCascadeDelete

public void setCascadeDelete(EmptyType cascadeDelete)
Sets the "cascade-delete" element


addNewCascadeDelete

public EmptyType addNewCascadeDelete()
Appends and returns a new empty "cascade-delete" element


unsetCascadeDelete

public void unsetCascadeDelete()
Unsets the "cascade-delete" element


getRelationshipRoleSource

public RelationshipRoleSourceType getRelationshipRoleSource()
Gets the "relationship-role-source" element


setRelationshipRoleSource

public void setRelationshipRoleSource(RelationshipRoleSourceType relationshipRoleSource)
Sets the "relationship-role-source" element


addNewRelationshipRoleSource

public RelationshipRoleSourceType addNewRelationshipRoleSource()
Appends and returns a new empty "relationship-role-source" element


getCmrField

public CmrFieldType getCmrField()
Gets the "cmr-field" element


isSetCmrField

public boolean isSetCmrField()
True if has "cmr-field" element


setCmrField

public void setCmrField(CmrFieldType cmrField)
Sets the "cmr-field" element


addNewCmrField

public CmrFieldType addNewCmrField()
Appends and returns a new empty "cmr-field" element


unsetCmrField

public void unsetCmrField()
Unsets the "cmr-field" 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.