org.apache.geronimo.xbeans.ejb
Interface CmrFieldType

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

public interface CmrFieldType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class CmrFieldType.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
 String getCmrFieldName()
          Gets the "cmr-field-name" element
 CmrFieldTypeType.Enum getCmrFieldType()
          Gets the "cmr-field-type" 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
 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 isSetCmrFieldType()
          True if has "cmr-field-type" element
 void removeDeploymentExtension(int i)
          Removes the ith "deployment-extension" element
 void removeDescription(int i)
          Removes the ith "description" element
 void setCmrFieldName(String cmrFieldName)
          Sets the "cmr-field-name" element
 void setCmrFieldType(CmrFieldTypeType.Enum cmrFieldType)
          Sets the "cmr-field-type" 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
 int sizeOfDeploymentExtensionArray()
          Returns number of "deployment-extension" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 void unsetCmrFieldType()
          Unsets the "cmr-field-type" element
 String xgetCmrFieldName()
          Gets (as xml) the "cmr-field-name" element
 CmrFieldTypeType xgetCmrFieldType()
          Gets (as xml) the "cmr-field-type" element
 void xsetCmrFieldName(String cmrFieldName)
          Sets (as xml) the "cmr-field-name" element
 void xsetCmrFieldType(CmrFieldTypeType cmrFieldType)
          Sets (as xml) the "cmr-field-type" 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


getCmrFieldName

public String getCmrFieldName()
Gets the "cmr-field-name" element


xgetCmrFieldName

public String xgetCmrFieldName()
Gets (as xml) the "cmr-field-name" element


setCmrFieldName

public void setCmrFieldName(String cmrFieldName)
Sets the "cmr-field-name" element


xsetCmrFieldName

public void xsetCmrFieldName(String cmrFieldName)
Sets (as xml) the "cmr-field-name" element


getCmrFieldType

public CmrFieldTypeType.Enum getCmrFieldType()
Gets the "cmr-field-type" element


xgetCmrFieldType

public CmrFieldTypeType xgetCmrFieldType()
Gets (as xml) the "cmr-field-type" element


isSetCmrFieldType

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


setCmrFieldType

public void setCmrFieldType(CmrFieldTypeType.Enum cmrFieldType)
Sets the "cmr-field-type" element


xsetCmrFieldType

public void xsetCmrFieldType(CmrFieldTypeType cmrFieldType)
Sets (as xml) the "cmr-field-type" element


unsetCmrFieldType

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