|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionType
An XML ActionType(@http://schemas.scai.fraunhofer.de/config/wsag4j). This is a complex type.
Nested Class Summary | |
---|---|
static class |
ActionType.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 | |
---|---|
ImplementationConfigurationType |
addNewCreateAgreementConfiguration()
Appends and returns a new empty "CreateAgreementConfiguration" element |
ImplementationConfigurationType |
addNewGetTemplateConfiguration()
Appends and returns a new empty "GetTemplateConfiguration" element |
ImplementationConfigurationType |
addNewNegotiationConfiguration()
Appends and returns a new empty "NegotiationConfiguration" element |
ImplementationConfigurationType |
getCreateAgreementConfiguration()
Gets the "CreateAgreementConfiguration" element |
ImplementationConfigurationType |
getGetTemplateConfiguration()
Gets the "GetTemplateConfiguration" element |
String |
getName()
Gets the "name" attribute |
ImplementationConfigurationType |
getNegotiationConfiguration()
Gets the "NegotiationConfiguration" element |
boolean |
getUseSession()
Gets the "useSession" attribute |
boolean |
isSetUseSession()
True if has "useSession" attribute |
void |
setCreateAgreementConfiguration(ImplementationConfigurationType createAgreementConfiguration)
Sets the "CreateAgreementConfiguration" element |
void |
setGetTemplateConfiguration(ImplementationConfigurationType getTemplateConfiguration)
Sets the "GetTemplateConfiguration" element |
void |
setName(String name)
Sets the "name" attribute |
void |
setNegotiationConfiguration(ImplementationConfigurationType negotiationConfiguration)
Sets the "NegotiationConfiguration" element |
void |
setUseSession(boolean useSession)
Sets the "useSession" attribute |
void |
unsetUseSession()
Unsets the "useSession" attribute |
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute |
org.apache.xmlbeans.XmlBoolean |
xgetUseSession()
Gets (as xml) the "useSession" attribute |
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute |
void |
xsetUseSession(org.apache.xmlbeans.XmlBoolean useSession)
Sets (as xml) the "useSession" 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 |
---|
ImplementationConfigurationType getCreateAgreementConfiguration()
void setCreateAgreementConfiguration(ImplementationConfigurationType createAgreementConfiguration)
ImplementationConfigurationType addNewCreateAgreementConfiguration()
ImplementationConfigurationType getGetTemplateConfiguration()
void setGetTemplateConfiguration(ImplementationConfigurationType getTemplateConfiguration)
ImplementationConfigurationType addNewGetTemplateConfiguration()
ImplementationConfigurationType getNegotiationConfiguration()
void setNegotiationConfiguration(ImplementationConfigurationType negotiationConfiguration)
ImplementationConfigurationType addNewNegotiationConfiguration()
String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
boolean getUseSession()
org.apache.xmlbeans.XmlBoolean xgetUseSession()
boolean isSetUseSession()
void setUseSession(boolean useSession)
void xsetUseSession(org.apache.xmlbeans.XmlBoolean useSession)
void unsetUseSession()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |