Class ReceiptAcknowledgement
- java.lang.Object
-
- org.oasis_open.docs.ebxml_bp.ebbp_signals_2.SignalIdentificationInformation
-
- org.oasis_open.docs.ebxml_bp.ebbp_signals_2.ReceiptAcknowledgement
-
public class ReceiptAcknowledgement 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://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}NonRepudiationInformation" minOccurs="0"/> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReceiptAcknowledgement.Builder<_B>static classReceiptAcknowledgement.Selectstatic classReceiptAcknowledgement.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
Field Summary
Fields Modifier and Type Field Description protected NonRepudiationInformationnonRepudiationInformationprotected 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 ReceiptAcknowledgement()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReceiptAcknowledgement.Builder<Void>builder()static ReceiptAcknowledgement.Builder<Void>copyExcept(ReceiptAcknowledgement _other, com.kscs.util.jaxb.PropertyTree _propertyTree)static ReceiptAcknowledgement.Builder<Void>copyExcept(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)static <_B> ReceiptAcknowledgement.Builder<_B>copyOf(ReceiptAcknowledgement _other)static <_B> ReceiptAcknowledgement.Builder<_B>copyOf(ReceiptAcknowledgement _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static <_B> ReceiptAcknowledgement.Builder<_B>copyOf(SignalIdentificationInformation _other)static <_B> ReceiptAcknowledgement.Builder<_B>copyOf(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static ReceiptAcknowledgement.Builder<Void>copyOnly(ReceiptAcknowledgement _other, com.kscs.util.jaxb.PropertyTree _propertyTree)static ReceiptAcknowledgement.Builder<Void>copyOnly(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)<_B> voidcopyTo(ReceiptAcknowledgement.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(ReceiptAcknowledgement.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)Copies all state of this object to a builder.NonRepudiationInformationgetNonRepudiationInformation()Gets the value of the nonRepudiationInformation property.SignatureTypegetSignature()Gets the value of the signature property.ReceiptAcknowledgement.Builder<Void>newCopyBuilder()<_B> ReceiptAcknowledgement.Builder<_B>newCopyBuilder(_B _parentBuilder)<_B> ReceiptAcknowledgement.Builder<_B>newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)ReceiptAcknowledgement.Builder<Void>newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)voidsetNonRepudiationInformation(NonRepudiationInformation value)Sets the value of the nonRepudiationInformation 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
copyTo, copyTo, getBusinessActivityIdentifier, getCollaborationIdentifier, getFromPartyInfo, getFromRole, getOriginalDocumentIdentifier, getOriginalMessageDateTime, getOriginalMessageIdentifier, getProcessSpecificationInfo, getThisMessageDateTime, getToPartyInfo, getToRole, setBusinessActivityIdentifier, setCollaborationIdentifier, setFromPartyInfo, setFromRole, setOriginalDocumentIdentifier, setOriginalMessageDateTime, setOriginalMessageIdentifier, setProcessSpecificationInfo, setThisMessageDateTime, setToPartyInfo, setToRole
-
-
-
-
Field Detail
-
nonRepudiationInformation
protected NonRepudiationInformation nonRepudiationInformation
-
signature
protected SignatureType signature
-
-
Method Detail
-
getNonRepudiationInformation
public NonRepudiationInformation getNonRepudiationInformation()
Gets the value of the nonRepudiationInformation property.- Returns:
- possible object is
NonRepudiationInformation
-
setNonRepudiationInformation
public void setNonRepudiationInformation(NonRepudiationInformation value)
Sets the value of the nonRepudiationInformation property.- Parameters:
value- allowed object isNonRepudiationInformation
-
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
-
copyTo
public <_B> void copyTo(ReceiptAcknowledgement.Builder<_B> _other)
Copies all state of this object to a builder. This method is used by thecopyOf(org.oasis_open.docs.ebxml_bp.ebbp_signals_2.SignalIdentificationInformation)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> ReceiptAcknowledgement.Builder<_B> newCopyBuilder(_B _parentBuilder)
- Overrides:
newCopyBuilderin classSignalIdentificationInformation
-
newCopyBuilder
public ReceiptAcknowledgement.Builder<Void> newCopyBuilder()
- Overrides:
newCopyBuilderin classSignalIdentificationInformation
-
builder
public static ReceiptAcknowledgement.Builder<Void> builder()
-
copyOf
public static <_B> ReceiptAcknowledgement.Builder<_B> copyOf(SignalIdentificationInformation _other)
-
copyOf
public static <_B> ReceiptAcknowledgement.Builder<_B> copyOf(ReceiptAcknowledgement _other)
-
copyTo
public <_B> void copyTo(ReceiptAcknowledgement.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder. This method is used by thecopyOf(org.oasis_open.docs.ebxml_bp.ebbp_signals_2.SignalIdentificationInformation)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> ReceiptAcknowledgement.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
- Overrides:
newCopyBuilderin classSignalIdentificationInformation
-
newCopyBuilder
public ReceiptAcknowledgement.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
- Overrides:
newCopyBuilderin classSignalIdentificationInformation
-
copyOf
public static <_B> ReceiptAcknowledgement.Builder<_B> copyOf(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> ReceiptAcknowledgement.Builder<_B> copyOf(ReceiptAcknowledgement _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static ReceiptAcknowledgement.Builder<Void> copyExcept(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyExcept
public static ReceiptAcknowledgement.Builder<Void> copyExcept(ReceiptAcknowledgement _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static ReceiptAcknowledgement.Builder<Void> copyOnly(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static ReceiptAcknowledgement.Builder<Void> copyOnly(ReceiptAcknowledgement _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-