public class Specification extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
checkAssociations |
protected DataSources |
dataSources |
protected List<Query> |
query |
protected String |
title |
Constructor and Description |
---|
Specification() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String title
protected DataSources dataSources
protected Boolean checkAssociations
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
Copyright © 2010–2015 Planetary Data System. All rights reserved.