|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML enterprise-beansType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.
Nested Class Summary | |
static class |
EnterpriseBeansType.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 | |
EntityBeanType |
addNewEntity()
Appends and returns a new empty value (as xml) as the last "entity" element |
MessageDrivenBeanType |
addNewMessageDriven()
Appends and returns a new empty value (as xml) as the last "message-driven" element |
SessionBeanType |
addNewSession()
Appends and returns a new empty value (as xml) as the last "session" element |
EntityBeanType[] |
getEntityArray()
Gets array of all "entity" elements |
EntityBeanType |
getEntityArray(int i)
Gets ith "entity" element |
MessageDrivenBeanType[] |
getMessageDrivenArray()
Gets array of all "message-driven" elements |
MessageDrivenBeanType |
getMessageDrivenArray(int i)
Gets ith "message-driven" element |
SessionBeanType[] |
getSessionArray()
Gets array of all "session" elements |
SessionBeanType |
getSessionArray(int i)
Gets ith "session" element |
EntityBeanType |
insertNewEntity(int i)
Inserts and returns a new empty value (as xml) as the ith "entity" element |
MessageDrivenBeanType |
insertNewMessageDriven(int i)
Inserts and returns a new empty value (as xml) as the ith "message-driven" element |
SessionBeanType |
insertNewSession(int i)
Inserts and returns a new empty value (as xml) as the ith "session" element |
void |
removeEntity(int i)
Removes the ith "entity" element |
void |
removeMessageDriven(int i)
Removes the ith "message-driven" element |
void |
removeSession(int i)
Removes the ith "session" element |
void |
setEntityArray(EntityBeanType[] entityArray)
Sets array of all "entity" element |
void |
setEntityArray(int i,
EntityBeanType entity)
Sets ith "entity" element |
void |
setMessageDrivenArray(int i,
MessageDrivenBeanType messageDriven)
Sets ith "message-driven" element |
void |
setMessageDrivenArray(MessageDrivenBeanType[] messageDrivenArray)
Sets array of all "message-driven" element |
void |
setSessionArray(int i,
SessionBeanType session)
Sets ith "session" element |
void |
setSessionArray(SessionBeanType[] sessionArray)
Sets array of all "session" element |
int |
sizeOfEntityArray()
Returns number of "entity" element |
int |
sizeOfMessageDrivenArray()
Returns number of "message-driven" element |
int |
sizeOfSessionArray()
Returns number of "session" 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 SessionBeanType[] getSessionArray()
public SessionBeanType getSessionArray(int i)
public int sizeOfSessionArray()
public void setSessionArray(SessionBeanType[] sessionArray)
public void setSessionArray(int i, SessionBeanType session)
public SessionBeanType insertNewSession(int i)
public SessionBeanType addNewSession()
public void removeSession(int i)
public EntityBeanType[] getEntityArray()
public EntityBeanType getEntityArray(int i)
public int sizeOfEntityArray()
public void setEntityArray(EntityBeanType[] entityArray)
public void setEntityArray(int i, EntityBeanType entity)
public EntityBeanType insertNewEntity(int i)
public EntityBeanType addNewEntity()
public void removeEntity(int i)
public MessageDrivenBeanType[] getMessageDrivenArray()
public MessageDrivenBeanType getMessageDrivenArray(int i)
public int sizeOfMessageDrivenArray()
public void setMessageDrivenArray(MessageDrivenBeanType[] messageDrivenArray)
public void setMessageDrivenArray(int i, MessageDrivenBeanType messageDriven)
public MessageDrivenBeanType insertNewMessageDriven(int i)
public MessageDrivenBeanType addNewMessageDriven()
public void removeMessageDriven(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |