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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAcceptanceAcknowledgement.Builder<_B>static classAcceptanceAcknowledgement.Selectstatic classAcceptanceAcknowledgement.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
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 Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AcceptanceAcknowledgement.Builder<Void>builder()static AcceptanceAcknowledgement.Builder<Void>copyExcept(AcceptanceAcknowledgement _other, com.kscs.util.jaxb.PropertyTree _propertyTree)static AcceptanceAcknowledgement.Builder<Void>copyExcept(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)static <_B> AcceptanceAcknowledgement.Builder<_B>copyOf(AcceptanceAcknowledgement _other)static <_B> AcceptanceAcknowledgement.Builder<_B>copyOf(AcceptanceAcknowledgement _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static <_B> AcceptanceAcknowledgement.Builder<_B>copyOf(SignalIdentificationInformation _other)static <_B> AcceptanceAcknowledgement.Builder<_B>copyOf(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static AcceptanceAcknowledgement.Builder<Void>copyOnly(AcceptanceAcknowledgement _other, com.kscs.util.jaxb.PropertyTree _propertyTree)static AcceptanceAcknowledgement.Builder<Void>copyOnly(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)<_B> voidcopyTo(AcceptanceAcknowledgement.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(AcceptanceAcknowledgement.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)Copies all state of this object to a builder.SignatureTypegetSignature()Gets the value of the signature property.AcceptanceAcknowledgement.Builder<Void>newCopyBuilder()<_B> AcceptanceAcknowledgement.Builder<_B>newCopyBuilder(_B _parentBuilder)<_B> AcceptanceAcknowledgement.Builder<_B>newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)AcceptanceAcknowledgement.Builder<Void>newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)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
-
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
-
copyTo
public <_B> void copyTo(AcceptanceAcknowledgement.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> AcceptanceAcknowledgement.Builder<_B> newCopyBuilder(_B _parentBuilder)
- Overrides:
newCopyBuilderin classSignalIdentificationInformation
-
newCopyBuilder
public AcceptanceAcknowledgement.Builder<Void> newCopyBuilder()
- Overrides:
newCopyBuilderin classSignalIdentificationInformation
-
builder
public static AcceptanceAcknowledgement.Builder<Void> builder()
-
copyOf
public static <_B> AcceptanceAcknowledgement.Builder<_B> copyOf(SignalIdentificationInformation _other)
-
copyOf
public static <_B> AcceptanceAcknowledgement.Builder<_B> copyOf(AcceptanceAcknowledgement _other)
-
copyTo
public <_B> void copyTo(AcceptanceAcknowledgement.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> AcceptanceAcknowledgement.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
- Overrides:
newCopyBuilderin classSignalIdentificationInformation
-
newCopyBuilder
public AcceptanceAcknowledgement.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
- Overrides:
newCopyBuilderin classSignalIdentificationInformation
-
copyOf
public static <_B> AcceptanceAcknowledgement.Builder<_B> copyOf(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> AcceptanceAcknowledgement.Builder<_B> copyOf(AcceptanceAcknowledgement _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static AcceptanceAcknowledgement.Builder<Void> copyExcept(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyExcept
public static AcceptanceAcknowledgement.Builder<Void> copyExcept(AcceptanceAcknowledgement _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static AcceptanceAcknowledgement.Builder<Void> copyOnly(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static AcceptanceAcknowledgement.Builder<Void> copyOnly(AcceptanceAcknowledgement _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-