public class SignalIdentificationInformation
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for SignalIdentificationInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignalIdentificationInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OriginalMessageIdentifier" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}non-empty-string"/>
<element name="OriginalDocumentIdentifier" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}non-empty-string" minOccurs="0"/>
<element name="OriginalMessageDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="ThisMessageDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="FromPartyInfo" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}PartyInfoType" minOccurs="0"/>
<element name="ToPartyInfo" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}PartyInfoType" minOccurs="0"/>
<element name="FromRole" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}RoleType" minOccurs="0"/>
<element name="ToRole" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}RoleType" minOccurs="0"/>
<element name="ProcessSpecificationInfo" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}ProcessSpecificationInfoType" minOccurs="0"/>
<element name="CollaborationIdentifier" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}non-empty-string" minOccurs="0"/>
<element name="BusinessActivityIdentifier" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}non-empty-string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
businessActivityIdentifier |
protected java.lang.String |
collaborationIdentifier |
protected PartyInfoType |
fromPartyInfo |
protected RoleType |
fromRole |
protected java.lang.String |
originalDocumentIdentifier |
protected org.joda.time.DateTime |
originalMessageDateTime |
protected java.lang.String |
originalMessageIdentifier |
protected ProcessSpecificationInfoType |
processSpecificationInfo |
protected org.joda.time.DateTime |
thisMessageDateTime |
protected PartyInfoType |
toPartyInfo |
protected RoleType |
toRole |
| Constructor and Description |
|---|
SignalIdentificationInformation()
Default no-arg constructor
|
SignalIdentificationInformation(java.lang.String originalMessageIdentifier,
java.lang.String originalDocumentIdentifier,
org.joda.time.DateTime originalMessageDateTime,
org.joda.time.DateTime thisMessageDateTime,
PartyInfoType fromPartyInfo,
PartyInfoType toPartyInfo,
RoleType fromRole,
RoleType toRole,
ProcessSpecificationInfoType processSpecificationInfo,
java.lang.String collaborationIdentifier,
java.lang.String businessActivityIdentifier)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.String |
getBusinessActivityIdentifier()
Gets the value of the businessActivityIdentifier property.
|
java.lang.String |
getCollaborationIdentifier()
Gets the value of the collaborationIdentifier property.
|
PartyInfoType |
getFromPartyInfo()
Gets the value of the fromPartyInfo property.
|
RoleType |
getFromRole()
Gets the value of the fromRole property.
|
java.lang.String |
getOriginalDocumentIdentifier()
Gets the value of the originalDocumentIdentifier property.
|
org.joda.time.DateTime |
getOriginalMessageDateTime()
Gets the value of the originalMessageDateTime property.
|
java.lang.String |
getOriginalMessageIdentifier()
Gets the value of the originalMessageIdentifier property.
|
ProcessSpecificationInfoType |
getProcessSpecificationInfo()
Gets the value of the processSpecificationInfo property.
|
org.joda.time.DateTime |
getThisMessageDateTime()
Gets the value of the thisMessageDateTime property.
|
PartyInfoType |
getToPartyInfo()
Gets the value of the toPartyInfo property.
|
RoleType |
getToRole()
Gets the value of the toRole property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setBusinessActivityIdentifier(java.lang.String value)
Sets the value of the businessActivityIdentifier property.
|
void |
setCollaborationIdentifier(java.lang.String value)
Sets the value of the collaborationIdentifier property.
|
void |
setFromPartyInfo(PartyInfoType value)
Sets the value of the fromPartyInfo property.
|
void |
setFromRole(RoleType value)
Sets the value of the fromRole property.
|
void |
setOriginalDocumentIdentifier(java.lang.String value)
Sets the value of the originalDocumentIdentifier property.
|
void |
setOriginalMessageDateTime(org.joda.time.DateTime value)
Sets the value of the originalMessageDateTime property.
|
void |
setOriginalMessageIdentifier(java.lang.String value)
Sets the value of the originalMessageIdentifier property.
|
void |
setProcessSpecificationInfo(ProcessSpecificationInfoType value)
Sets the value of the processSpecificationInfo property.
|
void |
setThisMessageDateTime(org.joda.time.DateTime value)
Sets the value of the thisMessageDateTime property.
|
void |
setToPartyInfo(PartyInfoType value)
Sets the value of the toPartyInfo property.
|
void |
setToRole(RoleType value)
Sets the value of the toRole property.
|
java.lang.String |
toString() |
SignalIdentificationInformation |
withBusinessActivityIdentifier(java.lang.String value) |
SignalIdentificationInformation |
withCollaborationIdentifier(java.lang.String value) |
SignalIdentificationInformation |
withFromPartyInfo(PartyInfoType value) |
SignalIdentificationInformation |
withFromRole(RoleType value) |
SignalIdentificationInformation |
withOriginalDocumentIdentifier(java.lang.String value) |
SignalIdentificationInformation |
withOriginalMessageDateTime(org.joda.time.DateTime value) |
SignalIdentificationInformation |
withOriginalMessageIdentifier(java.lang.String value) |
SignalIdentificationInformation |
withProcessSpecificationInfo(ProcessSpecificationInfoType value) |
SignalIdentificationInformation |
withThisMessageDateTime(org.joda.time.DateTime value) |
SignalIdentificationInformation |
withToPartyInfo(PartyInfoType value) |
SignalIdentificationInformation |
withToRole(RoleType value) |
protected java.lang.String originalMessageIdentifier
protected java.lang.String originalDocumentIdentifier
protected org.joda.time.DateTime originalMessageDateTime
protected org.joda.time.DateTime thisMessageDateTime
protected PartyInfoType fromPartyInfo
protected PartyInfoType toPartyInfo
protected RoleType fromRole
protected RoleType toRole
protected ProcessSpecificationInfoType processSpecificationInfo
protected java.lang.String collaborationIdentifier
protected java.lang.String businessActivityIdentifier
public SignalIdentificationInformation()
public SignalIdentificationInformation(java.lang.String originalMessageIdentifier,
java.lang.String originalDocumentIdentifier,
org.joda.time.DateTime originalMessageDateTime,
org.joda.time.DateTime thisMessageDateTime,
PartyInfoType fromPartyInfo,
PartyInfoType toPartyInfo,
RoleType fromRole,
RoleType toRole,
ProcessSpecificationInfoType processSpecificationInfo,
java.lang.String collaborationIdentifier,
java.lang.String businessActivityIdentifier)
public java.lang.String getOriginalMessageIdentifier()
Stringpublic void setOriginalMessageIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOriginalDocumentIdentifier()
Stringpublic void setOriginalDocumentIdentifier(java.lang.String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getOriginalMessageDateTime()
Stringpublic void setOriginalMessageDateTime(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getThisMessageDateTime()
Stringpublic void setThisMessageDateTime(org.joda.time.DateTime value)
value - allowed object is
Stringpublic PartyInfoType getFromPartyInfo()
PartyInfoTypepublic void setFromPartyInfo(PartyInfoType value)
value - allowed object is
PartyInfoTypepublic PartyInfoType getToPartyInfo()
PartyInfoTypepublic void setToPartyInfo(PartyInfoType value)
value - allowed object is
PartyInfoTypepublic RoleType getFromRole()
RoleTypepublic void setFromRole(RoleType value)
value - allowed object is
RoleTypepublic RoleType getToRole()
RoleTypepublic void setToRole(RoleType value)
value - allowed object is
RoleTypepublic ProcessSpecificationInfoType getProcessSpecificationInfo()
ProcessSpecificationInfoTypepublic void setProcessSpecificationInfo(ProcessSpecificationInfoType value)
value - allowed object is
ProcessSpecificationInfoTypepublic java.lang.String getCollaborationIdentifier()
Stringpublic void setCollaborationIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBusinessActivityIdentifier()
Stringpublic void setBusinessActivityIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Objectpublic SignalIdentificationInformation withOriginalMessageIdentifier(java.lang.String value)
public SignalIdentificationInformation withOriginalDocumentIdentifier(java.lang.String value)
public SignalIdentificationInformation withOriginalMessageDateTime(org.joda.time.DateTime value)
public SignalIdentificationInformation withThisMessageDateTime(org.joda.time.DateTime value)
public SignalIdentificationInformation withFromPartyInfo(PartyInfoType value)
public SignalIdentificationInformation withToPartyInfo(PartyInfoType value)
public SignalIdentificationInformation withFromRole(RoleType value)
public SignalIdentificationInformation withToRole(RoleType value)
public SignalIdentificationInformation withProcessSpecificationInfo(ProcessSpecificationInfoType value)
public SignalIdentificationInformation withCollaborationIdentifier(java.lang.String value)
public SignalIdentificationInformation withBusinessActivityIdentifier(java.lang.String value)
Copyright © 2016 Digipost. All Rights Reserved.