Uses of Interface
org.ogf.schemas.graap.wsAgreement.negotiation.NegotiationOfferType

Packages that use NegotiationOfferType
org.ogf.graap.wsag.api   
org.ogf.graap.wsag.api.client   
org.ogf.graap.wsag.api.types   
org.ogf.graap.wsag.client.impl   
org.ogf.graap.wsag.client.local   
org.ogf.graap.wsag.client.remote   
org.ogf.graap.wsag.samples   
org.ogf.graap.wsag.samples.actions   
org.ogf.graap.wsag.samples.pendingagreement   
org.ogf.graap.wsag.server.actions   
org.ogf.graap.wsag.server.actions.impl   
org.ogf.graap.wsag.server.engine   
org.ogf.schemas.graap.wsAgreement.negotiation   
org.ogf.schemas.graap.wsAgreement.negotiation.impl   
org.ogf.schemas.graap.wsAgreement.negotiation.protocol   
org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl   
 

Uses of NegotiationOfferType in org.ogf.graap.wsag.api
 

Methods in org.ogf.graap.wsag.api that return NegotiationOfferType
 NegotiationOfferType[] Negotiation.getNegotiationOffers()
          This method returns a list of negotiation offers.
 NegotiationOfferType[] Negotiation.negotiate(NegotiationOfferType[] quotes, org.apache.xmlbeans.XmlObject[] nocriticalExtensions)
          Negotiates acceptable agreement offers with a negotiation participator.
 

Methods in org.ogf.graap.wsag.api with parameters of type NegotiationOfferType
 void Negotiation.advertise(NegotiationOfferType[] quotes, org.apache.xmlbeans.XmlObject[] nocriticalExtensions)
          Advertises the state change of particular agreement offers to a negotiation participator.
 NegotiationOfferType[] Negotiation.negotiate(NegotiationOfferType[] quotes, org.apache.xmlbeans.XmlObject[] nocriticalExtensions)
          Negotiates acceptable agreement offers with a negotiation participator.
 

Uses of NegotiationOfferType in org.ogf.graap.wsag.api.client
 

Methods in org.ogf.graap.wsag.api.client that return NegotiationOfferType
 NegotiationOfferType NegotiationClient.getNegotiationOffer(String offerID)
          Returns the Negotiation Offer with the given offer id
 NegotiationOfferType[] NegotiationService.getNegotiationOffers()
          Returns a history of exchanged offers in this negotiation process.
 NegotiationOfferType[] NegotiationService.negotiate(NegotiationOfferType[] offers)
          Negotiates a set of agreement offers.
 

Methods in org.ogf.graap.wsag.api.client with parameters of type NegotiationOfferType
 void NegotiationService.advertise(NegotiationOfferType[] offers)
          Advertises a set of negotiation offers.
 NegotiationOfferType[] NegotiationService.negotiate(NegotiationOfferType[] offers)
          Negotiates a set of agreement offers.
 

Uses of NegotiationOfferType in org.ogf.graap.wsag.api.types
 

Methods in org.ogf.graap.wsag.api.types that return NegotiationOfferType
 NegotiationOfferType NegotiationOfferTypeImpl.getXMLObject()
           
 

Constructors in org.ogf.graap.wsag.api.types with parameters of type NegotiationOfferType
AgreementOfferType(NegotiationOfferType negotiationOffer)
          Initializes an agreement offer from a negotiation offer.
NegotiationOfferTypeImpl(NegotiationOfferType negotiationOffer)
          Initializes a negotiation offer from a negotiation offer.
 

Uses of NegotiationOfferType in org.ogf.graap.wsag.client.impl
 

Methods in org.ogf.graap.wsag.client.impl that return NegotiationOfferType
 NegotiationOfferType NegotiationClientImpl.getNegotiationOffer(String offerID)
          Returns the Negotiation Offer with the given offer id
 NegotiationOfferType[] NegotiationClientImpl.getNegotiationOffers()
          Returns a history of exchanged offers in this negotiation process.
 NegotiationOfferType[] NegotiationClientImpl.negotiate(NegotiationOfferType[] quotes)
          Negotiates a set of agreement offers.
 

