public class Specification
extends java.lang.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 java.lang.Boolean |
checkAssociations |
protected DataSources |
dataSources |
protected java.util.List<Query> |
query |
protected java.lang.String |
title |
Constructor and Description |
---|
Specification() |
Modifier and Type | Method and Description |
---|---|
DataSources |
getDataSources()
Gets the value of the dataSources property.
|
java.util.List<Query> |
getQuery()
Gets the value of the query property.
|
java.lang.String |
getTitle()
Gets the value of the title property.
|
java.lang.Boolean |
isCheckAssociations()
Gets the value of the checkAssociations property.
|
void |
setCheckAssociations(java.lang.Boolean value)
Sets the value of the checkAssociations property.
|
void |
setDataSources(DataSources value)
Sets the value of the dataSources property.
|
void |
setTitle(java.lang.String value)
Sets the value of the title property.
|
protected java.lang.String title
protected java.util.List<Query> query
protected DataSources dataSources
protected java.lang.Boolean checkAssociations
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- allowed object is
String
public java.util.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 java.lang.Boolean isCheckAssociations()
Boolean
public void setCheckAssociations(java.lang.Boolean value)
value
- allowed object is
Boolean
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.