com.poscoict.glueframework.schema.layout
Interface MsgsDocumentXmlObj.Msgs.Msg

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
MsgsDocumentXmlObjImpl.MsgsImpl.MsgImpl
Enclosing interface:
MsgsDocumentXmlObj.Msgs

public static interface MsgsDocumentXmlObj.Msgs.Msg
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getAttributeArray

AttributeTypeXmlObj[] getAttributeArray()
Gets array of all "attribute" elements


getAttributeArray

AttributeTypeXmlObj getAttributeArray(int i)
Gets ith "attribute" element


sizeOfAttributeArray

int sizeOfAttributeArray()
Returns number of "attribute" element


setAttributeArray

void setAttributeArray(AttributeTypeXmlObj[] attributeArray)
Sets array of all "attribute" element


setAttributeArray

void setAttributeArray(int i,
                       AttributeTypeXmlObj attribute)
Sets ith "attribute" element


insertNewAttribute

AttributeTypeXmlObj insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element


addNewAttribute

AttributeTypeXmlObj addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element


removeAttribute

void removeAttribute(int i)
Removes the ith "attribute" element


getId

String getId()
Gets the "id" attribute


xgetId

org.apache.xmlbeans.XmlString xgetId()
Gets (as xml) the "id" attribute


setId

void setId(String id)
Sets the "id" attribute


xsetId

void xsetId(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "id" attribute


getName

String getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "name" attribute


isSetName

boolean isSetName()
True if has "name" attribute


setName

void setName(String name)
Sets the "name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute


unsetName

void unsetName()
Unsets the "name" attribute



Copyright © 2013–2014 POSCO ICT SWÁ¦Ç°±â¼úÆÀ. All rights reserved.