Methods in org.ogf.graap.wsag.client.impl with parameters of type NegotiationOfferType
 void NegotiationClientImpl.advertise(NegotiationOfferType[] quotes)
          Advertises a set of negotiation offers.
 NegotiationOfferType[] NegotiationClientImpl.negotiate(NegotiationOfferType[] quotes)
          Negotiates a set of agreement offers.
 

Uses of NegotiationOfferType in org.ogf.graap.wsag.client.local
 

Methods in org.ogf.graap.wsag.client.local that return NegotiationOfferType
 NegotiationOfferType[] LocalNegotiationServiceImpl.getNegotiationOffers()
          Returns a history of exchanged offers in this negotiation process.
 NegotiationOfferType[] LocalNegotiationServiceImpl.negotiate(NegotiationOfferType[] quotes)
          Negotiates a set of agreement offers.
 

Methods in org.ogf.graap.wsag.client.local with parameters of type NegotiationOfferType
 void LocalNegotiationServiceImpl.advertise(NegotiationOfferType[] quotes)
          Advertises a set of negotiation offers.
 NegotiationOfferType[] LocalNegotiationServiceImpl.negotiate(NegotiationOfferType[] quotes)
          Negotiates a set of agreement offers.
 

Uses of NegotiationOfferType in org.ogf.graap.wsag.client.remote
 

Methods in org.ogf.graap.wsag.client.remote that return NegotiationOfferType
 NegotiationOfferType[] RemoteNegotiationServiceImpl.getNegotiationOffers()
          Returns a history of exchanged offers in this negotiation process.
 NegotiationOfferType[] RemoteNegotiationServiceImpl.negotiate(NegotiationOfferType[] quotes)
          Negotiates a set of agreement offers.
 

Methods in org.ogf.graap.wsag.client.remote with parameters of type NegotiationOfferType
 void RemoteNegotiationServiceImpl.advertise(NegotiationOfferType[] quotes)
          Advertises a set of negotiation offers.
 NegotiationOfferType[] RemoteNegotiationServiceImpl.negotiate(NegotiationOfferType[] quotes)
          Negotiates a set of agreement offers.
 

Uses of NegotiationOfferType in org.ogf.graap.wsag.samples
 

Methods in org.ogf.graap.wsag.samples that return NegotiationOfferType
 NegotiationOfferType[] Sample2NegotiateAgreementAction.negotiate(NegotiationOfferType quote, Map<String,Object> context)
          Negotiates an agreement offer.
 NegotiationOfferType[] Sample1NegotiateAgreementAction.negotiate(NegotiationOfferType quote, Map<String,Object> context)
          Negotiates an agreement offer.
 

Methods in org.ogf.graap.wsag.samples with parameters of type NegotiationOfferType
 NegotiationOfferType[] Sample2NegotiateAgreementAction.negotiate(NegotiationOfferType quote, Map<String,Object> context)
          Negotiates an agreement offer.
 NegotiationOfferType[] Sample1NegotiateAgreementAction.negotiate(NegotiationOfferType quote, Map<String,Object> context)
          Negotiates an agreement offer.
 

Uses of NegotiationOfferType in org.ogf.graap.wsag.samples.actions
 

Methods in org.ogf.graap.wsag.samples.actions that return NegotiationOfferType
 NegotiationOfferType[] SampleNegotiateAction.negotiate(NegotiationOfferType offer, Map<String,Object> context)
          Negotiates an agreement offer.
 

Methods in org.ogf.graap.wsag.samples.actions with parameters of type NegotiationOfferType
 NegotiationOfferType[] SampleNegotiateAction.negotiate(NegotiationOfferType offer, Map<String,Object> context)
          Negotiates an agreement offer.
 

Constructors in org.ogf.graap.wsag.samples.actions with parameters of type NegotiationOfferType
SampleAgreementOffer(NegotiationOfferType negotiationOffer)
          Creates a SampleNegotiationAgreementOffer from a negotiation offer.
SampleNegotiationOffer(NegotiationOfferType negotiationOffer)
          Creates a sample agreement offer based on a negotiation offer.
 

Uses of NegotiationOfferType in org.ogf.graap.wsag.samples.pendingagreement
 

Methods in org.ogf.graap.wsag.samples.pendingagreement that return NegotiationOfferType
 NegotiationOfferType[] NegotiatePendingAgreementAction.negotiate(NegotiationOfferType quote, Map<String,Object> context)
          Negotiates a pending agreement.
 

Methods in org.ogf.graap.wsag.samples.pendingagreement with parameters of type NegotiationOfferType
 NegotiationOfferType[] NegotiatePendingAgreementAction.negotiate(NegotiationOfferType quote, Map<String,Object> context)
          Negotiates a pending agreement.
 

Uses of NegotiationOfferType in org.ogf.graap.wsag.server.actions
 

Methods in org.ogf.graap.wsag.server.actions that return NegotiationOfferType
 NegotiationOfferType[] INegotiationAction.negotiate(NegotiationOfferType quote, Map<String,Object> context)
          Negotiates an agreement offer.
 

Methods in org.ogf.graap.wsag.server.actions with parameters of type NegotiationOfferType
 NegotiationOfferType[] INegotiationAction.negotiate(NegotiationOfferType quote, Map<String,Object> context)
          Negotiates an agreement offer.
 

Uses of NegotiationOfferType in org.ogf.graap.wsag.server.actions.impl
 

Methods in org.ogf.graap.wsag.server.actions.impl that return NegotiationOfferType
 NegotiationOfferType[] NegotiationUnsupportedAction.negotiate(NegotiationOfferType quote, Map<String,Object> context)
          Negotiates an agreement offer.
 NegotiationOfferType[] AgreementFactoryAction.negotiate(NegotiationOfferType quote, Map<String,Object> context)
          Implements the negotiation strategy for offers that are based on the template associated with this action.
 

Methods in org.ogf.graap.wsag.server.actions.impl with parameters of type NegotiationOfferType
 NegotiationOfferType[] NegotiationUnsupportedAction.negotiate(NegotiationOfferType quote, Map<String,Object> context)
          Negotiates an agreement offer.
 NegotiationOfferType[] AgreementFactoryAction.negotiate(NegotiationOfferType quote, Map<String,Object> context)
          Implements the negotiation strategy for offers that are based on the template associated with this action.
 

Uses of NegotiationOfferType in org.ogf.graap.wsag.server.engine
 

Methods in org.ogf.graap.wsag.server.engine that return NegotiationOfferType
 NegotiationOfferType[] GenericNegotiation.getNegotiationOffers()
          This method returns a list of negotiation offers.
 NegotiationOfferType[] GenericNegotiation.negotiate(NegotiationOfferType[] counterOffers, org.apache.xmlbeans.XmlObject[] noncriticalExtensions)
          Negotiates acceptable agreement offers with a negotiation participator.
 

Methods in org.ogf.graap.wsag.server.engine with parameters of type NegotiationOfferType
 void GenericNegotiation.advertise(NegotiationOfferType[] quotes, org.apache.xmlbeans.XmlObject[] noncriticalExtensions)
          Advertises the state change of particular agreement offers to a negotiation participator.
 AgreementFactoryAction GenericNegotiation.loadAction(NegotiationOfferType quote)
          Loads the appropriate negotiation strategy for an incoming quote.
 NegotiationOfferType[] GenericNegotiation.negotiate(NegotiationOfferType[] counterOffers, org.apache.xmlbeans.XmlObject[] noncriticalExtensions)
          Negotiates acceptable agreement offers with a negotiation participator.
 boolean TemplateValidator.validate(NegotiationOfferType offer, AgreementTemplateType template)
          Validates a negotiation offer against a template.
 boolean TemplateValidator.validate(NegotiationOfferType offer, NegotiationOfferType counterOffer)
          Validates a negotiation counter offer against a negotiation offer.
 

Uses of NegotiationOfferType in org.ogf.schemas.graap.wsAgreement.negotiation
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation that return NegotiationOfferType
 NegotiationOfferType NegotiationCounterOfferDocument.addNewNegotiationCounterOffer()
          Appends and returns a new empty "NegotiationCounterOffer" element
 NegotiationOfferType NegotiationOfferDocument.addNewNegotiationOffer()
          Appends and returns a new empty "NegotiationOffer" element
 NegotiationOfferType NegotiationCounterOfferDocument.getNegotiationCounterOffer()
          Gets the "NegotiationCounterOffer" element
 NegotiationOfferType NegotiationOfferDocument.getNegotiationOffer()
          Gets the "NegotiationOffer" element
static NegotiationOfferType NegotiationOfferType.Factory.newInstance()
           
static NegotiationOfferType NegotiationOfferType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferType NegotiationOfferType.Factory.parse(File file)
           
static NegotiationOfferType NegotiationOfferType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferType NegotiationOfferType.Factory.parse(InputStream is)
           
static NegotiationOfferType NegotiationOfferType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferType NegotiationOfferType.Factory.parse(Node node)
           
static NegotiationOfferType NegotiationOfferType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferType NegotiationOfferType.Factory.parse(Reader r)
           
static NegotiationOfferType NegotiationOfferType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferType NegotiationOfferType.Factory.parse(String xmlAsString)
           
static NegotiationOfferType NegotiationOfferType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferType NegotiationOfferType.Factory.parse(URL u)
           
static NegotiationOfferType NegotiationOfferType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationOfferType NegotiationOfferType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static NegotiationOfferType NegotiationOfferType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static NegotiationOfferType NegotiationOfferType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static NegotiationOfferType NegotiationOfferType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation with parameters of type NegotiationOfferType
 void NegotiationCounterOfferDocument.setNegotiationCounterOffer(NegotiationOfferType negotiationCounterOffer)
          Sets the "NegotiationCounterOffer" element
 void NegotiationOfferDocument.setNegotiationOffer(NegotiationOfferType negotiationOffer)
          Sets the "NegotiationOffer" element
 

Uses of NegotiationOfferType in org.ogf.schemas.graap.wsAgreement.negotiation.impl
 

Classes in org.ogf.schemas.graap.wsAgreement.negotiation.impl that implement NegotiationOfferType
 class NegotiationOfferTypeImpl
          An XML NegotiationOfferType(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation).
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl that return NegotiationOfferType
 NegotiationOfferType NegotiationCounterOfferDocumentImpl.addNewNegotiationCounterOffer()
          Appends and returns a new empty "NegotiationCounterOffer" element
 NegotiationOfferType NegotiationOfferDocumentImpl.addNewNegotiationOffer()
          Appends and returns a new empty "NegotiationOffer" element
 NegotiationOfferType NegotiationCounterOfferDocumentImpl.getNegotiationCounterOffer()
          Gets the "NegotiationCounterOffer" element
 NegotiationOfferType NegotiationOfferDocumentImpl.getNegotiationOffer()
          Gets the "NegotiationOffer" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl with parameters of type NegotiationOfferType
 void NegotiationCounterOfferDocumentImpl.setNegotiationCounterOffer(NegotiationOfferType negotiationCounterOffer)
          Sets the "NegotiationCounterOffer" element
 void NegotiationOfferDocumentImpl.setNegotiationOffer(NegotiationOfferType negotiationOffer)
          Sets the "NegotiationOffer" element
 

