Class DHParameterCT.Parameter
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.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 Summary
Fields Modifier and Type Field Description protected StringassociatedWithprotected ObjectidRefprotected FloatparCoefficientprotected StringparOperator
-
Constructor Summary
Constructors Constructor Description Parameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAssociatedWith()Gets the value of the associatedWith property.ObjectgetIdRef()Gets the value of the idRef property.FloatgetParCoefficient()Gets the value of the parCoefficient property.StringgetParOperator()Gets the value of the parOperator property.voidsetAssociatedWith(String value)Sets the value of the associatedWith property.voidsetIdRef(Object value)Sets the value of the idRef property.voidsetParCoefficient(Float value)Sets the value of the parCoefficient property.voidsetParOperator(String value)Sets the value of the parOperator property.
-
-
-
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 isString
-
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 isObject
-
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 isString
-
getParCoefficient
public Float getParCoefficient()
Gets the value of the parCoefficient property.- Returns:
- possible object is
Float
-
-