@CodingStyleguideUnaware public class SenderType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for SenderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SenderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.openapplications.org/oagis/9}LogicalID" minOccurs="0"/>
<element ref="{http://www.openapplications.org/oagis/9}ComponentID" minOccurs="0"/>
<element ref="{http://www.openapplications.org/oagis/9}TaskID" minOccurs="0"/>
<element ref="{http://www.openapplications.org/oagis/9}ReferenceID" minOccurs="0"/>
<element ref="{http://www.openapplications.org/oagis/9}ConfirmationCode" minOccurs="0"/>
<element ref="{http://www.openapplications.org/oagis/9}AuthorizationID" 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 |
|---|
SenderType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
SenderType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SenderType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
IdentifierType |
getAuthorizationID()
Gets the value of the authorizationID property.
|
String |
getAuthorizationIDValue()
Get the value of the contained IdentifierType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IdentifierType |
getComponentID()
Gets the value of the componentID property.
|
String |
getComponentIDValue()
Get the value of the contained IdentifierType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ConfirmationResponseCodeType |
getConfirmationCode()
Gets the value of the confirmationCode property.
|
String |
getConfirmationCodeValue()
Get the value of the contained ConfirmationResponseCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IdentifierType |
getLogicalID()
Gets the value of the logicalID property.
|
String |
getLogicalIDValue()
Get the value of the contained IdentifierType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IdentifierType |
getReferenceID()
Gets the value of the referenceID property.
|
String |
getReferenceIDValue()
Get the value of the contained IdentifierType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IdentifierType |
getTaskID()
Gets the value of the taskID property.
|
String |
getTaskIDValue()
Get the value of the contained IdentifierType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setAuthorizationID(IdentifierType value)
Sets the value of the authorizationID property.
|
IdentifierType |
setAuthorizationID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setComponentID(IdentifierType value)
Sets the value of the componentID property.
|
IdentifierType |
setComponentID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setConfirmationCode(ConfirmationResponseCodeType value)
Sets the value of the confirmationCode property.
|
ConfirmationResponseCodeType |
setConfirmationCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLogicalID(IdentifierType value)
Sets the value of the logicalID property.
|
IdentifierType |
setLogicalID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setReferenceID(IdentifierType value)
Sets the value of the referenceID property.
|
IdentifierType |
setReferenceID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTaskID(IdentifierType value)
Sets the value of the taskID property.
|
IdentifierType |
setTaskID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SenderType()
@Nullable public IdentifierType getLogicalID()
IdentifierTypepublic void setLogicalID(@Nullable IdentifierType value)
value - allowed object is
IdentifierType@Nullable public IdentifierType getComponentID()
IdentifierTypepublic void setComponentID(@Nullable IdentifierType value)
value - allowed object is
IdentifierType@Nullable public IdentifierType getTaskID()
IdentifierTypepublic void setTaskID(@Nullable IdentifierType value)
value - allowed object is
IdentifierType@Nullable public IdentifierType getReferenceID()
IdentifierTypepublic void setReferenceID(@Nullable IdentifierType value)
value - allowed object is
IdentifierType@Nullable public ConfirmationResponseCodeType getConfirmationCode()
ConfirmationResponseCodeTypepublic void setConfirmationCode(@Nullable ConfirmationResponseCodeType value)
value - allowed object is
ConfirmationResponseCodeType@Nullable public IdentifierType getAuthorizationID()
IdentifierTypepublic void setAuthorizationID(@Nullable IdentifierType value)
value - allowed object is
IdentifierTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull SenderType 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 SenderType clone()
@Nonnull public ConfirmationResponseCodeType setConfirmationCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IdentifierType setLogicalID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IdentifierType setComponentID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IdentifierType setTaskID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IdentifierType setReferenceID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IdentifierType setAuthorizationID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getLogicalIDValue()
null@Nullable public String getComponentIDValue()
null@Nullable public String getTaskIDValue()
null@Nullable public String getReferenceIDValue()
null@Nullable public String getConfirmationCodeValue()
nullCopyright © 2016–2020 Philip Helger. All rights reserved.