@CodingStyleguideUnaware public class TCOutgoingMetadata extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for TCOutgoingMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TCOutgoingMetadata">
<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="TransportProtocol" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="EndpointURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReceiverCertificate" type="{http://www.w3.org/2001/XMLSchema}base64Binary" 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
| Constructor and Description |
|---|
TCOutgoingMetadata() |
| Modifier and Type | Method and Description |
|---|---|
TCOutgoingMetadata |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TCOutgoingMetadata 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.
|
String |
getEndpointURL()
Gets the value of the endpointURL property.
|
TCIdentifierType |
getProcessID()
Gets the value of the processID property.
|
byte[] |
getReceiverCertificate()
Gets the value of the receiverCertificate property.
|
TCIdentifierType |
getReceiverID()
Gets the value of the receiverID property.
|
TCIdentifierType |
getSenderID()
Gets the value of the senderID property.
|
String |
getTransportProtocol()
Gets the value of the transportProtocol property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setDocTypeID(TCIdentifierType value)
Sets the value of the docTypeID property.
|
void |
setEndpointURL(String value)
Sets the value of the endpointURL property.
|
void |
setProcessID(TCIdentifierType value)
Sets the value of the processID property.
|
void |
setReceiverCertificate(byte[] value)
Sets the value of the receiverCertificate property.
|
void |
setReceiverID(TCIdentifierType value)
Sets the value of the receiverID property.
|
void |
setSenderID(TCIdentifierType value)
Sets the value of the senderID property.
|
void |
setTransportProtocol(String value)
Sets the value of the transportProtocol 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 String getTransportProtocol()
Stringpublic void setTransportProtocol(@Nullable String value)
value - allowed object is
String@Nullable public String getEndpointURL()
Stringpublic void setEndpointURL(@Nullable String value)
value - allowed object is
String@Nullable public byte[] getReceiverCertificate()
public void setReceiverCertificate(@Nullable byte[] value)
value - allowed object is
byte[]public boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull TCOutgoingMetadata 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 TCOutgoingMetadata clone()
Copyright © 2020 toop.eu. All rights reserved.