@CodingStyleguideUnaware public class RegistryResponseType extends ExtensibleObjectType
Java 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-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-list-extension
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 |
|---|
RegistryResponseType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addException(RegistryExceptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
RegistryResponseType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(RegistryResponseType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<RegistryExceptionType> |
getException()
Gets the value of the exception property.
|
RegistryExceptionType |
getExceptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getExceptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ObjectRefListType |
getObjectRefList()
Gets the value of the objectRefList property.
|
RegistryObjectListType |
getRegistryObjectList()
Gets the value of the registryObjectList property.
|
String |
getRequestId()
Gets the value of the requestId property.
|
String |
getStatus()
Gets the value of the status property.
|
boolean |
hasExceptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoExceptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setException(List<RegistryExceptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setObjectRefList(ObjectRefListType value)
Sets the value of the objectRefList property.
|
void |
setRegistryObjectList(RegistryObjectListType value)
Sets the value of the registryObjectList property.
|
void |
setRequestId(String value)
Sets the value of the requestId property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
addSlot, cloneTo, getSlot, getSlotAtIndex, getSlotCount, hasNoSlotEntries, hasSlotEntries, setSlotpublic RegistryResponseType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<RegistryExceptionType> getException()
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 JAXB object.
This is why there is not a set method 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
@Nullable public RegistryObjectListType getRegistryObjectList()
RegistryObjectListTypepublic void setRegistryObjectList(@Nullable RegistryObjectListType value)
value - allowed object is
RegistryObjectListType@Nullable public ObjectRefListType getObjectRefList()
ObjectRefListTypepublic void setObjectRefList(@Nullable ObjectRefListType value)
value - allowed object is
ObjectRefListType@Nullable public String getStatus()
Stringpublic void setStatus(@Nullable String value)
value - allowed object is
String@Nullable public String getRequestId()
Stringpublic void setRequestId(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
equals in class ExtensibleObjectTypepublic int hashCode()
hashCode in class ExtensibleObjectTypepublic String toString()
toString in class ExtensibleObjectTypepublic void setException(@Nullable List<RegistryExceptionType> aList)
aList - The new list member to set. May be null.public boolean hasExceptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoExceptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getExceptionCount()
@Nullable public RegistryExceptionType getExceptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addException(@Nonnull RegistryExceptionType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull RegistryResponseType 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 RegistryResponseType clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class ExtensibleObjectTypenull.Copyright © 2020 TOOP. All rights reserved.