org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704
Class CollaborationInfo

java.lang.Object
  extended by org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.CollaborationInfo
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class CollaborationInfo
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

Java class for CollaborationInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CollaborationInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AgreementRef" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}AgreementRef" minOccurs="0"/>
         <element name="Service" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}Service"/>
         <element name="Action" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="ConversationId" type="{http://www.w3.org/2001/XMLSchema}token"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String action
           
protected  AgreementRef agreementRef
           
protected  String conversationId
           
protected  Service service
           
 
Constructor Summary
CollaborationInfo()
          Default no-arg constructor
CollaborationInfo(AgreementRef agreementRef, Service service, String action, String conversationId)
          Fully-initialising value constructor
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 String getAction()
          Gets the value of the action property.
 AgreementRef getAgreementRef()
          Gets the value of the agreementRef property.
 String getConversationId()
          Gets the value of the conversationId property.
 Service getService()
          Gets the value of the service property.
 void setAction(String value)
          Sets the value of the action property.
 void setAgreementRef(AgreementRef value)
          Sets the value of the agreementRef property.
 void setConversationId(String value)
          Sets the value of the conversationId property.
 void setService(Service value)
          Sets the value of the service property.
 String toString()
           
 CollaborationInfo withAction(String value)
           
 CollaborationInfo withAgreementRef(AgreementRef value)
           
 CollaborationInfo withConversationId(String value)
           
 CollaborationInfo withService(Service value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

agreementRef

protected AgreementRef agreementRef

service

protected Service service

action

protected String action

conversationId

protected String conversationId
Constructor Detail

CollaborationInfo

public CollaborationInfo()
Default no-arg constructor


CollaborationInfo

public CollaborationInfo(AgreementRef agreementRef,
                         Service service,
                         String action,
                         String conversationId)
Fully-initialising value constructor

Method Detail

getAgreementRef

public AgreementRef getAgreementRef()
Gets the value of the agreementRef property.

Returns:
possible object is AgreementRef

setAgreementRef

public void setAgreementRef(AgreementRef value)
Sets the value of the agreementRef property.

Parameters:
value - allowed object is AgreementRef

getService

public Service getService()
Gets the value of the service property.

Returns:
possible object is Service

setService

public void setService(Service value)
Sets the value of the service property.

Parameters:
value - allowed object is Service

getAction

public String getAction()
Gets the value of the action property.

Returns:
possible object is String

setAction

public void setAction(String value)
Sets the value of the action property.

Parameters:
value - allowed object is String

getConversationId

public String getConversationId()
Gets the value of the conversationId property.

Returns:
possible object is String

setConversationId

public void setConversationId(String value)
Sets the value of the conversationId property.

Parameters:
value - allowed object is String

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withAgreementRef

public CollaborationInfo withAgreementRef(AgreementRef value)

withService

public CollaborationInfo withService(Service value)

withAction

public CollaborationInfo withAction(String value)

withConversationId

public CollaborationInfo withConversationId(String value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.