Class PitchAndQuantityCT


  • public class PitchAndQuantityCT
    extends Object
    Pitch [meter] and quantity. For e.g. matrix locations for interfaces XYZ dimensions.

    Java class for PitchAndQuantity_CT complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PitchAndQuantity_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="pitch" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="quantity" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • pitch

        protected float pitch
    • Constructor Detail

      • PitchAndQuantityCT

        public PitchAndQuantityCT()
    • Method Detail

      • getPitch

        public float getPitch()
        Gets the value of the pitch property.
      • setPitch

        public void setPitch​(float value)
        Sets the value of the pitch property.
      • getQuantity

        public BigInteger getQuantity()
        Gets the value of the quantity property.
        Returns:
        possible object is BigInteger
      • setQuantity

        public void setQuantity​(BigInteger value)
        Sets the value of the quantity property.
        Parameters:
        value - allowed object is BigInteger