Class 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>
     
    • Field Detail

      • distanceR

        protected String distanceR
      • angleA

        protected String angleA
    • Constructor Detail

      • WorkspacePolarCT

        public WorkspacePolarCT()
    • 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 is String
      • 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 is String