|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AgreementContextType
An XML AgreementContextType(@http://schemas.ggf.org/graap/2007/03/ws-agreement). This is a complex type.
Nested Class Summary | |
---|---|
static class |
AgreementContextType.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 | |
---|---|
org.apache.xmlbeans.XmlObject |
addNewAgreementInitiator()
Appends and returns a new empty "AgreementInitiator" element |
org.apache.xmlbeans.XmlObject |
addNewAgreementResponder()
Appends and returns a new empty "AgreementResponder" element |
org.apache.xmlbeans.XmlObject |
getAgreementInitiator()
Gets the "AgreementInitiator" element |
org.apache.xmlbeans.XmlObject |
getAgreementResponder()
Gets the "AgreementResponder" element |
Calendar |
getExpirationTime()
Gets the "ExpirationTime" element |
AgreementRoleType.Enum |
getServiceProvider()
Gets the "ServiceProvider" element |
String |
getTemplateId()
Gets the "TemplateId" element |
String |
getTemplateName()
Gets the "TemplateName" element |
boolean |
isSetAgreementInitiator()
True if has "AgreementInitiator" element |
boolean |
isSetAgreementResponder()
True if has "AgreementResponder" element |
boolean |
isSetExpirationTime()
True if has "ExpirationTime" element |
boolean |
isSetTemplateId()
True if has "TemplateId" element |
boolean |
isSetTemplateName()
True if has "TemplateName" element |
void |
setAgreementInitiator(org.apache.xmlbeans.XmlObject agreementInitiator)
Sets the "AgreementInitiator" element |
void |
setAgreementResponder(org.apache.xmlbeans.XmlObject agreementResponder)
Sets the "AgreementResponder" element |
void |
setExpirationTime(Calendar expirationTime)
Sets the "ExpirationTime" element |
void |
setServiceProvider(AgreementRoleType.Enum serviceProvider)
Sets the "ServiceProvider" element |
void |
setTemplateId(String templateId)
Sets the "TemplateId" element |
void |
setTemplateName(String templateName)
Sets the "TemplateName" element |
void |
unsetAgreementInitiator()
Unsets the "AgreementInitiator" element |
void |
unsetAgreementResponder()
Unsets the "AgreementResponder" element |
void |
unsetExpirationTime()
Unsets the "ExpirationTime" element |
void |
unsetTemplateId()
Unsets the "TemplateId" element |
void |
unsetTemplateName()
Unsets the "TemplateName" element |
org.apache.xmlbeans.XmlDateTime |
xgetExpirationTime()
Gets (as xml) the "ExpirationTime" element |
AgreementRoleType |
xgetServiceProvider()
Gets (as xml) the "ServiceProvider" element |
org.apache.xmlbeans.XmlString |
xgetTemplateId()
Gets (as xml) the "TemplateId" element |
org.apache.xmlbeans.XmlString |
xgetTemplateName()
Gets (as xml) the "TemplateName" element |
void |
xsetExpirationTime(org.apache.xmlbeans.XmlDateTime expirationTime)
Sets (as xml) the "ExpirationTime" element |
void |
xsetServiceProvider(AgreementRoleType serviceProvider)
Sets (as xml) the "ServiceProvider" element |
void |
xsetTemplateId(org.apache.xmlbeans.XmlString templateId)
Sets (as xml) the "TemplateId" element |
void |
xsetTemplateName(org.apache.xmlbeans.XmlString templateName)
Sets (as xml) the "TemplateName" 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 |
---|
org.apache.xmlbeans.XmlObject getAgreementInitiator()
boolean isSetAgreementInitiator()
void setAgreementInitiator(org.apache.xmlbeans.XmlObject agreementInitiator)
org.apache.xmlbeans.XmlObject addNewAgreementInitiator()
void unsetAgreementInitiator()
org.apache.xmlbeans.XmlObject getAgreementResponder()
boolean isSetAgreementResponder()
void setAgreementResponder(org.apache.xmlbeans.XmlObject agreementResponder)
org.apache.xmlbeans.XmlObject addNewAgreementResponder()
void unsetAgreementResponder()
AgreementRoleType.Enum getServiceProvider()
AgreementRoleType xgetServiceProvider()
void setServiceProvider(AgreementRoleType.Enum serviceProvider)
void xsetServiceProvider(AgreementRoleType serviceProvider)
Calendar getExpirationTime()
org.apache.xmlbeans.XmlDateTime xgetExpirationTime()
boolean isSetExpirationTime()
void setExpirationTime(Calendar expirationTime)
void xsetExpirationTime(org.apache.xmlbeans.XmlDateTime expirationTime)
void unsetExpirationTime()
String getTemplateId()
org.apache.xmlbeans.XmlString xgetTemplateId()
boolean isSetTemplateId()
void setTemplateId(String templateId)
void xsetTemplateId(org.apache.xmlbeans.XmlString templateId)
void unsetTemplateId()
String getTemplateName()
org.apache.xmlbeans.XmlString xgetTemplateName()
boolean isSetTemplateName()
void setTemplateName(String templateName)
void xsetTemplateName(org.apache.xmlbeans.XmlString templateName)
void unsetTemplateName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |