Class RegistryResponseType
- java.lang.Object
-
- com.helger.regrep.rim.ExtensibleObjectType
-
- com.helger.regrep.rs.RegistryResponseType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
- Direct Known Subclasses:
CatalogObjectsResponse,FilterObjectsResponse,QueryResponse,ValidateObjectsResponse
@CodingStyleguideUnaware public class RegistryResponseType extends ExtensibleObjectType
Base type for all ebXML Registry responsesJava class for RegistryResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegistryResponseType"> <complexContent> <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}ExtensibleObjectType"> <sequence> <element name="Exception" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rs:4.0}RegistryExceptionType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}RegistryObjectList" minOccurs="0"/> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}ObjectRefList" minOccurs="0"/> </sequence> <attribute name="status" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}objectReferenceType" /> <attribute name="requestId" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </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-list-extension
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 RegistryResponseType()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 voidaddException(RegistryExceptionType elem)Created by ph-jaxb-plugin -Xph-list-extensionRegistryResponseTypeclone()Created by ph-jaxb-plugin -Xph-cloneable2voidcloneTo(RegistryResponseType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb-plugin -Xph-equalshashcodeList<RegistryExceptionType>getException()Gets the value of the exception property.RegistryExceptionTypegetExceptionAtIndex(int index)Created by ph-jaxb-plugin -Xph-list-extensionintgetExceptionCount()Created by ph-jaxb-plugin -Xph-list-extensionObjectRefListTypegetObjectRefList()Gets the value of the objectRefList property.RegistryObjectListTypegetRegistryObjectList()Gets the value of the registryObjectList property.StringgetRequestId()Gets the value of the requestId property.StringgetStatus()Gets the value of the status property.booleanhasExceptionEntries()Created by ph-jaxb-plugin -Xph-list-extensioninthashCode()Created by ph-jaxb-plugin -Xph-equalshashcodebooleanhasNoExceptionEntries()Created by ph-jaxb-plugin -Xph-list-extensionvoidsetException(List<RegistryExceptionType> aList)Created by ph-jaxb-plugin -Xph-list-extensionvoidsetObjectRefList(ObjectRefListType value)Sets the value of the objectRefList property.voidsetRegistryObjectList(RegistryObjectListType value)Sets the value of the registryObjectList property.voidsetRequestId(String value)Sets the value of the requestId property.voidsetStatus(String value)Sets the value of the status 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
-
getException
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<RegistryExceptionType> getException()
Gets the value of the exception property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the exception property.For example, to add a new item, do as follows:
getException().add(newItem);Objects of the following type(s) are allowed in the list
RegistryExceptionType- Returns:
- The value of the exception property.
-
getRegistryObjectList
@Nullable public RegistryObjectListType getRegistryObjectList()
Gets the value of the registryObjectList property.- Returns:
- possible object is
RegistryObjectListType
-
setRegistryObjectList
public void setRegistryObjectList(@Nullable RegistryObjectListType value)
Sets the value of the registryObjectList property.- Parameters:
value- allowed object isRegistryObjectListType
-
getObjectRefList
@Nullable public ObjectRefListType getObjectRefList()
Gets the value of the objectRefList property.- Returns:
- possible object is
ObjectRefListType
-
setObjectRefList
public void setObjectRefList(@Nullable ObjectRefListType value)
Sets the value of the objectRefList property.- Parameters:
value- allowed object isObjectRefListType
-
getStatus
@Nullable public String getStatus()
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
public void setStatus(@Nullable String value)
Sets the value of the status property.- Parameters:
value- allowed object isString
-
getRequestId
@Nullable public String getRequestId()
Gets the value of the requestId property.- Returns:
- possible object is
String
-
setRequestId
public void setRequestId(@Nullable String value)
Sets the value of the requestId 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
-
setException
public void setException(@Nullable List<RegistryExceptionType> aList)
Created by ph-jaxb-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
hasExceptionEntries
public boolean hasExceptionEntries()
Created by ph-jaxb-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoExceptionEntries
public boolean hasNoExceptionEntries()
Created by ph-jaxb-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getExceptionCount
@Nonnegative public int getExceptionCount()
Created by ph-jaxb-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getExceptionAtIndex
@Nullable public RegistryExceptionType getExceptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addException
public void addException(@Nonnull RegistryExceptionType elem)
Created by ph-jaxb-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
cloneTo
public void cloneTo(@Nonnull RegistryResponseType 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 RegistryResponseType 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.
-
-