public class JointStatusesType extends DataThingType
Java class for JointStatusesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JointStatusesType">
<complexContent>
<extension base="{}DataThingType">
<sequence>
<element name="JointStatus" type="{}JointStatusType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JointStatusType> |
jointStatus |
name| Constructor and Description |
|---|
JointStatusesType() |
| Modifier and Type | Method and Description |
|---|---|
List<JointStatusType> |
getJointStatus()
Gets the value of the jointStatus property.
|
getName, setNameprotected List<JointStatusType> jointStatus
public List<JointStatusType> getJointStatus()
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 jointStatus property.
For example, to add a new item, do as follows:
getJointStatus().add(newItem);
Objects of the following type(s) are allowed in the list
JointStatusType
Copyright © 2018. All rights reserved.