Package com.helger.regrep.lcm
Class RemoveObjectsRequest
- java.lang.Object
-
- com.helger.regrep.rim.ExtensibleObjectType
-
- com.helger.regrep.rs.RegistryRequestType
-
- com.helger.regrep.lcm.RemoveObjectsRequest
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class RemoveObjectsRequest 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="Query" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}QueryType" minOccurs="0"/> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}ObjectRefList" minOccurs="0"/> </sequence> <attribute name="checkReferences" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="deleteChildren" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="deletionScope" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}objectReferenceType" default="urn:oasis:names:tc:ebxml-regrep:DeletionScopeType:DeleteAll" /> </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 RemoveObjectsRequest()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 RemoveObjectsRequestclone()Created by ph-jaxb-plugin -Xph-cloneable2voidcloneTo(RemoveObjectsRequest ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb-plugin -Xph-equalshashcodeStringgetDeletionScope()Gets the value of the deletionScope property.ObjectRefListTypegetObjectRefList()Gets the value of the objectRefList property.QueryTypegetQuery()Gets the value of the query property.inthashCode()Created by ph-jaxb-plugin -Xph-equalshashcodebooleanisCheckReferences()Gets the value of the checkReferences property.booleanisDeleteChildren()Gets the value of the deleteChildren property.voidsetCheckReferences(Boolean value)Sets the value of the checkReferences property.voidsetDeleteChildren(Boolean value)Sets the value of the deleteChildren property.voidsetDeletionScope(String value)Sets the value of the deletionScope property.voidsetObjectRefList(ObjectRefListType value)Sets the value of the objectRefList property.voidsetQuery(QueryType value)Sets the value of the query property.StringtoString()Created by ph-jaxb-plugin -Xph-tostring-
Methods inherited from class com.helger.regrep.rs.RegistryRequestType
cloneTo, getComment, getId, setComment, setId
-
Methods inherited from class com.helger.regrep.rim.ExtensibleObjectType
addSlot, cloneTo, getSlot, getSlotAtIndex, getSlotCount, hasNoSlotEntries, hasSlotEntries, setSlot
-
-
-
-
Method Detail
-
getQuery
@Nullable public QueryType getQuery()
Gets the value of the query property.- Returns:
- possible object is
QueryType
-
setQuery
public void setQuery(@Nullable QueryType value)
Sets the value of the query property.- Parameters:
value- allowed object isQueryType
-
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
-
isCheckReferences
public boolean isCheckReferences()
Gets the value of the checkReferences property.- Returns:
- possible object is
Boolean
-
setCheckReferences
public void setCheckReferences(@Nullable Boolean value)
Sets the value of the checkReferences property.- Parameters:
value- allowed object isBoolean
-
isDeleteChildren
public boolean isDeleteChildren()
Gets the value of the deleteChildren property.- Returns:
- possible object is
Boolean
-
setDeleteChildren
public void setDeleteChildren(@Nullable Boolean value)
Sets the value of the deleteChildren property.- Parameters:
value- allowed object isBoolean
-
getDeletionScope
@Nullable public String getDeletionScope()
Gets the value of the deletionScope property.- Returns:
- possible object is
String
-
setDeletionScope
public void setDeletionScope(@Nullable String value)
Sets the value of the deletionScope property.- Parameters:
value- allowed object isString
-
equals
public boolean equals(Object o)
Created by ph-jaxb-plugin -Xph-equalshashcode- Overrides:
equalsin classRegistryRequestType
-
hashCode
public int hashCode()
Created by ph-jaxb-plugin -Xph-equalshashcode- Overrides:
hashCodein classRegistryRequestType
-
toString
public String toString()
Created by ph-jaxb-plugin -Xph-tostring- Overrides:
toStringin classRegistryRequestType
-
cloneTo
public void cloneTo(@Nonnull RemoveObjectsRequest 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 RemoveObjectsRequest clone()
Created by ph-jaxb-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Overrides:
clonein classRegistryRequestType- Returns:
- The cloned object. Never
null.
-
-