|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MsgsDocumentXmlObj.Msgs.Msg
An XML msg(@http://www.poscoict.com/glueframework/layout). This is a complex type.
Nested Class Summary | |
---|---|
static class |
MsgsDocumentXmlObj.Msgs.Msg.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 | |
---|---|
AttributeTypeXmlObj |
addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element |
AttributeTypeXmlObj[] |
getAttributeArray()
Gets array of all "attribute" elements |
AttributeTypeXmlObj |
getAttributeArray(int i)
Gets ith "attribute" element |
String |
getId()
Gets the "id" attribute |
String |
getName()
Gets the "name" attribute |
AttributeTypeXmlObj |
insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element |
boolean |
isSetName()
True if has "name" attribute |
void |
removeAttribute(int i)
Removes the ith "attribute" element |
void |
setAttributeArray(AttributeTypeXmlObj[] attributeArray)
Sets array of all "attribute" element |
void |
setAttributeArray(int i,
AttributeTypeXmlObj attribute)
Sets ith "attribute" element |
void |
setId(String id)
Sets the "id" attribute |
void |
setName(String name)
Sets the "name" attribute |
int |
sizeOfAttributeArray()
Returns number of "attribute" element |
void |
unsetName()
Unsets the "name" attribute |
org.apache.xmlbeans.XmlString |
xgetId()
Gets (as xml) the "id" attribute |
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute |
void |
xsetId(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "id" attribute |
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
AttributeTypeXmlObj[] getAttributeArray()
AttributeTypeXmlObj getAttributeArray(int i)
int sizeOfAttributeArray()
void setAttributeArray(AttributeTypeXmlObj[] attributeArray)
void setAttributeArray(int i, AttributeTypeXmlObj attribute)
AttributeTypeXmlObj insertNewAttribute(int i)
AttributeTypeXmlObj addNewAttribute()
void removeAttribute(int i)
String getId()
org.apache.xmlbeans.XmlString xgetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlString id)
String getName()
org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |