@CodingStyleguideUnaware public class FilterObjectsRequest extends RegistryRequestType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rs:4.0}RegistryRequestType">
<sequence>
<element name="OriginalObjects" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}RegistryObjectListType"/>
<element name="InvocationControlFile" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}ExtrinsicObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</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 |
|---|
FilterObjectsRequest()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addInvocationControlFile(ExtrinsicObjectType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
FilterObjectsRequest |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(FilterObjectsRequest ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<ExtrinsicObjectType> |
getInvocationControlFile()
Gets the value of the invocationControlFile property.
|
ExtrinsicObjectType |
getInvocationControlFileAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getInvocationControlFileCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
RegistryObjectListType |
getOriginalObjects()
Gets the value of the originalObjects property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasInvocationControlFileEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoInvocationControlFileEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setInvocationControlFile(List<ExtrinsicObjectType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setOriginalObjects(RegistryObjectListType value)
Sets the value of the originalObjects property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
cloneTo, getComment, getId, setComment, setIdaddSlot, cloneTo, getSlot, getSlotAtIndex, getSlotCount, hasNoSlotEntries, hasSlotEntries, setSlotpublic FilterObjectsRequest()
@Nullable public RegistryObjectListType getOriginalObjects()
RegistryObjectListTypepublic void setOriginalObjects(@Nullable RegistryObjectListType value)
value - allowed object is
RegistryObjectListType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ExtrinsicObjectType> getInvocationControlFile()
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 invocationControlFile property.
For example, to add a new item, do as follows:
getInvocationControlFile().add(newItem);
Objects of the following type(s) are allowed in the list
ExtrinsicObjectType
public boolean equals(Object o)
equals in class RegistryRequestTypepublic int hashCode()
hashCode in class RegistryRequestTypepublic String toString()
toString in class RegistryRequestTypepublic void setInvocationControlFile(@Nullable List<ExtrinsicObjectType> aList)
aList - The new list member to set. May be null.public boolean hasInvocationControlFileEntries()
true if at least one item is contained, false otherwise.public boolean hasNoInvocationControlFileEntries()
true if no item is contained, false otherwise.@Nonnegative public int getInvocationControlFileCount()
@Nullable public ExtrinsicObjectType getInvocationControlFileAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addInvocationControlFile(@Nonnull ExtrinsicObjectType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull FilterObjectsRequest 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 FilterObjectsRequest clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class RegistryRequestTypenull.Copyright © 2020 TOOP. All rights reserved.