public static class Analysis.SampleRef extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="IDENTIFIERS" type="{SRA.common}IdentifierType" minOccurs="0"/> </sequence> <attGroup ref="{SRA.common}RefNameGroup"/> <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
accession |
protected IdentifierType |
identifiers |
protected String |
label |
protected String |
refcenter |
protected String |
refname |
Constructor and Description |
---|
Analysis.SampleRef() |
Modifier and Type | Method and Description |
---|---|
String |
getAccession()
Gets the value of the accession property.
|
IdentifierType |
getIdentifiers()
Gets the value of the identifiers property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getRefcenter()
Gets the value of the refcenter property.
|
String |
getRefname()
Gets the value of the refname property.
|
void |
setAccession(String value)
Sets the value of the accession property.
|
void |
setIdentifiers(IdentifierType value)
Sets the value of the identifiers property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setRefcenter(String value)
Sets the value of the refcenter property.
|
void |
setRefname(String value)
Sets the value of the refname property.
|
protected IdentifierType identifiers
public Analysis.SampleRef()
public IdentifierType getIdentifiers()
IdentifierType
public void setIdentifiers(IdentifierType value)
value
- allowed object is
IdentifierType
public String getLabel()
String
public void setLabel(String value)
value
- allowed object is
String
public String getRefname()
String
public void setRefname(String value)
value
- allowed object is
String
public String getRefcenter()
String
public void setRefcenter(String value)
value
- allowed object is
String
public String getAccession()
String
public void setAccession(String value)
value
- allowed object is
String
Copyright © 2014–2015. All rights reserved.