Class InterfaceImplRDCT.Instances
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.InterfaceImplRDCT.Instances
-
- Enclosing class:
- InterfaceImplRDCT
public static class InterfaceImplRDCT.Instances 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="Instance" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_Frame"/> <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_Area" minOccurs="0"/> <element name="ForceAndTorqueLimits" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}DOF6_dataLimits_CT" minOccurs="0"/> <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_DH_ParameterSet" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="interfacePortRefQualifier" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> <attribute name="reqOpt" use="required" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ReqOpt_ST" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InterfaceImplRDCT.Instances.Instance
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<InterfaceImplRDCT.Instances.Instance>
instance
-
Constructor Summary
Constructors Constructor Description Instances()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<InterfaceImplRDCT.Instances.Instance>
getInstance()
Gets the value of the instance property.
-
-
-
Field Detail
-
instance
protected List<InterfaceImplRDCT.Instances.Instance> instance
-
-
Method Detail
-
getInstance
public List<InterfaceImplRDCT.Instances.Instance> getInstance()
Gets the value of the instance property.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 instance property.For example, to add a new item, do as follows:
getInstance().add(newItem);
Objects of the following type(s) are allowed in the list
InterfaceImplRDCT.Instances.Instance
-
-