@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-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-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
QueryRequest()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
QueryRequest |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(QueryRequest ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
BigInteger |
getDepth()
Gets the value of the depth property.
|
String |
getFederation()
Gets the value of the federation property.
|
String |
getFormat()
Gets the value of the format property.
|
String |
getLang()
Gets the value of the lang property.
|
BigInteger |
getMaxResults()
Gets the value of the maxResults property.
|
QueryType |
getQuery()
Gets the value of the query property.
|
ResponseOptionType |
getResponseOption()
Gets the value of the responseOption property.
|
BigInteger |
getStartIndex()
Gets the value of the startIndex property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
isFederated()
Gets the value of the federated property.
|
boolean |
isMatchOlderVersions()
Gets the value of the matchOlderVersions property.
|
void |
setDepth(BigInteger value)
Sets the value of the depth property.
|
void |
setFederated(Boolean value)
Sets the value of the federated property.
|
void |
setFederation(String value)
Sets the value of the federation property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setMatchOlderVersions(Boolean value)
Sets the value of the matchOlderVersions property.
|
void |
setMaxResults(BigInteger value)
Sets the value of the maxResults property.
|
void |
setQuery(QueryType value)
Sets the value of the query property.
|
void |
setResponseOption(ResponseOptionType value)
Sets the value of the responseOption property.
|
void |
setStartIndex(BigInteger value)
Sets the value of the startIndex property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
cloneTo, getComment, getId, setComment, setIdaddSlot, cloneTo, getSlot, getSlotAtIndex, getSlotCount, hasNoSlotEntries, hasSlotEntries, setSlotpublic QueryRequest()
@Nullable public ResponseOptionType getResponseOption()
ResponseOptionTypepublic void setResponseOption(@Nullable ResponseOptionType value)
value - allowed object is
ResponseOptionType@Nullable public QueryType getQuery()
QueryTypepublic void setQuery(@Nullable QueryType value)
value - allowed object is
QueryTypepublic boolean isFederated()
Booleanpublic void setFederated(@Nullable Boolean value)
value - allowed object is
Boolean@Nullable public String getFederation()
Stringpublic void setFederation(@Nullable String value)
value - allowed object is
String@Nullable public String getFormat()
Stringpublic void setFormat(@Nullable String value)
value - allowed object is
String@Nullable public String getLang()
Stringpublic void setLang(@Nullable String value)
value - allowed object is
String@Nullable public BigInteger getStartIndex()
BigIntegerpublic void setStartIndex(@Nullable BigInteger value)
value - allowed object is
BigInteger@Nullable public BigInteger getMaxResults()
BigIntegerpublic void setMaxResults(@Nullable BigInteger value)
value - allowed object is
BigInteger@Nullable public BigInteger getDepth()
BigIntegerpublic void setDepth(@Nullable BigInteger value)
value - allowed object is
BigIntegerpublic boolean isMatchOlderVersions()
Booleanpublic void setMatchOlderVersions(@Nullable Boolean value)
value - allowed object is
Booleanpublic boolean equals(Object o)
equals in class RegistryRequestTypepublic int hashCode()
hashCode in class RegistryRequestTypepublic String toString()
toString in class RegistryRequestTypepublic void cloneTo(@Nonnull QueryRequest 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 QueryRequest clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class RegistryRequestTypenull.Copyright © 2020 TOOP. All rights reserved.