Class CollaborationInfo


  • public class CollaborationInfo
    extends Object

    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>
     
    • Constructor Detail

      • CollaborationInfo

        public CollaborationInfo()
    • 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