public class SEARCHABLEType extends Object
Java class for SEARCHABLEType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SEARCHABLEType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="NAME" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TYPE" type="{}SearchableTypeType"/>
<element name="INDEX_TYPE" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DESCRIPTION_MAP" type="{}MapType"/>
<element name="SHORT_DESCRIPTION_MAP" type="{}MapType"/>
<element name="IN_SEARCH" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IN_REFINE" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IN_BROWSE" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="SEARCH_RANK" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="REFINE_RANK" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="BROWSE_RANK" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="SEARCH_VOCABULARY" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BROWSE_VOCABULARY" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FROM_YEAR" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="TO_YEAR" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PERIOD_BACK_MAP" type="{}MapMapType" minOccurs="0"/>
</all>
<attribute name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
browserank |
protected String |
browsevocabulary |
protected MapType |
descriptionmap |
protected Integer |
fromyear |
protected Boolean |
hidden |
protected boolean |
inbrowse |
protected String |
indextype |
protected boolean |
inrefine |
protected boolean |
insearch |
protected String |
name |
protected MapMapType |
periodbackmap |
protected int |
refinerank |
protected int |
searchrank |
protected String |
searchvocabulary |
protected MapType |
shortdescriptionmap |
protected Integer |
toyear |
protected SearchableTypeType |
type |
| Constructor and Description |
|---|
SEARCHABLEType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBROWSERANK()
Gets the value of the browserank property.
|
String |
getBROWSEVOCABULARY()
Gets the value of the browsevocabulary property.
|
MapType |
getDESCRIPTIONMAP()
Gets the value of the descriptionmap property.
|
Integer |
getFROMYEAR()
Gets the value of the fromyear property.
|
String |
getINDEXTYPE()
Gets the value of the indextype property.
|
String |
getNAME()
Gets the value of the name property.
|
MapMapType |
getPERIODBACKMAP()
Gets the value of the periodbackmap property.
|
int |
getREFINERANK()
Gets the value of the refinerank property.
|
int |
getSEARCHRANK()
Gets the value of the searchrank property.
|
String |
getSEARCHVOCABULARY()
Gets the value of the searchvocabulary property.
|
MapType |
getSHORTDESCRIPTIONMAP()
Gets the value of the shortdescriptionmap property.
|
Integer |
getTOYEAR()
Gets the value of the toyear property.
|
SearchableTypeType |
getTYPE()
Gets the value of the type property.
|
boolean |
isHidden()
Gets the value of the hidden property.
|
boolean |
isINBROWSE()
Gets the value of the inbrowse property.
|
boolean |
isINREFINE()
Gets the value of the inrefine property.
|
boolean |
isINSEARCH()
Gets the value of the insearch property.
|
void |
setBROWSERANK(int value)
Sets the value of the browserank property.
|
void |
setBROWSEVOCABULARY(String value)
Sets the value of the browsevocabulary property.
|
void |
setDESCRIPTIONMAP(MapType value)
Sets the value of the descriptionmap property.
|
void |
setFROMYEAR(Integer value)
Sets the value of the fromyear property.
|
void |
setHidden(Boolean value)
Sets the value of the hidden property.
|
void |
setINBROWSE(boolean value)
Sets the value of the inbrowse property.
|
void |
setINDEXTYPE(String value)
Sets the value of the indextype property.
|
void |
setINREFINE(boolean value)
Sets the value of the inrefine property.
|
void |
setINSEARCH(boolean value)
Sets the value of the insearch property.
|
void |
setNAME(String value)
Sets the value of the name property.
|
void |
setPERIODBACKMAP(MapMapType value)
Sets the value of the periodbackmap property.
|
void |
setREFINERANK(int value)
Sets the value of the refinerank property.
|
void |
setSEARCHRANK(int value)
Sets the value of the searchrank property.
|
void |
setSEARCHVOCABULARY(String value)
Sets the value of the searchvocabulary property.
|
void |
setSHORTDESCRIPTIONMAP(MapType value)
Sets the value of the shortdescriptionmap property.
|
void |
setTOYEAR(Integer value)
Sets the value of the toyear property.
|
void |
setTYPE(SearchableTypeType value)
Sets the value of the type property.
|
protected String name
protected SearchableTypeType type
protected String indextype
protected MapType descriptionmap
protected MapType shortdescriptionmap
protected boolean insearch
protected boolean inrefine
protected boolean inbrowse
protected int searchrank
protected int refinerank
protected int browserank
protected String searchvocabulary
protected String browsevocabulary
protected Integer fromyear
protected Integer toyear
protected MapMapType periodbackmap
protected Boolean hidden
public String getNAME()
Stringpublic void setNAME(String value)
value - allowed object is
Stringpublic SearchableTypeType getTYPE()
SearchableTypeTypepublic void setTYPE(SearchableTypeType value)
value - allowed object is
SearchableTypeTypepublic String getINDEXTYPE()
Stringpublic void setINDEXTYPE(String value)
value - allowed object is
Stringpublic MapType getDESCRIPTIONMAP()
MapTypepublic void setDESCRIPTIONMAP(MapType value)
value - allowed object is
MapTypepublic MapType getSHORTDESCRIPTIONMAP()
MapTypepublic void setSHORTDESCRIPTIONMAP(MapType value)
value - allowed object is
MapTypepublic boolean isINSEARCH()
public void setINSEARCH(boolean value)
public boolean isINREFINE()
public void setINREFINE(boolean value)
public boolean isINBROWSE()
public void setINBROWSE(boolean value)
public int getSEARCHRANK()
public void setSEARCHRANK(int value)
public int getREFINERANK()
public void setREFINERANK(int value)
public int getBROWSERANK()
public void setBROWSERANK(int value)
public String getSEARCHVOCABULARY()
Stringpublic void setSEARCHVOCABULARY(String value)
value - allowed object is
Stringpublic String getBROWSEVOCABULARY()
Stringpublic void setBROWSEVOCABULARY(String value)
value - allowed object is
Stringpublic Integer getFROMYEAR()
Integerpublic void setFROMYEAR(Integer value)
value - allowed object is
Integerpublic Integer getTOYEAR()
Integerpublic void setTOYEAR(Integer value)
value - allowed object is
Integerpublic MapMapType getPERIODBACKMAP()
MapMapTypepublic void setPERIODBACKMAP(MapMapType value)
value - allowed object is
MapMapTypepublic boolean isHidden()
BooleanCopyright © 2022. All rights reserved.