public class CollaborationInfo extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected AgreementRef |
agreementRef |
protected String |
conversationId |
protected Service |
service |
| Constructor and Description |
|---|
CollaborationInfo()
Default no-arg constructor
|
CollaborationInfo(AgreementRef agreementRef,
Service service,
String action,
String conversationId)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
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) |
protected AgreementRef agreementRef
protected Service service
protected String action
protected String conversationId
public CollaborationInfo()
public CollaborationInfo(AgreementRef agreementRef, Service service, String action, String conversationId)
public AgreementRef getAgreementRef()
AgreementRefpublic void setAgreementRef(AgreementRef value)
value - allowed object is
AgreementRefpublic Service getService()
Servicepublic void setService(Service value)
value - allowed object is
Servicepublic String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic String getConversationId()
Stringpublic void setConversationId(String value)
value - allowed object is
Stringpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public CollaborationInfo withAgreementRef(AgreementRef value)
public CollaborationInfo withService(Service value)
public CollaborationInfo withAction(String value)
public CollaborationInfo withConversationId(String value)
Copyright © 2017 Digipost. All Rights Reserved.