Package com.helger.regrep.query
Class QueryRequest
- java.lang.Object
-
- com.helger.regrep.rim.ExtensibleObjectType
-
- com.helger.regrep.rs.RegistryRequestType
-
- com.helger.regrep.query.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 Summary
Constructors Constructor Description QueryRequest()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 QueryRequestclone()Created by ph-jaxb-plugin -Xph-cloneable2voidcloneTo(QueryRequest ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb-plugin -Xph-equalshashcodeBigIntegergetDepth()Gets the value of the depth property.StringgetFederation()Gets the value of the federation property.StringgetFormat()Gets the value of the format property.StringgetLang()Gets the value of the lang property.BigIntegergetMaxResults()Gets the value of the maxResults property.QueryTypegetQuery()Gets the value of the query property.ResponseOptionTypegetResponseOption()Gets the value of the responseOption property.BigIntegergetStartIndex()Gets the value of the startIndex property.inthashCode()Created by ph-jaxb-plugin -Xph-equalshashcodebooleanisFederated()Gets the value of the federated property.booleanisMatchOlderVersions()Gets the value of the matchOlderVersions property.voidsetDepth(BigInteger value)Sets the value of the depth property.voidsetFederated(Boolean value)Sets the value of the federated property.voidsetFederation(String value)Sets the value of the federation property.voidsetFormat(String value)Sets the value of the format property.voidsetLang(String value)Sets the value of the lang property.voidsetMatchOlderVersions(Boolean value)Sets the value of the matchOlderVersions property.voidsetMaxResults(BigInteger value)Sets the value of the maxResults property.voidsetQuery(QueryType value)Sets the value of the query property.voidsetResponseOption(ResponseOptionType value)Sets the value of the responseOption property.voidsetStartIndex(BigInteger value)Sets the value of the startIndex 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
-
getResponseOption
@Nullable public ResponseOptionType getResponseOption()
Gets the value of the responseOption property.- Returns:
- possible object is
ResponseOptionType
-
setResponseOption
public void setResponseOption(@Nullable ResponseOptionType value)
Sets the value of the responseOption property.- Parameters:
value- allowed object isResponseOptionType
-
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
-
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 isBoolean
-
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 isString
-
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 isString
-
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 isString
-
getStartIndex
@Nullable public BigInteger getStartIndex()
Gets the value of the startIndex property.- Returns:
- possible object is
BigInteger
-
setStartIndex
public void setStartIndex(@Nullable BigInteger value)
Sets the value of the startIndex property.- Parameters:
value- allowed object isBigInteger
-
getMaxResults
@Nullable public BigInteger getMaxResults()
Gets the value of the maxResults property.- Returns:
- possible object is
BigInteger
-
setMaxResults
public void setMaxResults(@Nullable BigInteger value)
Sets the value of the maxResults property.- Parameters:
value- allowed object isBigInteger
-
getDepth
@Nullable public BigInteger getDepth()
Gets the value of the depth property.- Returns:
- possible object is
BigInteger
-
setDepth
public void setDepth(@Nullable BigInteger value)
Sets the value of the depth property.- Parameters:
value- allowed object isBigInteger
-
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 isBoolean
-
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 QueryRequest 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 QueryRequest 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.
-
-