Package com.helger.phase4.ebms3header
Class Exception
java.lang.Object
com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
com.helger.phase4.ebms3header.Exception
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
<p>Java class for anonymous complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<complexType>
<complexContent>
<extension base="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}SignalIdentificationInformation">
<sequence>
<element name="ExceptionType">
<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>
</element>
<element name="Reason" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}non-empty-string"/>
<element name="ExceptionMessage" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}non-empty-string" minOccurs="0"/>
<any namespace='##other' minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
</pre>
<p>This class was annotated by ph-jaxb22-plugin -Xph-annotate</p>
<p>This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode</p>
<p>This class contains methods created by ph-jaxb22-plugin -Xph-tostring</p>
<p>This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2</p>
<p>This class contains methods created by ph-jaxb22-plugin -Xph-value-extender</p>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class<p>Java class for anonymous complex type. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor<br> Note: automatically created by ph-jaxb22-plugin -Xph-value-extender -
Method Summary
Modifier and TypeMethodDescriptionclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidThis method clones all values from <code>this</code> to the passed object.booleanCreated by ph-jaxb22-plugin -Xph-equalshashcodegetAny()Gets the value of the any property.Gets the value of the exceptionMessage property.Gets the value of the exceptionType property.Gets the value of the reason property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidSets the value of the any property.voidsetExceptionMessage(String value) Sets the value of the exceptionMessage property.voidSets the value of the exceptionType property.voidSets the value of the reason property.toString()Created by ph-jaxb22-plugin -Xph-tostringMethods inherited from class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
cloneTo, getBusinessActivityIdentifier, getCollaborationIdentifier, getFromPartyInfo, getFromPartyInfoValue, getFromRole, getOriginalDocumentIdentifier, getOriginalMessageDateTime, getOriginalMessageDateTimeLocal, getOriginalMessageIdentifier, getProcessSpecificationInfo, getThisMessageDateTime, getThisMessageDateTimeLocal, getToPartyInfo, getToPartyInfoValue, getToRole, setBusinessActivityIdentifier, setCollaborationIdentifier, setFromPartyInfo, setFromPartyInfo, setFromRole, setOriginalDocumentIdentifier, setOriginalMessageDateTime, setOriginalMessageDateTime, setOriginalMessageIdentifier, setProcessSpecificationInfo, setThisMessageDateTime, setThisMessageDateTime, setToPartyInfo, setToPartyInfo, setToRole
-
Constructor Details
-
Exception
public Exception()Default constructor<br> Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
-
Method Details
-
getExceptionType
Gets the value of the exceptionType property.- Returns:
- possible object is
Exception.ExceptionType
-
setExceptionType
Sets the value of the exceptionType property.- Parameters:
value- allowed object isException.ExceptionType
-
getReason
Gets the value of the reason property.- Returns:
- possible object is
String
-
setReason
Sets the value of the reason property.- Parameters:
value- allowed object isString
-
getExceptionMessage
Gets the value of the exceptionMessage property.- Returns:
- possible object is
String
-
setExceptionMessage
Sets the value of the exceptionMessage property.- Parameters:
value- allowed object isString
-
getAny
Gets the value of the any property.- Returns:
- possible object is
Object
-
setAny
Sets the value of the any property.- Parameters:
value- allowed object isObject
-
equals
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
equalsin classEbbpSigSignalIdentificationInformation
-
hashCode
public int hashCode()Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
hashCodein classEbbpSigSignalIdentificationInformation
-
toString
Created by ph-jaxb22-plugin -Xph-tostring- Overrides:
toStringin classEbbpSigSignalIdentificationInformation
-
cloneTo
This method clones all values from <code>this</code> to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not be <code>null</code>.
-
clone
Created by ph-jaxb22-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Overrides:
clonein classEbbpSigSignalIdentificationInformation- Returns:
- The cloned object. Never <code>null</code>.
-