Uses of NegotiationOfferType in org.ogf.schemas.graap.wsAgreement.negotiation.protocol
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol that return NegotiationOfferType
 NegotiationOfferType NegotiateOutputType.addNewNegotiationCounterOffer()
          Appends and returns a new empty value (as xml) as the last "NegotiationCounterOffer" element
 NegotiationOfferType NegotiationPropertiesType.addNewNegotiationOffer()
          Appends and returns a new empty value (as xml) as the last "NegotiationOffer" element
 NegotiationOfferType NegotiateInputType.addNewNegotiationOffer()
          Appends and returns a new empty value (as xml) as the last "NegotiationOffer" element
 NegotiationOfferType AdvertiseInputType.addNewNegotiationOffer()
          Appends and returns a new empty value (as xml) as the last "NegotiationOffer" element
 NegotiationOfferType[] NegotiateOutputType.getNegotiationCounterOfferArray()
          Gets array of all "NegotiationCounterOffer" elements
 NegotiationOfferType NegotiateOutputType.getNegotiationCounterOfferArray(int i)
          Gets ith "NegotiationCounterOffer" element
 NegotiationOfferType[] NegotiationPropertiesType.getNegotiationOfferArray()
          Gets array of all "NegotiationOffer" elements
 NegotiationOfferType[] NegotiateInputType.getNegotiationOfferArray()
          Gets array of all "NegotiationOffer" elements
 NegotiationOfferType[] AdvertiseInputType.getNegotiationOfferArray()
          Gets array of all "NegotiationOffer" elements
 NegotiationOfferType NegotiationPropertiesType.getNegotiationOfferArray(int i)
          Gets ith "NegotiationOffer" element
 NegotiationOfferType NegotiateInputType.getNegotiationOfferArray(int i)
          Gets ith "NegotiationOffer" element
 NegotiationOfferType AdvertiseInputType.getNegotiationOfferArray(int i)
          Gets ith "NegotiationOffer" element
 NegotiationOfferType NegotiateOutputType.insertNewNegotiationCounterOffer(int i)
          Inserts and returns a new empty value (as xml) as the ith "NegotiationCounterOffer" element
 NegotiationOfferType NegotiationPropertiesType.insertNewNegotiationOffer(int i)
          Inserts and returns a new empty value (as xml) as the ith "NegotiationOffer" element
 NegotiationOfferType NegotiateInputType.insertNewNegotiationOffer(int i)
          Inserts and returns a new empty value (as xml) as the ith "NegotiationOffer" element
 NegotiationOfferType AdvertiseInputType.insertNewNegotiationOffer(int i)
          Inserts and returns a new empty value (as xml) as the ith "NegotiationOffer" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol with parameters of type NegotiationOfferType
 void NegotiateOutputType.setNegotiationCounterOfferArray(int i, NegotiationOfferType negotiationCounterOffer)
          Sets ith "NegotiationCounterOffer" element
 void NegotiateOutputType.setNegotiationCounterOfferArray(NegotiationOfferType[] negotiationCounterOfferArray)
          Sets array of all "NegotiationCounterOffer" element
 void NegotiationPropertiesType.setNegotiationOfferArray(int i, NegotiationOfferType negotiationOffer)
          Sets ith "NegotiationOffer" element
 void NegotiateInputType.setNegotiationOfferArray(int i, NegotiationOfferType negotiationOffer)
          Sets ith "NegotiationOffer" element
 void AdvertiseInputType.setNegotiationOfferArray(int i, NegotiationOfferType negotiationOffer)
          Sets ith "NegotiationOffer" element
 void NegotiationPropertiesType.setNegotiationOfferArray(NegotiationOfferType[] negotiationOfferArray)
          Sets array of all "NegotiationOffer" element
 void NegotiateInputType.setNegotiationOfferArray(NegotiationOfferType[] negotiationOfferArray)
          Sets array of all "NegotiationOffer" element
 void AdvertiseInputType.setNegotiationOfferArray(NegotiationOfferType[] negotiationOfferArray)
          Sets array of all "NegotiationOffer" element
 

