public class Hml 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="property" type="{http://schemas.nmdp.org/spec/hml/1.0.1}property" maxOccurs="unbounded" minOccurs="0"/> <element name="hmlid" type="{http://schemas.nmdp.org/spec/hml/1.0.1}hmlid" minOccurs="0"/> <element ref="{http://schemas.nmdp.org/spec/hml/1.0.1}reporting-center" minOccurs="0"/> <element ref="{http://schemas.nmdp.org/spec/hml/1.0.1}sample" maxOccurs="unbounded"/> <element name="typing-test-names" type="{http://schemas.nmdp.org/spec/hml/1.0.1}typing-test-names" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="version" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="1\.0\.[0-9]|1\.0"/> <maxLength value="5"/> </restriction> </simpleType> </attribute> <attribute name="project-name"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Hmlid |
hmlid |
protected String |
projectName |
protected List<Property> |
property |
protected ReportingCenter |
reportingCenter |
protected List<Sample> |
sample |
protected List<TypingTestNames> |
typingTestNames |
protected String |
version |
Constructor and Description |
---|
Hml() |
Modifier and Type | Method and Description |
---|---|
Hmlid |
getHmlid()
Gets the value of the hmlid property.
|
String |
getProjectName()
Gets the value of the projectName property.
|
List<Property> |
getProperty()
Gets the value of the property property.
|
ReportingCenter |
getReportingCenter()
Gets the value of the reportingCenter property.
|
List<Sample> |
getSample()
Gets the value of the sample property.
|
List<TypingTestNames> |
getTypingTestNames()
Gets the value of the typingTestNames property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setHmlid(Hmlid value)
Sets the value of the hmlid property.
|
void |
setProjectName(String value)
Sets the value of the projectName property.
|
void |
setReportingCenter(ReportingCenter value)
Sets the value of the reportingCenter property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected ReportingCenter reportingCenter
protected List<TypingTestNames> typingTestNames
protected String projectName
public Hml()
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 Hmlid getHmlid()
Hmlid
public void setHmlid(Hmlid value)
value
- allowed object is
Hmlid
public ReportingCenter getReportingCenter()
ReportingCenter
public void setReportingCenter(ReportingCenter value)
value
- allowed object is
ReportingCenter
public List<Sample> getSample()
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 sample property.
For example, to add a new item, do as follows:
getSample().add(newItem);
Objects of the following type(s) are allowed in the list
Sample
public List<TypingTestNames> getTypingTestNames()
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 typingTestNames property.
For example, to add a new item, do as follows:
getTypingTestNames().add(newItem);
Objects of the following type(s) are allowed in the list
TypingTestNames
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getProjectName()
String
public void setProjectName(String value)
value
- allowed object is
String
Copyright © 2014–2015. All rights reserved.