public class SubSampleType extends Object
Java class for SubSampleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubSampleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="sample_ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SubSampleType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSampleRef()
Gets the value of the sampleRef property.
|
void |
setSampleRef(String value)
Sets the value of the sampleRef property.
|
protected String sampleRef
Copyright © 2017. All rights reserved.