public static class LocalizationType.References 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="TimeReferenceEnsembleUnit" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="TimeReferenceChannel" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="Reference" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Index" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element name="EventRef" 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 |
LocalizationType.References.Reference
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<LocalizationType.References.Reference> |
reference |
protected BigInteger |
timeReferenceChannel |
protected BigInteger |
timeReferenceEnsembleUnit |
| Constructor and Description |
|---|
References() |
| Modifier and Type | Method and Description |
|---|---|
List<LocalizationType.References.Reference> |
getReference()
Gets the value of the reference property.
|
BigInteger |
getTimeReferenceChannel()
Gets the value of the timeReferenceChannel property.
|
BigInteger |
getTimeReferenceEnsembleUnit()
Gets the value of the timeReferenceEnsembleUnit property.
|
void |
setTimeReferenceChannel(BigInteger value)
Sets the value of the timeReferenceChannel property.
|
void |
setTimeReferenceEnsembleUnit(BigInteger value)
Sets the value of the timeReferenceEnsembleUnit property.
|
protected BigInteger timeReferenceEnsembleUnit
protected BigInteger timeReferenceChannel
protected List<LocalizationType.References.Reference> reference
public BigInteger getTimeReferenceEnsembleUnit()
BigIntegerpublic void setTimeReferenceEnsembleUnit(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getTimeReferenceChannel()
BigIntegerpublic void setTimeReferenceChannel(BigInteger value)
value - allowed object is
BigIntegerpublic List<LocalizationType.References.Reference> getReference()
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 reference property.
For example, to add a new item, do as follows:
getReference().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizationType.References.Reference
Copyright © 2024 Tethys. All rights reserved.