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>
| Modifier and Type | Class and Description |
|---|---|
static class |
AcceptanceAcknowledgement.Builder<_B> |
static class |
AcceptanceAcknowledgement.Select |
static class |
AcceptanceAcknowledgement.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected SignatureType |
signature |
businessActivityIdentifier, collaborationIdentifier, fromPartyInfo, fromRole, originalDocumentIdentifier, originalMessageDateTime, originalMessageIdentifier, processSpecificationInfo, thisMessageDateTime, toPartyInfo, toRole| Constructor and Description |
|---|
AcceptanceAcknowledgement() |
| Modifier and Type | Method and 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> void |
copyTo(AcceptanceAcknowledgement.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_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.
|
SignatureType |
getSignature()
Gets the value of the signature property.
|
<_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() |
AcceptanceAcknowledgement.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setSignature(SignatureType value)
Sets the value of the signature property.
|
copyTo, copyTo, getBusinessActivityIdentifier, getCollaborationIdentifier, getFromPartyInfo, getFromRole, getOriginalDocumentIdentifier, getOriginalMessageDateTime, getOriginalMessageIdentifier, getProcessSpecificationInfo, getThisMessageDateTime, getToPartyInfo, getToRole, setBusinessActivityIdentifier, setCollaborationIdentifier, setFromPartyInfo, setFromRole, setOriginalDocumentIdentifier, setOriginalMessageDateTime, setOriginalMessageIdentifier, setProcessSpecificationInfo, setThisMessageDateTime, setToPartyInfo, setToRoleprotected SignatureType signature
public SignatureType getSignature()
SignatureTypepublic void setSignature(SignatureType value)
value - allowed object is
SignatureTypepublic <_B> void copyTo(AcceptanceAcknowledgement.Builder<_B> _other)
copyOf(org.oasis_open.docs.ebxml_bp.ebbp_signals_2.SignalIdentificationInformation) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> AcceptanceAcknowledgement.Builder<_B> newCopyBuilder(_B _parentBuilder)
newCopyBuilder in class SignalIdentificationInformationpublic AcceptanceAcknowledgement.Builder<Void> newCopyBuilder()
newCopyBuilder in class SignalIdentificationInformationpublic static AcceptanceAcknowledgement.Builder<Void> builder()
public static <_B> AcceptanceAcknowledgement.Builder<_B> copyOf(SignalIdentificationInformation _other)
public static <_B> AcceptanceAcknowledgement.Builder<_B> copyOf(AcceptanceAcknowledgement _other)
public <_B> void copyTo(AcceptanceAcknowledgement.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.oasis_open.docs.ebxml_bp.ebbp_signals_2.SignalIdentificationInformation) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> AcceptanceAcknowledgement.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
newCopyBuilder in class SignalIdentificationInformationpublic AcceptanceAcknowledgement.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
newCopyBuilder in class SignalIdentificationInformationpublic static <_B> AcceptanceAcknowledgement.Builder<_B> copyOf(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> AcceptanceAcknowledgement.Builder<_B> copyOf(AcceptanceAcknowledgement _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static AcceptanceAcknowledgement.Builder<Void> copyExcept(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static AcceptanceAcknowledgement.Builder<Void> copyExcept(AcceptanceAcknowledgement _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static AcceptanceAcknowledgement.Builder<Void> copyOnly(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static AcceptanceAcknowledgement.Builder<Void> copyOnly(AcceptanceAcknowledgement _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2021 NorStella. All rights reserved.