|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AgreementType
An XML AgreementType(@http://schemas.ggf.org/graap/2007/03/ws-agreement). This is a complex type.
Nested Class Summary | |
---|---|
static class |
AgreementType.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 | |
---|---|
AgreementContextType |
addNewContext()
Appends and returns a new empty "Context" element |
TermTreeType |
addNewTerms()
Appends and returns a new empty "Terms" element |
String |
getAgreementId()
Gets the "AgreementId" attribute |
AgreementContextType |
getContext()
Gets the "Context" element |
String |
getName()
Gets the "Name" element |
TermTreeType |
getTerms()
Gets the "Terms" element |
boolean |
isSetAgreementId()
True if has "AgreementId" attribute |
boolean |
isSetName()
True if has "Name" element |
void |
setAgreementId(String agreementId)
Sets the "AgreementId" attribute |
void |
setContext(AgreementContextType context)
Sets the "Context" element |
void |
setName(String name)
Sets the "Name" element |
void |
setTerms(TermTreeType terms)
Sets the "Terms" element |
void |
unsetAgreementId()
Unsets the "AgreementId" attribute |
void |
unsetName()
Unsets the "Name" element |
org.apache.xmlbeans.XmlString |
xgetAgreementId()
Gets (as xml) the "AgreementId" attribute |
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "Name" element |
void |
xsetAgreementId(org.apache.xmlbeans.XmlString agreementId)
Sets (as xml) the "AgreementId" attribute |
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "Name" 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 getName()
org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
AgreementContextType getContext()
void setContext(AgreementContextType context)
AgreementContextType addNewContext()
TermTreeType getTerms()
void setTerms(TermTreeType terms)
TermTreeType addNewTerms()
String getAgreementId()
org.apache.xmlbeans.XmlString xgetAgreementId()
boolean isSetAgreementId()
void setAgreementId(String agreementId)
void xsetAgreementId(org.apache.xmlbeans.XmlString agreementId)
void unsetAgreementId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |