|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NegotiationPropertiesType
An XML NegotiationPropertiesType(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation). This is a complex type.
Nested Class Summary | |
---|---|
static class |
NegotiationPropertiesType.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 | |
---|---|
AgreementTemplateType |
addNewNegotiableTemplate()
Appends and returns a new empty value (as xml) as the last "NegotiableTemplate" element |
NegotiationContextType |
addNewNegotiationContext()
Appends and returns a new empty "NegotiationContext" element |
NegotiationOfferType |
addNewNegotiationOffer()
Appends and returns a new empty value (as xml) as the last "NegotiationOffer" element |
AgreementTemplateType[] |
getNegotiableTemplateArray()
Gets array of all "NegotiableTemplate" elements |
AgreementTemplateType |
getNegotiableTemplateArray(int i)
Gets ith "NegotiableTemplate" element |
NegotiationContextType |
getNegotiationContext()
Gets the "NegotiationContext" element |
NegotiationOfferType[] |
getNegotiationOfferArray()
Gets array of all "NegotiationOffer" elements |
NegotiationOfferType |
getNegotiationOfferArray(int i)
Gets ith "NegotiationOffer" element |
AgreementTemplateType |
insertNewNegotiableTemplate(int i)
Inserts and returns a new empty value (as xml) as the ith "NegotiableTemplate" element |
NegotiationOfferType |
insertNewNegotiationOffer(int i)
Inserts and returns a new empty value (as xml) as the ith "NegotiationOffer" element |
void |
removeNegotiableTemplate(int i)
Removes the ith "NegotiableTemplate" element |
void |
removeNegotiationOffer(int i)
Removes the ith "NegotiationOffer" element |
void |
setNegotiableTemplateArray(AgreementTemplateType[] negotiableTemplateArray)
Sets array of all "NegotiableTemplate" element |
void |
setNegotiableTemplateArray(int i,
AgreementTemplateType negotiableTemplate)
Sets ith "NegotiableTemplate" element |
void |
setNegotiationContext(NegotiationContextType negotiationContext)
Sets the "NegotiationContext" element |
void |
setNegotiationOfferArray(int i,
NegotiationOfferType negotiationOffer)
Sets ith "NegotiationOffer" element |
void |
setNegotiationOfferArray(NegotiationOfferType[] negotiationOfferArray)
Sets array of all "NegotiationOffer" element |
int |
sizeOfNegotiableTemplateArray()
Returns number of "NegotiableTemplate" element |
int |
sizeOfNegotiationOfferArray()
Returns number of "NegotiationOffer" 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 |
---|
NegotiationContextType getNegotiationContext()
void setNegotiationContext(NegotiationContextType negotiationContext)
NegotiationContextType addNewNegotiationContext()
AgreementTemplateType[] getNegotiableTemplateArray()
AgreementTemplateType getNegotiableTemplateArray(int i)
int sizeOfNegotiableTemplateArray()
void setNegotiableTemplateArray(AgreementTemplateType[] negotiableTemplateArray)
void setNegotiableTemplateArray(int i, AgreementTemplateType negotiableTemplate)
AgreementTemplateType insertNewNegotiableTemplate(int i)
AgreementTemplateType addNewNegotiableTemplate()
void removeNegotiableTemplate(int i)
NegotiationOfferType[] getNegotiationOfferArray()
NegotiationOfferType getNegotiationOfferArray(int i)
int sizeOfNegotiationOfferArray()
void setNegotiationOfferArray(NegotiationOfferType[] negotiationOfferArray)
void setNegotiationOfferArray(int i, NegotiationOfferType negotiationOffer)
NegotiationOfferType insertNewNegotiationOffer(int i)
NegotiationOfferType addNewNegotiationOffer()
void removeNegotiationOffer(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |