Class DHParameterCT.Parameter

  • Enclosing class:
    DHParameterCT

    public static class DHParameterCT.Parameter
    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">
           <attribute name="associatedWith" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="LINK_LENGTH"/>
                 <enumeration value="LINK_TWIST"/>
                 <enumeration value="LINK_OFFSET"/>
                 <enumeration value="JOINT_ANGLE"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="idRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
           <attribute name="parOperator" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="PLUS"/>
                 <enumeration value="MINUS"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="parCoefficient" type="{http://www.w3.org/2001/XMLSchema}float" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • associatedWith

        protected String associatedWith
      • idRef

        protected Object idRef
      • parOperator

        protected String parOperator
      • parCoefficient

        protected Float parCoefficient
    • Constructor Detail

      • Parameter

        public Parameter()
    • Method Detail

      • getAssociatedWith

        public String getAssociatedWith()
        Gets the value of the associatedWith property.
        Returns:
        possible object is String
      • setAssociatedWith

        public void setAssociatedWith​(String value)
        Sets the value of the associatedWith property.
        Parameters:
        value - allowed object is String
      • getIdRef

        public Object getIdRef()
        Gets the value of the idRef property.
        Returns:
        possible object is Object
      • setIdRef

        public void setIdRef​(Object value)
        Sets the value of the idRef property.
        Parameters:
        value - allowed object is Object
      • getParOperator

        public String getParOperator()
        Gets the value of the parOperator property.
        Returns:
        possible object is String
      • setParOperator

        public void setParOperator​(String value)
        Sets the value of the parOperator property.
        Parameters:
        value - allowed object is String
      • getParCoefficient

        public Float getParCoefficient()
        Gets the value of the parCoefficient property.
        Returns:
        possible object is Float
      • setParCoefficient

        public void setParCoefficient​(Float value)
        Sets the value of the parCoefficient property.
        Parameters:
        value - allowed object is Float