|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NegotiationOfferContextType
An XML NegotiationOfferContextType(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation). This is a complex type.
Nested Class Summary | |
---|---|
static class |
NegotiationOfferContextType.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 | |
---|---|
NegotiationOfferStateType |
addNewState()
Appends and returns a new empty "State" element |
String |
getCounterOfferTo()
Gets the "CounterOfferTo" element |
NegotiationRoleType.Enum |
getCreator()
Gets the "Creator" element |
Calendar |
getExpirationTime()
Gets the "ExpirationTime" element |
NegotiationOfferStateType |
getState()
Gets the "State" element |
boolean |
isSetExpirationTime()
True if has "ExpirationTime" element |
void |
setCounterOfferTo(String counterOfferTo)
Sets the "CounterOfferTo" element |
void |
setCreator(NegotiationRoleType.Enum creator)
Sets the "Creator" element |
void |
setExpirationTime(Calendar expirationTime)
Sets the "ExpirationTime" element |
void |
setState(NegotiationOfferStateType state)
Sets the "State" element |
void |
unsetExpirationTime()
Unsets the "ExpirationTime" element |
org.apache.xmlbeans.XmlString |
xgetCounterOfferTo()
Gets (as xml) the "CounterOfferTo" element |
NegotiationRoleType |
xgetCreator()
Gets (as xml) the "Creator" element |
org.apache.xmlbeans.XmlDateTime |
xgetExpirationTime()
Gets (as xml) the "ExpirationTime" element |
void |
xsetCounterOfferTo(org.apache.xmlbeans.XmlString counterOfferTo)
Sets (as xml) the "CounterOfferTo" element |
void |
xsetCreator(NegotiationRoleType creator)
Sets (as xml) the "Creator" element |
void |
xsetExpirationTime(org.apache.xmlbeans.XmlDateTime expirationTime)
Sets (as xml) the "ExpirationTime" 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 getCounterOfferTo()
org.apache.xmlbeans.XmlString xgetCounterOfferTo()
void setCounterOfferTo(String counterOfferTo)
void xsetCounterOfferTo(org.apache.xmlbeans.XmlString counterOfferTo)
Calendar getExpirationTime()
org.apache.xmlbeans.XmlDateTime xgetExpirationTime()
boolean isSetExpirationTime()
void setExpirationTime(Calendar expirationTime)
void xsetExpirationTime(org.apache.xmlbeans.XmlDateTime expirationTime)
void unsetExpirationTime()
NegotiationRoleType.Enum getCreator()
NegotiationRoleType xgetCreator()
void setCreator(NegotiationRoleType.Enum creator)
void xsetCreator(NegotiationRoleType creator)
NegotiationOfferStateType getState()
void setState(NegotiationOfferStateType state)
NegotiationOfferStateType addNewState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |