com.poscoict.glueframework.schema.service
Interface ServiceDocumentXmlObj.Service.Activity

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ServiceDocumentXmlObjImpl.ServiceImpl.ActivityImpl
Enclosing interface:
ServiceDocumentXmlObj.Service

public static interface ServiceDocumentXmlObj.Service.Activity
extends org.apache.xmlbeans.XmlObject

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

type

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

getTransitionArray

ServiceDocumentXmlObj.Service.Activity.Transition[] getTransitionArray()
Gets array of all "transition" elements


getTransitionArray

ServiceDocumentXmlObj.Service.Activity.Transition getTransitionArray(int i)
Gets ith "transition" element


sizeOfTransitionArray

int sizeOfTransitionArray()
Returns number of "transition" element


setTransitionArray

void setTransitionArray(ServiceDocumentXmlObj.Service.Activity.Transition[] transitionArray)
Sets array of all "transition" element


setTransitionArray

void setTransitionArray(int i,
                        ServiceDocumentXmlObj.Service.Activity.Transition transition)
Sets ith "transition" element


insertNewTransition

ServiceDocumentXmlObj.Service.Activity.Transition insertNewTransition(int i)
Inserts and returns a new empty value (as xml) as the ith "transition" element


addNewTransition

ServiceDocumentXmlObj.Service.Activity.Transition addNewTransition()
Appends and returns a new empty value (as xml) as the last "transition" element


removeTransition

void removeTransition(int i)
Removes the ith "transition" element


getPropertyArray

ServiceDocumentXmlObj.Service.Activity.Property[] getPropertyArray()
Gets array of all "property" elements


getPropertyArray

ServiceDocumentXmlObj.Service.Activity.Property getPropertyArray(int i)
Gets ith "property" element


sizeOfPropertyArray

int sizeOfPropertyArray()
Returns number of "property" element


setPropertyArray

void setPropertyArray(ServiceDocumentXmlObj.Service.Activity.Property[] propertyArray)
Sets array of all "property" element


setPropertyArray

void setPropertyArray(int i,
                      ServiceDocumentXmlObj.Service.Activity.Property property)
Sets ith "property" element


insertNewProperty

ServiceDocumentXmlObj.Service.Activity.Property insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element


addNewProperty

ServiceDocumentXmlObj.Service.Activity.Property addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element


removeProperty

void removeProperty(int i)
Removes the ith "property" element


getName

String getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "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


getClass1

String getClass1()
Gets the "class" attribute


xgetClass1

org.apache.xmlbeans.XmlString xgetClass1()
Gets (as xml) the "class" attribute


setClass1

void setClass1(String class1)
Sets the "class" attribute


xsetClass1

void xsetClass1(org.apache.xmlbeans.XmlString class1)
Sets (as xml) the "class" attribute



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