Class 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 Detail

      • RemoveObjectsRequest

        public RemoveObjectsRequest()
        Default constructor
        Note: automatically created by ph-jaxb-plugin -Xph-value-extender
    • Method Detail

      • setQuery

        public void setQuery​(@Nullable
                             QueryType value)
        Sets the value of the query property.
        Parameters:
        value - allowed object is QueryType
      • 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 is Boolean
      • 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 is Boolean
      • 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 is String
      • cloneTo

        public void cloneTo​(@Nonnull
                            RemoveObjectsRequest ret)
        This method clones all values from this to 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 be null.
      • clone

        @Nonnull
        @ReturnsMutableCopy
        public RemoveObjectsRequest clone()
        Created by ph-jaxb-plugin -Xph-cloneable2
        Specified by:
        clone in interface com.helger.commons.lang.IExplicitlyCloneable
        Overrides:
        clone in class RegistryRequestType
        Returns:
        The cloned object. Never null.