Class WorkspaceArticulatedCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.WorkspaceArticulatedCT
-
public class WorkspaceArticulatedCT extends Object
Workspace structure / Articulated. Derived from Capability Model ontology.Java class for WorkspaceArticulated_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkspaceArticulated_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="angle_a" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="angle_b" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="angle_c" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description WorkspaceArticulatedCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAngleA()
Gets the value of the angleA property.String
getAngleB()
Gets the value of the angleB property.String
getAngleC()
Gets the value of the angleC property.void
setAngleA(String value)
Sets the value of the angleA property.void
setAngleB(String value)
Sets the value of the angleB property.void
setAngleC(String value)
Sets the value of the angleC property.
-
-
-
Method Detail
-
getAngleA
public String getAngleA()
Gets the value of the angleA property.- Returns:
- possible object is
String
-
setAngleA
public void setAngleA(String value)
Sets the value of the angleA property.- Parameters:
value
- allowed object isString
-
getAngleB
public String getAngleB()
Gets the value of the angleB property.- Returns:
- possible object is
String
-
setAngleB
public void setAngleB(String value)
Sets the value of the angleB property.- Parameters:
value
- allowed object isString
-
getAngleC
public String getAngleC()
Gets the value of the angleC property.- Returns:
- possible object is
String
-
-