public class NIWCCorrelationData extends Object
Java class for NIWC_CorrelationData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NIWC_CorrelationData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="Correlation">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
NIWCCorrelationData.Correlation
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<NIWCCorrelationData.Correlation> |
correlation |
| Constructor and Description |
|---|
NIWCCorrelationData() |
| Modifier and Type | Method and Description |
|---|---|
List<NIWCCorrelationData.Correlation> |
getCorrelation()
Gets the value of the correlation property.
|
protected List<NIWCCorrelationData.Correlation> correlation
public List<NIWCCorrelationData.Correlation> getCorrelation()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the correlation property.
For example, to add a new item, do as follows:
getCorrelation().add(newItem);
Objects of the following type(s) are allowed in the list
NIWCCorrelationData.Correlation
Copyright © 2024 Tethys. All rights reserved.