|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oasis_open.docs.ebxml_bp.ebbp_signals_2.SignalIdentificationInformation
public class SignalIdentificationInformation
This defines the content structure for identiying various parameters pertaining to the business signal. "OriginalMessageIdentifier" captures the value of the transport message identifier for original message to which this business signal is being sent. If business message has an identifier, that can be captured by the "OriginalDocumentIdentifier" attribute. "OriginalMessageDateTime" is the time when the original message was sent. "ThisMessageDateTime" is the time when this signal message is being sent. The following optional elements are there to provide access to information that can be used by processing logic outside the business process engine. One example of this could be a monitoring application which can use this information to provide status of a collaboration. "FromPartyInfo" describes the party id that is sending the signal message. "ToPartyInfo" describes the party id that is being sent the signal message. The roles described below are based on the implicit relationship between the partner sending the signal message and the partner who sent the original message to which this particular signal is being sent. The role relationship between partner sending the business message and the partner receiving it is captured in the process definition (ebBP). "FromRole" captures the role being played by the party that is sending the signal message. "ToRole" captures the role played by the party that is being sent the signal message. "ProcessSpecificationInfo" type descibes the process information (ebBP) which defines the runtime collaborations for which this signal is being sent "CollaborationIdentifier" is the unique identifer that associates the signal with a particular collaboration. This could come from the business message itself or in case of ebXML MSH, could be the messaging level header "ConversationId" "BusinessActivityIdentifier" identifies the business Requesting or Responding activity to which this signal is being sent. This would identify the "BusinessAction" from the process definition (ebBP) and could be implemented using the "name" attribute on either the RequestingBusinessActivity or the RespondingBusinessActivity.
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>
| Field Summary | |
|---|---|
protected String |
businessActivityIdentifier
|
protected String |
collaborationIdentifier
|
protected PartyInfoType |
fromPartyInfo
|
protected RoleType |
fromRole
|
protected String |
originalDocumentIdentifier
|
protected org.joda.time.DateTime |
originalMessageDateTime
|
protected String |
originalMessageIdentifier
|
protected ProcessSpecificationInfoType |
processSpecificationInfo
|
protected org.joda.time.DateTime |
thisMessageDateTime
|
protected PartyInfoType |
toPartyInfo
|
protected RoleType |
toRole
|
| Constructor Summary | |
|---|---|
SignalIdentificationInformation()
Default no-arg constructor |
|
SignalIdentificationInformation(String originalMessageIdentifier,
String originalDocumentIdentifier,
org.joda.time.DateTime originalMessageDateTime,
org.joda.time.DateTime thisMessageDateTime,
PartyInfoType fromPartyInfo,
PartyInfoType toPartyInfo,
RoleType fromRole,
RoleType toRole,
ProcessSpecificationInfoType processSpecificationInfo,
String collaborationIdentifier,
String businessActivityIdentifier)
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 |
getBusinessActivityIdentifier()
Gets the value of the businessActivityIdentifier property. |
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. |
String |
getOriginalDocumentIdentifier()
Gets the value of the originalDocumentIdentifier property. |
org.joda.time.DateTime |
getOriginalMessageDateTime()
Gets the value of the originalMessageDateTime property. |
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. |
void |
setBusinessActivityIdentifier(String value)
Sets the value of the businessActivityIdentifier property. |
void |
setCollaborationIdentifier(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(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(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. |
String |
toString()
|
SignalIdentificationInformation |
withBusinessActivityIdentifier(String value)
|
SignalIdentificationInformation |
withCollaborationIdentifier(String value)
|
SignalIdentificationInformation |
withFromPartyInfo(PartyInfoType value)
|
SignalIdentificationInformation |
withFromRole(RoleType value)
|
SignalIdentificationInformation |
withOriginalDocumentIdentifier(String value)
|
SignalIdentificationInformation |
withOriginalMessageDateTime(org.joda.time.DateTime value)
|
SignalIdentificationInformation |
withOriginalMessageIdentifier(String value)
|
SignalIdentificationInformation |
withProcessSpecificationInfo(ProcessSpecificationInfoType value)
|
SignalIdentificationInformation |
withThisMessageDateTime(org.joda.time.DateTime value)
|
SignalIdentificationInformation |
withToPartyInfo(PartyInfoType value)
|
SignalIdentificationInformation |
withToRole(RoleType value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String originalMessageIdentifier
protected 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 String collaborationIdentifier
protected String businessActivityIdentifier
| Constructor Detail |
|---|
public SignalIdentificationInformation()
public SignalIdentificationInformation(String originalMessageIdentifier,
String originalDocumentIdentifier,
org.joda.time.DateTime originalMessageDateTime,
org.joda.time.DateTime thisMessageDateTime,
PartyInfoType fromPartyInfo,
PartyInfoType toPartyInfo,
RoleType fromRole,
RoleType toRole,
ProcessSpecificationInfoType processSpecificationInfo,
String collaborationIdentifier,
String businessActivityIdentifier)
| Method Detail |
|---|
public String getOriginalMessageIdentifier()
Stringpublic void setOriginalMessageIdentifier(String value)
value - allowed object is
Stringpublic String getOriginalDocumentIdentifier()
Stringpublic void setOriginalDocumentIdentifier(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 String getCollaborationIdentifier()
Stringpublic void setCollaborationIdentifier(String value)
value - allowed object is
Stringpublic String getBusinessActivityIdentifier()
Stringpublic void setBusinessActivityIdentifier(String value)
value - allowed object is
Stringpublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic SignalIdentificationInformation withOriginalMessageIdentifier(String value)
public SignalIdentificationInformation withOriginalDocumentIdentifier(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(String value)
public SignalIdentificationInformation withBusinessActivityIdentifier(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||