Class MatrixLocationsCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.MatrixLocationsCT
-
public class MatrixLocationsCT extends Object
Matrix locations for interfaces. XYZ planes.Java class for MatrixLocations_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MatrixLocations_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="X" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}PitchAndQuantity_CT" minOccurs="0"/> <element name="Y" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}PitchAndQuantity_CT" minOccurs="0"/> <element name="Z" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}PitchAndQuantity_CT" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PitchAndQuantityCT
x
protected PitchAndQuantityCT
y
protected PitchAndQuantityCT
z
-
Constructor Summary
Constructors Constructor Description MatrixLocationsCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PitchAndQuantityCT
getX()
Gets the value of the x property.PitchAndQuantityCT
getY()
Gets the value of the y property.PitchAndQuantityCT
getZ()
Gets the value of the z property.void
setX(PitchAndQuantityCT value)
Sets the value of the x property.void
setY(PitchAndQuantityCT value)
Sets the value of the y property.void
setZ(PitchAndQuantityCT value)
Sets the value of the z property.
-
-
-
Field Detail
-
x
protected PitchAndQuantityCT x
-
y
protected PitchAndQuantityCT y
-
z
protected PitchAndQuantityCT z
-
-
Method Detail
-
getX
public PitchAndQuantityCT getX()
Gets the value of the x property.- Returns:
- possible object is
PitchAndQuantityCT
-
setX
public void setX(PitchAndQuantityCT value)
Sets the value of the x property.- Parameters:
value
- allowed object isPitchAndQuantityCT
-
getY
public PitchAndQuantityCT getY()
Gets the value of the y property.- Returns:
- possible object is
PitchAndQuantityCT
-
setY
public void setY(PitchAndQuantityCT value)
Sets the value of the y property.- Parameters:
value
- allowed object isPitchAndQuantityCT
-
getZ
public PitchAndQuantityCT getZ()
Gets the value of the z property.- Returns:
- possible object is
PitchAndQuantityCT
-
setZ
public void setZ(PitchAndQuantityCT value)
Sets the value of the z property.- Parameters:
value
- allowed object isPitchAndQuantityCT
-
-