@CodingStyleguideUnaware public class EbbpSigSignalIdentificationInformation extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
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>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
EbbpSigSignalIdentificationInformation()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
EbbpSigSignalIdentificationInformation |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(EbbpSigSignalIdentificationInformation ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getBusinessActivityIdentifier()
Gets the value of the businessActivityIdentifier property.
|
String |
getCollaborationIdentifier()
Gets the value of the collaborationIdentifier property.
|
EbbpSigPartyInfoType |
getFromPartyInfo()
Gets the value of the fromPartyInfo property.
|
String |
getFromPartyInfoValue()
Get the value of the contained EbbpSigPartyInfoType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
EbbpSigRoleType |
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.
|
EbbpSigProcessSpecificationInfoType |
getProcessSpecificationInfo()
Gets the value of the processSpecificationInfo property.
|
XMLGregorianCalendar |
getThisMessageDateTime()
Gets the value of the thisMessageDateTime property.
|
EbbpSigPartyInfoType |
getToPartyInfo()
Gets the value of the toPartyInfo property.
|
String |
getToPartyInfoValue()
Get the value of the contained EbbpSigPartyInfoType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
EbbpSigRoleType |
getToRole()
Gets the value of the toRole property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setBusinessActivityIdentifier(String value)
Sets the value of the businessActivityIdentifier property.
|
void |
setCollaborationIdentifier(String value)
Sets the value of the collaborationIdentifier property.
|
void |
setFromPartyInfo(EbbpSigPartyInfoType value)
Sets the value of the fromPartyInfo property.
|
EbbpSigPartyInfoType |
setFromPartyInfo(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setFromRole(EbbpSigRoleType 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(EbbpSigProcessSpecificationInfoType value)
Sets the value of the processSpecificationInfo property.
|
void |
setThisMessageDateTime(XMLGregorianCalendar value)
Sets the value of the thisMessageDateTime property.
|
void |
setToPartyInfo(EbbpSigPartyInfoType value)
Sets the value of the toPartyInfo property.
|
EbbpSigPartyInfoType |
setToPartyInfo(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setToRole(EbbpSigRoleType value)
Sets the value of the toRole property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public EbbpSigSignalIdentificationInformation()
@Nullable public String getOriginalMessageIdentifier()
Stringpublic void setOriginalMessageIdentifier(@Nullable String value)
value - allowed object is
String@Nullable public String getOriginalDocumentIdentifier()
Stringpublic void setOriginalDocumentIdentifier(@Nullable String value)
value - allowed object is
String@Nullable public XMLGregorianCalendar getOriginalMessageDateTime()
XMLGregorianCalendarpublic void setOriginalMessageDateTime(@Nullable XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar@Nullable public XMLGregorianCalendar getThisMessageDateTime()
XMLGregorianCalendarpublic void setThisMessageDateTime(@Nullable XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar@Nullable public EbbpSigPartyInfoType getFromPartyInfo()
EbbpSigPartyInfoTypepublic void setFromPartyInfo(@Nullable EbbpSigPartyInfoType value)
value - allowed object is
EbbpSigPartyInfoType@Nullable public EbbpSigPartyInfoType getToPartyInfo()
EbbpSigPartyInfoTypepublic void setToPartyInfo(@Nullable EbbpSigPartyInfoType value)
value - allowed object is
EbbpSigPartyInfoType@Nullable public EbbpSigRoleType getFromRole()
EbbpSigRoleTypepublic void setFromRole(@Nullable EbbpSigRoleType value)
value - allowed object is
EbbpSigRoleType@Nullable public EbbpSigRoleType getToRole()
EbbpSigRoleTypepublic void setToRole(@Nullable EbbpSigRoleType value)
value - allowed object is
EbbpSigRoleType@Nullable public EbbpSigProcessSpecificationInfoType getProcessSpecificationInfo()
EbbpSigProcessSpecificationInfoTypepublic void setProcessSpecificationInfo(@Nullable EbbpSigProcessSpecificationInfoType value)
value - allowed object is
EbbpSigProcessSpecificationInfoType@Nullable public String getCollaborationIdentifier()
Stringpublic void setCollaborationIdentifier(@Nullable String value)
value - allowed object is
String@Nullable public String getBusinessActivityIdentifier()
Stringpublic void setBusinessActivityIdentifier(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull EbbpSigSignalIdentificationInformation ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public EbbpSigSignalIdentificationInformation clone()
@Nonnull public EbbpSigPartyInfoType setFromPartyInfo(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public EbbpSigPartyInfoType setToPartyInfo(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getFromPartyInfoValue()
nullCopyright © 2015–2020 Philip Helger. All rights reserved.