public class SignalIdentificationInformation extends Object
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
SignalIdentificationInformation.Builder<_B> |
static class |
SignalIdentificationInformation.Select |
static class |
SignalIdentificationInformation.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
businessActivityIdentifier |
protected String |
collaborationIdentifier |
protected PartyInfoType |
fromPartyInfo |
protected RoleType |
fromRole |
protected String |
originalDocumentIdentifier |
protected XMLGregorianCalendar |
originalMessageDateTime |
protected String |
originalMessageIdentifier |
protected ProcessSpecificationInfoType |
processSpecificationInfo |
protected XMLGregorianCalendar |
thisMessageDateTime |
protected PartyInfoType |
toPartyInfo |
protected RoleType |
toRole |
| Constructor and Description |
|---|
SignalIdentificationInformation() |
| Modifier and Type | Method and Description |
|---|---|
static SignalIdentificationInformation.Builder<Void> |
builder() |
static SignalIdentificationInformation.Builder<Void> |
copyExcept(SignalIdentificationInformation _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> SignalIdentificationInformation.Builder<_B> |
copyOf(SignalIdentificationInformation _other) |
static <_B> SignalIdentificationInformation.Builder<_B> |
copyOf(SignalIdentificationInformation _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static SignalIdentificationInformation.Builder<Void> |
copyOnly(SignalIdentificationInformation _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(SignalIdentificationInformation.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(SignalIdentificationInformation.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
String |
getBusinessActivityIdentifier()
Gets the value of the businessActivityIdentifier property.
|
String |
getCollaborationIdentifier()
Gets the value of the collaborationIdentifier property.
|
PartyInfoType |
getFromPartyInfo()
Gets the value of the fromPartyInfo property.
|
RoleType |
getFromRole()
Gets the value of the fromRole property.
|
String |
getOriginalDocumentIdentifier()
Gets the value of the originalDocumentIdentifier property.
|
XMLGregorianCalendar |
getOriginalMessageDateTime()
Gets the value of the originalMessageDateTime property.
|
String |
getOriginalMessageIdentifier()
Gets the value of the originalMessageIdentifier property.
|
ProcessSpecificationInfoType |
getProcessSpecificationInfo()
Gets the value of the processSpecificationInfo property.
|
XMLGregorianCalendar |
getThisMessageDateTime()
Gets the value of the thisMessageDateTime property.
|
PartyInfoType |
getToPartyInfo()
Gets the value of the toPartyInfo property.
|
RoleType |
getToRole()
Gets the value of the toRole property.
|
<_B> SignalIdentificationInformation.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> SignalIdentificationInformation.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
SignalIdentificationInformation.Builder<Void> |
newCopyBuilder() |
SignalIdentificationInformation.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setBusinessActivityIdentifier(String value)
Sets the value of the businessActivityIdentifier property.
|
void |
setCollaborationIdentifier(String value)
Sets the value of the collaborationIdentifier property.
|
void |
setFromPartyInfo(PartyInfoType value)
Sets the value of the fromPartyInfo property.
|
void |
setFromRole(RoleType value)
Sets the value of the fromRole property.
|
void |
setOriginalDocumentIdentifier(String value)
Sets the value of the originalDocumentIdentifier property.
|
void |
setOriginalMessageDateTime(XMLGregorianCalendar value)
Sets the value of the originalMessageDateTime property.
|
void |
setOriginalMessageIdentifier(String value)
Sets the value of the originalMessageIdentifier property.
|
void |
setProcessSpecificationInfo(ProcessSpecificationInfoType value)
Sets the value of the processSpecificationInfo property.
|
void |
setThisMessageDateTime(XMLGregorianCalendar value)
Sets the value of the thisMessageDateTime property.
|
void |
setToPartyInfo(PartyInfoType value)
Sets the value of the toPartyInfo property.
|
void |
setToRole(RoleType value)
Sets the value of the toRole property.
|
protected String originalMessageIdentifier
protected String originalDocumentIdentifier
protected XMLGregorianCalendar originalMessageDateTime
protected XMLGregorianCalendar thisMessageDateTime
protected PartyInfoType fromPartyInfo
protected PartyInfoType toPartyInfo
protected RoleType fromRole
protected RoleType toRole
protected ProcessSpecificationInfoType processSpecificationInfo
protected String collaborationIdentifier
protected String businessActivityIdentifier
public String getOriginalMessageIdentifier()
Stringpublic void setOriginalMessageIdentifier(String value)
value - allowed object is
Stringpublic String getOriginalDocumentIdentifier()
Stringpublic void setOriginalDocumentIdentifier(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getOriginalMessageDateTime()
XMLGregorianCalendarpublic void setOriginalMessageDateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getThisMessageDateTime()
XMLGregorianCalendarpublic void setThisMessageDateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic PartyInfoType getFromPartyInfo()
PartyInfoTypepublic void setFromPartyInfo(PartyInfoType value)
value - allowed object is
PartyInfoTypepublic PartyInfoType getToPartyInfo()
PartyInfoTypepublic void setToPartyInfo(PartyInfoType value)
value - allowed object is
PartyInfoTypepublic RoleType getFromRole()
RoleTypepublic void setFromRole(RoleType value)
value - allowed object is
RoleTypepublic RoleType getToRole()
RoleTypepublic void setToRole(RoleType value)
value - allowed object is
RoleTypepublic ProcessSpecificationInfoType getProcessSpecificationInfo()
ProcessSpecificationInfoTypepublic void setProcessSpecificationInfo(ProcessSpecificationInfoType value)
value - allowed object is
ProcessSpecificationInfoTypepublic String getCollaborationIdentifier()
Stringpublic void setCollaborationIdentifier(String value)
value - allowed object is
Stringpublic String getBusinessActivityIdentifier()
Stringpublic void setBusinessActivityIdentifier(String value)
value - allowed object is
Stringpublic <_B> void copyTo(SignalIdentificationInformation.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> SignalIdentificationInformation.Builder<_B> newCopyBuilder(_B _parentBuilder)
public SignalIdentificationInformation.Builder<Void> newCopyBuilder()
public static SignalIdentificationInformation.Builder<Void> builder()
public static <_B> SignalIdentificationInformation.Builder<_B> copyOf(SignalIdentificationInformation _other)
public <_B> void copyTo(SignalIdentificationInformation.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> SignalIdentificationInformation.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public SignalIdentificationInformation.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> SignalIdentificationInformation.Builder<_B> copyOf(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static SignalIdentificationInformation.Builder<Void> copyExcept(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static SignalIdentificationInformation.Builder<Void> copyOnly(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2021 NorStella. All rights reserved.