Package com.helger.regrep.rs
Class RegistryExceptionType
- java.lang.Object
-
- com.helger.regrep.rim.ExtensibleObjectType
-
- com.helger.regrep.rs.RegistryExceptionType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
- Direct Known Subclasses:
AuthenticationExceptionType,AuthorizationExceptionType,CatalogingExceptionType,FilteringExceptionType,InvalidRequestExceptionType,ObjectExistsExceptionType,ObjectNotFoundExceptionType,QueryExceptionType,QuotaExceededExceptionType,ReferencesExistExceptionType,TimeoutExceptionType,UnresolvedReferenceExceptionType,UnsupportedCapabilityExceptionType,ValidationExceptionType
@CodingStyleguideUnaware public class RegistryExceptionType extends ExtensibleObjectType
Base for all registry exceptions. Based upon SOAPFault: http://www.w3schools.com/soap/soap_fault.aspJava class for RegistryExceptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegistryExceptionType"> <complexContent> <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}ExtensibleObjectType"> <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="detail" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="severity" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}objectReferenceType" default="urn:oasis:names:tc:ebxml-regrep:ErrorSeverityType:Error" /> </extension> </complexContent> </complexType>This class was annotated by ph-jaxb-plugin -Xph-annotate
This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb-plugin -Xph-tostring
This class contains methods created by ph-jaxb-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb-plugin -Xph-value-extender
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegistryExceptionType()Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegistryExceptionTypeclone()Created by ph-jaxb-plugin -Xph-cloneable2voidcloneTo(RegistryExceptionType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb-plugin -Xph-equalshashcodeStringgetCode()Gets the value of the code property.StringgetDetail()Gets the value of the detail property.StringgetMessage()Gets the value of the message property.StringgetSeverity()Gets the value of the severity property.inthashCode()Created by ph-jaxb-plugin -Xph-equalshashcodevoidsetCode(String value)Sets the value of the code property.voidsetDetail(String value)Sets the value of the detail property.voidsetMessage(String value)Sets the value of the message property.voidsetSeverity(String value)Sets the value of the severity property.StringtoString()Created by ph-jaxb-plugin -Xph-tostring-
Methods inherited from class com.helger.regrep.rim.ExtensibleObjectType
addSlot, cloneTo, getSlot, getSlotAtIndex, getSlotCount, hasNoSlotEntries, hasSlotEntries, setSlot
-
-
-
-
Method Detail
-
getCode
@Nullable public String getCode()
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
public void setCode(@Nullable String value)
Sets the value of the code property.- Parameters:
value- allowed object isString
-
getDetail
@Nullable public String getDetail()
Gets the value of the detail property.- Returns:
- possible object is
String
-
setDetail
public void setDetail(@Nullable String value)
Sets the value of the detail property.- Parameters:
value- allowed object isString
-
getMessage
@Nullable public String getMessage()
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
public void setMessage(@Nullable String value)
Sets the value of the message property.- Parameters:
value- allowed object isString
-
getSeverity
@Nullable public String getSeverity()
Gets the value of the severity property.- Returns:
- possible object is
String
-
setSeverity
public void setSeverity(@Nullable String value)
Sets the value of the severity property.- Parameters:
value- allowed object isString
-
equals
public boolean equals(Object o)
Created by ph-jaxb-plugin -Xph-equalshashcode- Overrides:
equalsin classExtensibleObjectType
-
hashCode
public int hashCode()
Created by ph-jaxb-plugin -Xph-equalshashcode- Overrides:
hashCodein classExtensibleObjectType
-
toString
public String toString()
Created by ph-jaxb-plugin -Xph-tostring- Overrides:
toStringin classExtensibleObjectType
-
cloneTo
public void cloneTo(@Nonnull RegistryExceptionType ret)
This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
clone
@Nonnull @ReturnsMutableCopy public RegistryExceptionType clone()
Created by ph-jaxb-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Specified by:
clonein classExtensibleObjectType- Returns:
- The cloned object. Never
null.
-
-