Class 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>
     
    • Constructor Detail

      • Instances

        public Instances()
    • 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