public class Ssp extends Object
Java class for ssp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ssp"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="property" type="{http://schemas.nmdp.org/spec/hml/1.0.1}property" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="locus" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="test-id"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> </restriction> </simpleType> </attribute> <attribute name="test-id-source" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="scores" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
locus |
protected List<Property> |
property |
protected String |
scores |
protected String |
testId |
protected String |
testIdSource |
Constructor and Description |
---|
Ssp() |
Modifier and Type | Method and Description |
---|---|
String |
getLocus()
Gets the value of the locus property.
|
List<Property> |
getProperty()
Gets the value of the property property.
|
String |
getScores()
Gets the value of the scores property.
|
String |
getTestId()
Gets the value of the testId property.
|
String |
getTestIdSource()
Gets the value of the testIdSource property.
|
void |
setLocus(String value)
Sets the value of the locus property.
|
void |
setScores(String value)
Sets the value of the scores property.
|
void |
setTestId(String value)
Sets the value of the testId property.
|
void |
setTestIdSource(String value)
Sets the value of the testIdSource property.
|
protected String testIdSource
public Ssp()
public List<Property> getProperty()
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 property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
Property
public String getLocus()
String
public void setLocus(String value)
value
- allowed object is
String
public String getTestId()
String
public void setTestId(String value)
value
- allowed object is
String
public String getTestIdSource()
String
public void setTestIdSource(String value)
value
- allowed object is
String
public String getScores()
String
Copyright © 2014–2015. All rights reserved.