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