|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public DescriptionType[] getDescriptionArray()
public DescriptionType getDescriptionArray(int i)
public int sizeOfDescriptionArray()
public void setDescriptionArray(DescriptionType[] descriptionArray)
public void setDescriptionArray(int i, DescriptionType description)
public DescriptionType insertNewDescription(int i)
public DescriptionType addNewDescription()
public void removeDescription(int i)
public String getEjbRelationshipRoleName()
public String xgetEjbRelationshipRoleName()
public boolean isSetEjbRelationshipRoleName()
public void setEjbRelationshipRoleName(String ejbRelationshipRoleName)
public void xsetEjbRelationshipRoleName(String ejbRelationshipRoleName)
public void unsetEjbRelationshipRoleName()
public MultiplicityType.Enum getMultiplicity()
public MultiplicityType xgetMultiplicity()
public void setMultiplicity(MultiplicityType.Enum multiplicity)
public void xsetMultiplicity(MultiplicityType multiplicity)
public EmptyType getCascadeDelete()
public boolean isSetCascadeDelete()
public void setCascadeDelete(EmptyType cascadeDelete)
public EmptyType addNewCascadeDelete()
public void unsetCascadeDelete()
public RelationshipRoleSourceType getRelationshipRoleSource()
public void setRelationshipRoleSource(RelationshipRoleSourceType relationshipRoleSource)
public RelationshipRoleSourceType addNewRelationshipRoleSource()
public CmrFieldType getCmrField()
public boolean isSetCmrField()
public void setCmrField(CmrFieldType cmrField)
public CmrFieldType addNewCmrField()
public void unsetCmrField()
public DeploymentExtensionType[] getDeploymentExtensionArray()
public DeploymentExtensionType getDeploymentExtensionArray(int i)
public int sizeOfDeploymentExtensionArray()
public void setDeploymentExtensionArray(DeploymentExtensionType[] deploymentExtensionArray)
public void setDeploymentExtensionArray(int i, DeploymentExtensionType deploymentExtension)
public DeploymentExtensionType insertNewDeploymentExtension(int i)
public DeploymentExtensionType addNewDeploymentExtension()
public void removeDeploymentExtension(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |