|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSAG4JEngineConfigurationType
An XML WSAG4JEngineConfigurationType(@http://schemas.scai.fraunhofer.de/config/wsag4j). This is a complex type.
Nested Class Summary | |
---|---|
static class |
WSAG4JEngineConfigurationType.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 | |
---|---|
ActionType |
addNewAction()
Appends and returns a new empty value (as xml) as the last "Action" element |
FactoryConfigurationType |
addNewFactory()
Appends and returns a new empty "Factory" element |
ValidatorType |
addNewValidator()
Appends and returns a new empty "Validator" element |
ActionType[] |
getActionArray()
Gets array of all "Action" elements |
ActionType |
getActionArray(int i)
Gets ith "Action" element |
FactoryConfigurationType |
getFactory()
Gets the "Factory" element |
String |
getResourceId()
Gets the "ResourceId" element |
ValidatorType |
getValidator()
Gets the "Validator" element |
ActionType |
insertNewAction(int i)
Inserts and returns a new empty value (as xml) as the ith "Action" element |
boolean |
isSetResourceId()
True if has "ResourceId" element |
boolean |
isSetValidator()
True if has "Validator" element |
void |
removeAction(int i)
Removes the ith "Action" element |
void |
setActionArray(ActionType[] actionArray)
Sets array of all "Action" element |
void |
setActionArray(int i,
ActionType action)
Sets ith "Action" element |
void |
setFactory(FactoryConfigurationType factory)
Sets the "Factory" element |
void |
setResourceId(String resourceId)
Sets the "ResourceId" element |
void |
setValidator(ValidatorType validator)
Sets the "Validator" element |
int |
sizeOfActionArray()
Returns number of "Action" element |
void |
unsetResourceId()
Unsets the "ResourceId" element |
void |
unsetValidator()
Unsets the "Validator" element |
org.apache.xmlbeans.XmlString |
xgetResourceId()
Gets (as xml) the "ResourceId" element |
void |
xsetResourceId(org.apache.xmlbeans.XmlString resourceId)
Sets (as xml) the "ResourceId" element |
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 |
---|
String getResourceId()
org.apache.xmlbeans.XmlString xgetResourceId()
boolean isSetResourceId()
void setResourceId(String resourceId)
void xsetResourceId(org.apache.xmlbeans.XmlString resourceId)
void unsetResourceId()
FactoryConfigurationType getFactory()
void setFactory(FactoryConfigurationType factory)
FactoryConfigurationType addNewFactory()
ValidatorType getValidator()
boolean isSetValidator()
void setValidator(ValidatorType validator)
ValidatorType addNewValidator()
void unsetValidator()
ActionType[] getActionArray()
ActionType getActionArray(int i)
int sizeOfActionArray()
void setActionArray(ActionType[] actionArray)
void setActionArray(int i, ActionType action)
ActionType insertNewAction(int i)
ActionType addNewAction()
void removeAction(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |