Package com.helger.regrep.spi
Class FilteringExceptionType
- java.lang.Object
-
- com.helger.regrep.rim.ExtensibleObjectType
-
- com.helger.regrep.rs.RegistryExceptionType
-
- com.helger.regrep.spi.FilteringExceptionType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class FilteringExceptionType extends RegistryExceptionType
Java class for FilteringExceptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilteringExceptionType"> <complexContent> <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rs:4.0}RegistryExceptionType"> <sequence> </sequence> </extension> </complexContent> </complexType>This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode
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 FilteringExceptionType()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 FilteringExceptionTypeclone()Created by ph-jaxb-plugin -Xph-cloneable2voidcloneTo(FilteringExceptionType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb-plugin -Xph-equalshashcodeinthashCode()Created by ph-jaxb-plugin -Xph-equalshashcode-
Methods inherited from class com.helger.regrep.rs.RegistryExceptionType
cloneTo, getCode, getDetail, getMessage, getSeverity, setCode, setDetail, setMessage, setSeverity, toString
-
Methods inherited from class com.helger.regrep.rim.ExtensibleObjectType
addSlot, cloneTo, getSlot, getSlotAtIndex, getSlotCount, hasNoSlotEntries, hasSlotEntries, setSlot
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
Created by ph-jaxb-plugin -Xph-equalshashcode- Overrides:
equalsin classRegistryExceptionType
-
hashCode
public int hashCode()
Created by ph-jaxb-plugin -Xph-equalshashcode- Overrides:
hashCodein classRegistryExceptionType
-
cloneTo
public void cloneTo(@Nonnull FilteringExceptionType 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 FilteringExceptionType clone()
Created by ph-jaxb-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Overrides:
clonein classRegistryExceptionType- Returns:
- The cloned object. Never
null.
-
-