Class QueryRequest

  • All Implemented Interfaces:
    com.helger.commons.lang.IExplicitlyCloneable, Serializable, Cloneable

    @CodingStyleguideUnaware
    public class QueryRequest
    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="ResponseOption" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:4.0}ResponseOptionType"/>
             <element name="Query" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}QueryType"/>
           </sequence>
           <attribute name="federated" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="federation" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" default="application/ebrim+xml" />
           <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
           <attribute name="startIndex" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" />
           <attribute name="maxResults" type="{http://www.w3.org/2001/XMLSchema}integer" default="-1" />
           <attribute name="depth" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" />
           <attribute name="matchOlderVersions" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </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

      • QueryRequest

        public QueryRequest()
        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
      • isFederated

        public boolean isFederated()
        Gets the value of the federated property.
        Returns:
        possible object is Boolean
      • setFederated

        public void setFederated​(@Nullable
                                 Boolean value)
        Sets the value of the federated property.
        Parameters:
        value - allowed object is Boolean
      • getFederation

        @Nullable
        public String getFederation()
        Gets the value of the federation property.
        Returns:
        possible object is String
      • setFederation

        public void setFederation​(@Nullable
                                  String value)
        Sets the value of the federation property.
        Parameters:
        value - allowed object is String
      • getFormat

        @Nullable
        public String getFormat()
        Gets the value of the format property.
        Returns:
        possible object is String
      • setFormat

        public void setFormat​(@Nullable
                              String value)
        Sets the value of the format property.
        Parameters:
        value - allowed object is String
      • getLang

        @Nullable
        public String getLang()
        Gets the value of the lang property.
        Returns:
        possible object is String
      • setLang

        public void setLang​(@Nullable
                            String value)
        Sets the value of the lang property.
        Parameters:
        value - allowed object is String
      • setStartIndex

        public void setStartIndex​(@Nullable
                                  BigInteger value)
        Sets the value of the startIndex property.
        Parameters:
        value - allowed object is BigInteger
      • setMaxResults

        public void setMaxResults​(@Nullable
                                  BigInteger value)
        Sets the value of the maxResults property.
        Parameters:
        value - allowed object is BigInteger
      • setDepth

        public void setDepth​(@Nullable
                             BigInteger value)
        Sets the value of the depth property.
        Parameters:
        value - allowed object is BigInteger
      • isMatchOlderVersions

        public boolean isMatchOlderVersions()
        Gets the value of the matchOlderVersions property.
        Returns:
        possible object is Boolean
      • setMatchOlderVersions

        public void setMatchOlderVersions​(@Nullable
                                          Boolean value)
        Sets the value of the matchOlderVersions property.
        Parameters:
        value - allowed object is Boolean
      • cloneTo

        public void cloneTo​(@Nonnull
                            QueryRequest 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 QueryRequest 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.