@CodingStyleguideUnaware public class MessageDeliveryType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
MessageDeliveryType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
MessageDeliveryType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(MessageDeliveryType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
EndpointURIType |
getEndpointURI()
<pre>
<?
|
String |
getEndpointURIValue()
Get the value of the contained EndpointURIType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
EnvelopeTypeCodeType |
getEnvelopeTypeCode()
<pre>
<?
|
String |
getEnvelopeTypeCodeValue()
Get the value of the contained EnvelopeTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ProtocolIDType |
getProtocolID()
<pre>
<?
|
String |
getProtocolIDValue()
Get the value of the contained ProtocolIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setEndpointURI(EndpointURIType value)
Sets the value of the endpointURI property.
|
EndpointURIType |
setEndpointURI(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setEnvelopeTypeCode(EnvelopeTypeCodeType value)
Sets the value of the envelopeTypeCode property.
|
EnvelopeTypeCodeType |
setEnvelopeTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setProtocolID(ProtocolIDType value)
Sets the value of the protocolID property.
|
ProtocolIDType |
setProtocolID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public MessageDeliveryType()
@Nullable public ProtocolIDType getProtocolID()
ProtocolIDTypepublic void setProtocolID(@Nullable ProtocolIDType value)
value - allowed object is
ProtocolIDType@Nullable public EnvelopeTypeCodeType getEnvelopeTypeCode()
EnvelopeTypeCodeTypepublic void setEnvelopeTypeCode(@Nullable EnvelopeTypeCodeType value)
value - allowed object is
EnvelopeTypeCodeType@Nullable public EndpointURIType getEndpointURI()
EndpointURITypepublic void setEndpointURI(@Nullable EndpointURIType value)
value - allowed object is
EndpointURITypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull MessageDeliveryType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public MessageDeliveryType clone()
@Nonnull public EnvelopeTypeCodeType setEnvelopeTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ProtocolIDType setProtocolID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public EndpointURIType setEndpointURI(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getProtocolIDValue()
@Nullable public String getEnvelopeTypeCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.