public static class NIWCCorrelationData.Correlation 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="Primary" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> <element name="Secondary" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> <element name="Correlations" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
correlations |
protected BigInteger |
primary |
protected BigInteger |
secondary |
Constructor and Description |
---|
Correlation() |
Modifier and Type | Method and Description |
---|---|
String |
getCorrelations()
Gets the value of the correlations property.
|
BigInteger |
getPrimary()
Gets the value of the primary property.
|
BigInteger |
getSecondary()
Gets the value of the secondary property.
|
void |
setCorrelations(String value)
Sets the value of the correlations property.
|
void |
setPrimary(BigInteger value)
Sets the value of the primary property.
|
void |
setSecondary(BigInteger value)
Sets the value of the secondary property.
|
protected BigInteger primary
protected BigInteger secondary
protected String correlations
public BigInteger getPrimary()
BigInteger
public void setPrimary(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getSecondary()
BigInteger
public void setSecondary(BigInteger value)
value
- allowed object is
BigInteger
public String getCorrelations()
String
Copyright © 2024 Tethys. All rights reserved.