Class TLcdOpenSearchDescription.Url
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Enclosing class:
TLcdOpenSearchDescription
- Since:
- 2017.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theindexOffsetattribute.static final TLcdDataPropertyData property that maps to thepageOffsetattribute.static final TLcdDataPropertyData property that maps to thetemplateattribute.static final TLcdDataPropertyData property that maps to thetypeattribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the value of the property that maps to theindexOffsetattribute.longReturns the value of the property that maps to thepageOffsetattribute.Returns the value of the property that maps to thetemplateattribute.getType()Returns the value of the property that maps to thetypeattribute.voidsetIndexOffset(long aValue) Sets the value of the property that maps to theindexOffsetattribute.voidsetPageOffset(long aValue) Sets the value of the property that maps to thepageOffsetattribute.voidsetTemplate(String aValue) Sets the value of the property that maps to thetemplateattribute.voidSets the value of the property that maps to thetypeattribute.
-
Field Details
-
INDEX_OFFSET_PROPERTY
Data property that maps to theindexOffsetattribute. The possible values for this property are instances oflong. -
PAGE_OFFSET_PROPERTY
Data property that maps to thepageOffsetattribute. The possible values for this property are instances oflong. -
TEMPLATE_PROPERTY
Data property that maps to thetemplateattribute. The possible values for this property are instances ofString. -
TYPE_PROPERTY
Data property that maps to thetypeattribute. The possible values for this property are the publicQNameconstants defined in this class.
-
-
Constructor Details
-
Url
public Url() -
Url
-
-
Method Details
-
getIndexOffset
public long getIndexOffset()Returns the value of the property that maps to theindexOffsetattribute.Contains the index number of the first search result.
- Returns:
- the value of the
INDEX_OFFSET_PROPERTYproperty.
-
setIndexOffset
public void setIndexOffset(long aValue) Sets the value of the property that maps to theindexOffsetattribute.Contains the index number of the first search result.
- Parameters:
aValue- the value to set for theINDEX_OFFSET_PROPERTYproperty.
-
getPageOffset
public long getPageOffset()Returns the value of the property that maps to thepageOffsetattribute.Contains the page number of the first set of search results.
- Returns:
- the value of the
PAGE_OFFSET_PROPERTYproperty.
-
setPageOffset
public void setPageOffset(long aValue) Sets the value of the property that maps to thepageOffsetattribute.Contains the page number of the first set of search results.
- Parameters:
aValue- the value to set for thePAGE_OFFSET_PROPERTYproperty.
-
getTemplate
Returns the value of the property that maps to thetemplateattribute.Contains the search URL template to be processed according to the OpenSearch URL template syntax.
- Returns:
- the value of the
TEMPLATE_PROPERTYproperty.
-
setTemplate
Sets the value of the property that maps to thetemplateattribute.Contains the search URL template to be processed according to the OpenSearch URL template syntax.
- Parameters:
aValue- the value to set for theTEMPLATE_PROPERTYproperty.
-
getType
Returns the value of the property that maps to thetypeattribute.The possible values for this property are the public
QNameconstants defined in this class.Contains the MIME type of the search result format. Restrictions: The value must be a valid MIME type.
- Returns:
- the value of the
TYPE_PROPERTYproperty.
-
setType
Sets the value of the property that maps to thetypeattribute.The possible values for this property are the public
QNameconstants defined in this class.Contains the MIME type of the search result format. Restrictions: The value must be a valid MIME type.
- Parameters:
aValue- the value to set for theTYPE_PROPERTYproperty.
-