org.citygml4j.jaxb.gml._3_1_1
Class CovarianceElementType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.CovarianceElementType

public class CovarianceElementType
extends java.lang.Object

An element of a covariance matrix.

Java class for CovarianceElementType complex type.

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

 <complexType name="CovarianceElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}rowIndex"/>
         <element ref="{http://www.opengis.net/gml}columnIndex"/>
         <element ref="{http://www.opengis.net/gml}covariance"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
CovarianceElementType()
           
 
Method Summary
 java.math.BigInteger getColumnIndex()
          Gets the value of the columnIndex property.
 double getCovariance()
          Gets the value of the covariance property.
 java.math.BigInteger getRowIndex()
          Gets the value of the rowIndex property.
 boolean isSetColumnIndex()
           
 boolean isSetCovariance()
           
 boolean isSetRowIndex()
           
 void setColumnIndex(java.math.BigInteger value)
          Sets the value of the columnIndex property.
 void setCovariance(double value)
          Sets the value of the covariance property.
 void setRowIndex(java.math.BigInteger value)
          Sets the value of the rowIndex property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CovarianceElementType

public CovarianceElementType()
Method Detail

getRowIndex

public java.math.BigInteger getRowIndex()
Gets the value of the rowIndex property.

Returns:
possible object is BigInteger

setRowIndex

public void setRowIndex(java.math.BigInteger value)
Sets the value of the rowIndex property.

Parameters:
value - allowed object is BigInteger

isSetRowIndex

public boolean isSetRowIndex()

getColumnIndex

public java.math.BigInteger getColumnIndex()
Gets the value of the columnIndex property.

Returns:
possible object is BigInteger

setColumnIndex

public void setColumnIndex(java.math.BigInteger value)
Sets the value of the columnIndex property.

Parameters:
value - allowed object is BigInteger

isSetColumnIndex

public boolean isSetColumnIndex()

getCovariance

public double getCovariance()
Gets the value of the covariance property.


setCovariance

public void setCovariance(double value)
Sets the value of the covariance property.


isSetCovariance

public boolean isSetCovariance()