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 String
associatedWith
protected Object
idRef
protected Float
parCoefficient
protected String
parOperator
-
Constructor Summary
Constructors Constructor Description Parameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAssociatedWith()
Gets the value of the associatedWith property.Object
getIdRef()
Gets the value of the idRef property.Float
getParCoefficient()
Gets the value of the parCoefficient property.String
getParOperator()
Gets the value of the parOperator property.void
setAssociatedWith(String value)
Sets the value of the associatedWith property.void
setIdRef(Object value)
Sets the value of the idRef property.void
setParCoefficient(Float value)
Sets the value of the parCoefficient property.void
setParOperator(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
-
-