|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.search.core.schema.Specification
public class Specification
Java class for Specification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Specification"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}title"/> <element ref="{}query" maxOccurs="unbounded"/> <element ref="{}dataSources" minOccurs="0"/> <element ref="{}checkAssociations" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Boolean |
checkAssociations
|
protected DataSources |
dataSources
|
protected List<Query> |
query
|
protected String |
title
|
Constructor Summary | |
---|---|
Specification()
|
Method Summary | |
---|---|
DataSources |
getDataSources()
Gets the value of the dataSources property. |
List<Query> |
getQuery()
Gets the value of the query property. |
String |
getTitle()
Gets the value of the title property. |
Boolean |
isCheckAssociations()
Gets the value of the checkAssociations property. |
void |
setCheckAssociations(Boolean value)
Sets the value of the checkAssociations property. |
void |
setDataSources(DataSources value)
Sets the value of the dataSources property. |
void |
setTitle(String value)
Sets the value of the title property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String title
protected List<Query> query
protected DataSources dataSources
protected Boolean checkAssociations
Constructor Detail |
---|
public Specification()
Method Detail |
---|
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public List<Query> getQuery()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the query property.
For example, to add a new item, do as follows:
getQuery().add(newItem);
Objects of the following type(s) are allowed in the list
Query
public DataSources getDataSources()
DataSources
public void setDataSources(DataSources value)
value
- allowed object is
DataSources
public Boolean isCheckAssociations()
Boolean
public void setCheckAssociations(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |