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

      • angleA

        protected String angleA
      • angleB

        protected String angleB
      • angleC

        protected String angleC
    • Constructor Detail

      • WorkspaceArticulatedCT

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

        public String getAngleC()
        Gets the value of the angleC property.
        Returns:
        possible object is String
      • setAngleC

        public void setAngleC​(String value)
        Sets the value of the angleC property.
        Parameters:
        value - allowed object is String