Class PitchAndQuantityCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.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 Summary
Fields Modifier and Type Field Description protected float
pitch
protected BigInteger
quantity
-
Constructor Summary
Constructors Constructor Description PitchAndQuantityCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getPitch()
Gets the value of the pitch property.BigInteger
getQuantity()
Gets the value of the quantity property.void
setPitch(float value)
Sets the value of the pitch property.void
setQuantity(BigInteger value)
Sets the value of the quantity property.
-
-
-
Field Detail
-
pitch
protected float pitch
-
quantity
protected BigInteger quantity
-
-
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 isBigInteger
-
-