@CodingStyleguideUnaware public class TCIncomingMetadata extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for TCIncomingMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TCIncomingMetadata">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SenderID" type="{urn:eu.toop/toop-connector-ng/2020/05/}TCIdentifierType"/>
<element name="ReceiverID" type="{urn:eu.toop/toop-connector-ng/2020/05/}TCIdentifierType"/>
<element name="DocTypeID" type="{urn:eu.toop/toop-connector-ng/2020/05/}TCIdentifierType"/>
<element name="ProcessID" type="{urn:eu.toop/toop-connector-ng/2020/05/}TCIdentifierType"/>
<element name="PayloadType" type="{urn:eu.toop/toop-connector-ng/2020/05/}TCPayloadType"/>
</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
| Constructor and Description |
|---|
TCIncomingMetadata() |
| Modifier and Type | Method and Description |
|---|---|
TCIncomingMetadata |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TCIncomingMetadata ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
TCIdentifierType |
getDocTypeID()
Gets the value of the docTypeID property.
|
TCPayloadType |
getPayloadType()
Gets the value of the payloadType property.
|
TCIdentifierType |
getProcessID()
Gets the value of the processID property.
|
TCIdentifierType |
getReceiverID()
Gets the value of the receiverID property.
|
TCIdentifierType |
getSenderID()
Gets the value of the senderID property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setDocTypeID(TCIdentifierType value)
Sets the value of the docTypeID property.
|
void |
setPayloadType(TCPayloadType value)
Sets the value of the payloadType property.
|
void |
setProcessID(TCIdentifierType value)
Sets the value of the processID property.
|
void |
setReceiverID(TCIdentifierType value)
Sets the value of the receiverID property.
|
void |
setSenderID(TCIdentifierType value)
Sets the value of the senderID property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
@Nullable public TCIdentifierType getSenderID()
TCIdentifierTypepublic void setSenderID(@Nullable TCIdentifierType value)
value - allowed object is
TCIdentifierType@Nullable public TCIdentifierType getReceiverID()
TCIdentifierTypepublic void setReceiverID(@Nullable TCIdentifierType value)
value - allowed object is
TCIdentifierType@Nullable public TCIdentifierType getDocTypeID()
TCIdentifierTypepublic void setDocTypeID(@Nullable TCIdentifierType value)
value - allowed object is
TCIdentifierType@Nullable public TCIdentifierType getProcessID()
TCIdentifierTypepublic void setProcessID(@Nullable TCIdentifierType value)
value - allowed object is
TCIdentifierType@Nullable public TCPayloadType getPayloadType()
TCPayloadTypepublic void setPayloadType(@Nullable TCPayloadType value)
value - allowed object is
TCPayloadTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull TCIncomingMetadata 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 TCIncomingMetadata clone()
Copyright © 2020 toop.eu. All rights reserved.