|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NegotiationType
An XML NegotiationType(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation). This is a complex type.
Nested Class Summary | |
---|---|
static class |
NegotiationType.Factory
A factory class with static methods for creating instances of this type. |
static interface |
NegotiationType.Negotiation
An XML Negotiation(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation). |
static interface |
NegotiationType.Renegotiation
An XML Renegotiation(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation). |
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 | |
---|---|
NegotiationType.Negotiation |
addNewNegotiation()
Appends and returns a new empty "Negotiation" element |
NegotiationType.Renegotiation |
addNewRenegotiation()
Appends and returns a new empty "Renegotiation" element |
NegotiationType.Negotiation |
getNegotiation()
Gets the "Negotiation" element |
NegotiationType.Renegotiation |
getRenegotiation()
Gets the "Renegotiation" element |
boolean |
isSetNegotiation()
True if has "Negotiation" element |
boolean |
isSetRenegotiation()
True if has "Renegotiation" element |
void |
setNegotiation(NegotiationType.Negotiation negotiation)
Sets the "Negotiation" element |
void |
setRenegotiation(NegotiationType.Renegotiation renegotiation)
Sets the "Renegotiation" element |
void |
unsetNegotiation()
Unsets the "Negotiation" element |
void |
unsetRenegotiation()
Unsets the "Renegotiation" 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 |
---|
NegotiationType.Negotiation getNegotiation()
boolean isSetNegotiation()
void setNegotiation(NegotiationType.Negotiation negotiation)
NegotiationType.Negotiation addNewNegotiation()
void unsetNegotiation()
NegotiationType.Renegotiation getRenegotiation()
boolean isSetRenegotiation()
void setRenegotiation(NegotiationType.Renegotiation renegotiation)
NegotiationType.Renegotiation addNewRenegotiation()
void unsetRenegotiation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |