Class InterfaceImplRDCT.Instances.Instance.Area.Circle

  • Enclosing class:
    InterfaceImplRDCT.Instances.Instance.Area

    public static class InterfaceImplRDCT.Instances.Instance.Area.Circle
    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">
           <sequence>
             <element name="R" type="{http://www.w3.org/2001/XMLSchema}double"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • r

        protected double r
    • Constructor Detail

      • Circle

        public Circle()
    • Method Detail

      • getR

        public double getR()
        Gets the value of the r property.
      • setR

        public void setR​(double value)
        Sets the value of the r property.