Class AcceptanceAcknowledgement
- java.lang.Object
-
- org.oasis_open.docs.ebxml_bp.ebbp_signals_2.SignalIdentificationInformation
-
- org.oasis_open.docs.ebxml_bp.ebbp_signals_2.AcceptanceAcknowledgement
-
public class AcceptanceAcknowledgement extends SignalIdentificationInformation
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}SignalIdentificationInformation"> <sequence> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected SignatureTypesignature-
Fields inherited from class org.oasis_open.docs.ebxml_bp.ebbp_signals_2.SignalIdentificationInformation
businessActivityIdentifier, collaborationIdentifier, fromPartyInfo, fromRole, originalDocumentIdentifier, originalMessageDateTime, originalMessageIdentifier, processSpecificationInfo, thisMessageDateTime, toPartyInfo, toRole
-
-
Constructor Summary
Constructors Constructor Description AcceptanceAcknowledgement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SignatureTypegetSignature()Gets the value of the signature property.voidsetSignature(SignatureType value)Sets the value of the signature property.-
Methods inherited from class org.oasis_open.docs.ebxml_bp.ebbp_signals_2.SignalIdentificationInformation
getBusinessActivityIdentifier, getCollaborationIdentifier, getFromPartyInfo, getFromRole, getOriginalDocumentIdentifier, getOriginalMessageDateTime, getOriginalMessageIdentifier, getProcessSpecificationInfo, getThisMessageDateTime, getToPartyInfo, getToRole, setBusinessActivityIdentifier, setCollaborationIdentifier, setFromPartyInfo, setFromRole, setOriginalDocumentIdentifier, setOriginalMessageDateTime, setOriginalMessageIdentifier, setProcessSpecificationInfo, setThisMessageDateTime, setToPartyInfo, setToRole
-
-
-
-
Field Detail
-
signature
protected SignatureType signature
-
-
Method Detail
-
getSignature
public SignatureType getSignature()
Gets the value of the signature property.- Returns:
- possible object is
SignatureType
-
setSignature
public void setSignature(SignatureType value)
Sets the value of the signature property.- Parameters:
value- allowed object isSignatureType
-
-