Uses of NegotiationOfferType in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl that return NegotiationOfferType
 NegotiationOfferType NegotiateOutputTypeImpl.addNewNegotiationCounterOffer()
          Appends and returns a new empty value (as xml) as the last "NegotiationCounterOffer" element
 NegotiationOfferType NegotiationPropertiesTypeImpl.addNewNegotiationOffer()
          Appends and returns a new empty value (as xml) as the last "NegotiationOffer" element
 NegotiationOfferType NegotiateInputTypeImpl.addNewNegotiationOffer()
          Appends and returns a new empty value (as xml) as the last "NegotiationOffer" element
 NegotiationOfferType AdvertiseInputTypeImpl.addNewNegotiationOffer()
          Appends and returns a new empty value (as xml) as the last "NegotiationOffer" element
 NegotiationOfferType[] NegotiateOutputTypeImpl.getNegotiationCounterOfferArray()
          Gets array of all "NegotiationCounterOffer" elements
 NegotiationOfferType NegotiateOutputTypeImpl.getNegotiationCounterOfferArray(int i)
          Gets ith "NegotiationCounterOffer" element
 NegotiationOfferType[] NegotiationPropertiesTypeImpl.getNegotiationOfferArray()
          Gets array of all "NegotiationOffer" elements
 NegotiationOfferType[] NegotiateInputTypeImpl.getNegotiationOfferArray()
          Gets array of all "NegotiationOffer" elements
 NegotiationOfferType[] AdvertiseInputTypeImpl.getNegotiationOfferArray()
          Gets array of all "NegotiationOffer" elements
 NegotiationOfferType NegotiationPropertiesTypeImpl.getNegotiationOfferArray(int i)
          Gets ith "NegotiationOffer" element
 NegotiationOfferType NegotiateInputTypeImpl.getNegotiationOfferArray(int i)
          Gets ith "NegotiationOffer" element
 NegotiationOfferType AdvertiseInputTypeImpl.getNegotiationOfferArray(int i)
          Gets ith "NegotiationOffer" element
 NegotiationOfferType NegotiateOutputTypeImpl.insertNewNegotiationCounterOffer(int i)
          Inserts and returns a new empty value (as xml) as the ith "NegotiationCounterOffer" element
 NegotiationOfferType NegotiationPropertiesTypeImpl.insertNewNegotiationOffer(int i)
          Inserts and returns a new empty value (as xml) as the ith "NegotiationOffer" element
 NegotiationOfferType NegotiateInputTypeImpl.insertNewNegotiationOffer(int i)
          Inserts and returns a new empty value (as xml) as the ith "NegotiationOffer" element
 NegotiationOfferType AdvertiseInputTypeImpl.insertNewNegotiationOffer(int i)
          Inserts and returns a new empty value (as xml) as the ith "NegotiationOffer" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl with parameters of type NegotiationOfferType
 void NegotiateOutputTypeImpl.setNegotiationCounterOfferArray(int i, NegotiationOfferType negotiationCounterOffer)
          Sets ith "NegotiationCounterOffer" element
 void NegotiateOutputTypeImpl.setNegotiationCounterOfferArray(NegotiationOfferType[] negotiationCounterOfferArray)
          Sets array of all "NegotiationCounterOffer" element
 void NegotiationPropertiesTypeImpl.setNegotiationOfferArray(int i, NegotiationOfferType negotiationOffer)
          Sets ith "NegotiationOffer" element
 void NegotiateInputTypeImpl.setNegotiationOfferArray(int i, NegotiationOfferType negotiationOffer)
          Sets ith "NegotiationOffer" element
 void AdvertiseInputTypeImpl.setNegotiationOfferArray(int i, NegotiationOfferType negotiationOffer)
          Sets ith "NegotiationOffer" element
 void NegotiationPropertiesTypeImpl.setNegotiationOfferArray(NegotiationOfferType[] negotiationOfferArray)
          Sets array of all "NegotiationOffer" element
 void NegotiateInputTypeImpl.setNegotiationOfferArray(NegotiationOfferType[] negotiationOfferArray)
          Sets array of all "NegotiationOffer" element
 void AdvertiseInputTypeImpl.setNegotiationOfferArray(NegotiationOfferType[] negotiationOfferArray)
          Sets array of all "NegotiationOffer" element
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.