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"/> <element name="TimeReferenceChannel" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> <element name="Reference"> <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 LocalizationType.References.Reference |
reference |
protected BigInteger |
timeReferenceChannel |
protected BigInteger |
timeReferenceEnsembleUnit |
Constructor and Description |
---|
References() |
Modifier and Type | Method and Description |
---|---|
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 |
setReference(LocalizationType.References.Reference value)
Sets the value of the reference 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 LocalizationType.References.Reference reference
public BigInteger getTimeReferenceEnsembleUnit()
BigInteger
public void setTimeReferenceEnsembleUnit(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getTimeReferenceChannel()
BigInteger
public void setTimeReferenceChannel(BigInteger value)
value
- allowed object is
BigInteger
public LocalizationType.References.Reference getReference()
LocalizationType.References.Reference
public void setReference(LocalizationType.References.Reference value)
value
- allowed object is
LocalizationType.References.Reference
Copyright © 2020 Tethys. All rights reserved.