@CodingStyleguideUnaware public static class Exception.ExceptionType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="ReceiptException">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Syntax"/>
<enumeration value="Authorization"/>
<enumeration value="Signature"/>
<enumeration value="Sequence"/>
</restriction>
</simpleType>
</element>
<element name="AcceptanceException">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Business"/>
<enumeration value="Performance"/>
</restriction>
</simpleType>
</element>
<element name="GeneralException">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</element>
</choice>
</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 |
|---|
ExceptionType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
Exception.ExceptionType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(Exception.ExceptionType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getAcceptanceException()
Gets the value of the acceptanceException property.
|
String |
getGeneralException()
Gets the value of the generalException property.
|
String |
getReceiptException()
Gets the value of the receiptException property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setAcceptanceException(String value)
Sets the value of the acceptanceException property.
|
void |
setGeneralException(String value)
Sets the value of the generalException property.
|
void |
setReceiptException(String value)
Sets the value of the receiptException property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ExceptionType()
@Nullable public String getReceiptException()
Stringpublic void setReceiptException(@Nullable String value)
value - allowed object is
String@Nullable public String getAcceptanceException()
Stringpublic void setAcceptanceException(@Nullable String value)
value - allowed object is
String@Nullable public String getGeneralException()
Stringpublic void setGeneralException(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull Exception.ExceptionType 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 Exception.ExceptionType clone()
Copyright © 2015–2020 Philip Helger. All rights reserved.