|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ServiceDocumentXmlObj.Service.Activity
An XML activity(@http://www.poscoict.com/glueframework/service). This is a complex type.
Nested Class Summary | |
---|---|
static class |
ServiceDocumentXmlObj.Service.Activity.Factory
A factory class with static methods for creating instances of this type. |
static interface |
ServiceDocumentXmlObj.Service.Activity.Property
An XML property(@http://www.poscoict.com/glueframework/service). |
static interface |
ServiceDocumentXmlObj.Service.Activity.Transition
An XML transition(@http://www.poscoict.com/glueframework/service). |
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 | |
---|---|
ServiceDocumentXmlObj.Service.Activity.Property |
addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element |
ServiceDocumentXmlObj.Service.Activity.Transition |
addNewTransition()
Appends and returns a new empty value (as xml) as the last "transition" element |
String |
getClass1()
Gets the "class" attribute |
String |
getName()
Gets the "name" attribute |
ServiceDocumentXmlObj.Service.Activity.Property[] |
getPropertyArray()
Gets array of all "property" elements |
ServiceDocumentXmlObj.Service.Activity.Property |
getPropertyArray(int i)
Gets ith "property" element |
ServiceDocumentXmlObj.Service.Activity.Transition[] |
getTransitionArray()
Gets array of all "transition" elements |
ServiceDocumentXmlObj.Service.Activity.Transition |
getTransitionArray(int i)
Gets ith "transition" element |
ServiceDocumentXmlObj.Service.Activity.Property |
insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element |
ServiceDocumentXmlObj.Service.Activity.Transition |
insertNewTransition(int i)
Inserts and returns a new empty value (as xml) as the ith "transition" element |
void |
removeProperty(int i)
Removes the ith "property" element |
void |
removeTransition(int i)
Removes the ith "transition" element |
void |
setClass1(String class1)
Sets the "class" attribute |
void |
setName(String name)
Sets the "name" attribute |
void |
setPropertyArray(int i,
ServiceDocumentXmlObj.Service.Activity.Property property)
Sets ith "property" element |
void |
setPropertyArray(ServiceDocumentXmlObj.Service.Activity.Property[] propertyArray)
Sets array of all "property" element |
void |
setTransitionArray(int i,
ServiceDocumentXmlObj.Service.Activity.Transition transition)
Sets ith "transition" element |
void |
setTransitionArray(ServiceDocumentXmlObj.Service.Activity.Transition[] transitionArray)
Sets array of all "transition" element |
int |
sizeOfPropertyArray()
Returns number of "property" element |
int |
sizeOfTransitionArray()
Returns number of "transition" element |
org.apache.xmlbeans.XmlString |
xgetClass1()
Gets (as xml) the "class" attribute |
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute |
void |
xsetClass1(org.apache.xmlbeans.XmlString class1)
Sets (as xml) the "class" 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 |
---|
ServiceDocumentXmlObj.Service.Activity.Transition[] getTransitionArray()
ServiceDocumentXmlObj.Service.Activity.Transition getTransitionArray(int i)
int sizeOfTransitionArray()
void setTransitionArray(ServiceDocumentXmlObj.Service.Activity.Transition[] transitionArray)
void setTransitionArray(int i, ServiceDocumentXmlObj.Service.Activity.Transition transition)
ServiceDocumentXmlObj.Service.Activity.Transition insertNewTransition(int i)
ServiceDocumentXmlObj.Service.Activity.Transition addNewTransition()
void removeTransition(int i)
ServiceDocumentXmlObj.Service.Activity.Property[] getPropertyArray()
ServiceDocumentXmlObj.Service.Activity.Property getPropertyArray(int i)
int sizeOfPropertyArray()
void setPropertyArray(ServiceDocumentXmlObj.Service.Activity.Property[] propertyArray)
void setPropertyArray(int i, ServiceDocumentXmlObj.Service.Activity.Property property)
ServiceDocumentXmlObj.Service.Activity.Property insertNewProperty(int i)
ServiceDocumentXmlObj.Service.Activity.Property addNewProperty()
void removeProperty(int i)
String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
String getClass1()
org.apache.xmlbeans.XmlString xgetClass1()
void setClass1(String class1)
void xsetClass1(org.apache.xmlbeans.XmlString class1)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |