Package com.helger.phase4.ebms3header
Class EbbpSigSignalIdentificationInformation
java.lang.Object
com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
- Direct Known Subclasses:
AcceptanceAcknowledgement,Exception,ReceiptAcknowledgement
@CodingStyleguideUnaware
public class EbbpSigSignalIdentificationInformation
extends Object
implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
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>
This class was annotated by ph-jaxb-plugin -Xph-annotate
This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb-plugin -Xph-tostring
This class contains methods created by ph-jaxb-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb-plugin -Xph-value-extender
This class contains methods created by ph-jaxb-plugin -Xph-offset-dt-extension
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender -
Method Summary
Modifier and TypeMethodDescriptionclone()Created by ph-jaxb-plugin -Xph-cloneable2voidThis method clones all values fromthisto the passed object.booleanCreated by ph-jaxb-plugin -Xph-equalshashcodeGets the value of the businessActivityIdentifier property.Gets the value of the collaborationIdentifier property.Gets the value of the fromPartyInfo property.Get the value of the contained EbbpSigPartyInfoType object
Note: automatically created by ph-jaxb-plugin -Xph-value-extenderGets the value of the fromRole property.Gets the value of the originalDocumentIdentifier property.com.helger.commons.datetime.XMLOffsetDateTimeGets the value of the originalMessageDateTime property.Created by ph-jaxb-plugin -Xph-offset-dt-extensionGets the value of the originalMessageIdentifier property.Gets the value of the processSpecificationInfo property.com.helger.commons.datetime.XMLOffsetDateTimeGets the value of the thisMessageDateTime property.Created by ph-jaxb-plugin -Xph-offset-dt-extensionGets the value of the toPartyInfo property.Get the value of the contained EbbpSigPartyInfoType object
Note: automatically created by ph-jaxb-plugin -Xph-value-extenderGets the value of the toRole property.inthashCode()Created by ph-jaxb-plugin -Xph-equalshashcodevoidSets the value of the businessActivityIdentifier property.voidsetCollaborationIdentifier(String value) Sets the value of the collaborationIdentifier property.voidSets the value of the fromPartyInfo property.setFromPartyInfo(String valueParam) Special setter with value of type String
Note: automatically created by ph-jaxb-plugin -Xph-value-extendervoidsetFromRole(EbbpSigRoleType value) Sets the value of the fromRole property.voidSets the value of the originalDocumentIdentifier property.voidsetOriginalMessageDateTime(com.helger.commons.datetime.XMLOffsetDateTime value) Sets the value of the originalMessageDateTime property.voidCreated by ph-jaxb-plugin -Xph-offset-dt-extensionvoidSets the value of the originalMessageIdentifier property.voidSets the value of the processSpecificationInfo property.voidsetThisMessageDateTime(com.helger.commons.datetime.XMLOffsetDateTime value) Sets the value of the thisMessageDateTime property.voidsetThisMessageDateTime(LocalDateTime aValue) Created by ph-jaxb-plugin -Xph-offset-dt-extensionvoidSets the value of the toPartyInfo property.setToPartyInfo(String valueParam) Special setter with value of type String
Note: automatically created by ph-jaxb-plugin -Xph-value-extendervoidsetToRole(EbbpSigRoleType value) Sets the value of the toRole property.toString()Created by ph-jaxb-plugin -Xph-tostring
-
Constructor Details
-
EbbpSigSignalIdentificationInformation
public EbbpSigSignalIdentificationInformation()Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
-
-
Method Details
-
getOriginalMessageIdentifier
Gets the value of the originalMessageIdentifier property.- Returns:
- possible object is
String
-
setOriginalMessageIdentifier
Sets the value of the originalMessageIdentifier property.- Parameters:
value- allowed object isString
-
getOriginalDocumentIdentifier
Gets the value of the originalDocumentIdentifier property.- Returns:
- possible object is
String
-
setOriginalDocumentIdentifier
Sets the value of the originalDocumentIdentifier property.- Parameters:
value- allowed object isString
-
getOriginalMessageDateTime
Gets the value of the originalMessageDateTime property.- Returns:
- possible object is
String
-
setOriginalMessageDateTime
public void setOriginalMessageDateTime(@Nullable com.helger.commons.datetime.XMLOffsetDateTime value) Sets the value of the originalMessageDateTime property.- Parameters:
value- allowed object isString
-
getThisMessageDateTime
Gets the value of the thisMessageDateTime property.- Returns:
- possible object is
String
-
setThisMessageDateTime
Sets the value of the thisMessageDateTime property.- Parameters:
value- allowed object isString
-
getFromPartyInfo
Gets the value of the fromPartyInfo property.- Returns:
- possible object is
EbbpSigPartyInfoType
-
setFromPartyInfo
Sets the value of the fromPartyInfo property.- Parameters:
value- allowed object isEbbpSigPartyInfoType
-
getToPartyInfo
Gets the value of the toPartyInfo property.- Returns:
- possible object is
EbbpSigPartyInfoType
-
setToPartyInfo
Sets the value of the toPartyInfo property.- Parameters:
value- allowed object isEbbpSigPartyInfoType
-
getFromRole
Gets the value of the fromRole property.- Returns:
- possible object is
EbbpSigRoleType
-
setFromRole
Sets the value of the fromRole property.- Parameters:
value- allowed object isEbbpSigRoleType
-
getToRole
Gets the value of the toRole property.- Returns:
- possible object is
EbbpSigRoleType
-
setToRole
Sets the value of the toRole property.- Parameters:
value- allowed object isEbbpSigRoleType
-
getProcessSpecificationInfo
Gets the value of the processSpecificationInfo property.- Returns:
- possible object is
EbbpSigProcessSpecificationInfoType
-
setProcessSpecificationInfo
Sets the value of the processSpecificationInfo property.- Parameters:
value- allowed object isEbbpSigProcessSpecificationInfoType
-
getCollaborationIdentifier
Gets the value of the collaborationIdentifier property.- Returns:
- possible object is
String
-
setCollaborationIdentifier
Sets the value of the collaborationIdentifier property.- Parameters:
value- allowed object isString
-
getBusinessActivityIdentifier
Gets the value of the businessActivityIdentifier property.- Returns:
- possible object is
String
-
setBusinessActivityIdentifier
Sets the value of the businessActivityIdentifier property.- Parameters:
value- allowed object isString
-
equals
Created by ph-jaxb-plugin -Xph-equalshashcode -
hashCode
public int hashCode()Created by ph-jaxb-plugin -Xph-equalshashcode -
toString
Created by ph-jaxb-plugin -Xph-tostring -
cloneTo
This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
clone
Created by ph-jaxb-plugin -Xph-cloneable2 -
setFromPartyInfo
Special setter with value of type String
Note: automatically created by ph-jaxb-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type EbbpSigPartyInfoType and never
null
-
setToPartyInfo
Special setter with value of type String
Note: automatically created by ph-jaxb-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type EbbpSigPartyInfoType and never
null
-
getFromPartyInfoValue
Get the value of the contained EbbpSigPartyInfoType object
Note: automatically created by ph-jaxb-plugin -Xph-value-extender- Returns:
- Either the value of the contained EbbpSigPartyInfoType object or
null
-
getToPartyInfoValue
Get the value of the contained EbbpSigPartyInfoType object
Note: automatically created by ph-jaxb-plugin -Xph-value-extender- Returns:
- Either the value of the contained EbbpSigPartyInfoType object or
null
-
getOriginalMessageDateTimeLocal
Created by ph-jaxb-plugin -Xph-offset-dt-extension- Returns:
- The LocalDateTime representation of originalMessageDateTime. May be
null.
-
setOriginalMessageDateTime
Created by ph-jaxb-plugin -Xph-offset-dt-extension- Parameters:
aValue- The LocalDateTime to set. May benull.
-
getThisMessageDateTimeLocal
Created by ph-jaxb-plugin -Xph-offset-dt-extension- Returns:
- The LocalDateTime representation of thisMessageDateTime. May be
null.
-
setThisMessageDateTime
Created by ph-jaxb-plugin -Xph-offset-dt-extension- Parameters:
aValue- The LocalDateTime to set. May benull.
-