public static class LocalizationType.References.Reference 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="Index" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> <element name="EventRef" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
eventRef |
protected BigInteger |
index |
Constructor and Description |
---|
Reference() |
Modifier and Type | Method and Description |
---|---|
String |
getEventRef()
Gets the value of the eventRef property.
|
BigInteger |
getIndex()
Gets the value of the index property.
|
void |
setEventRef(String value)
Sets the value of the eventRef property.
|
void |
setIndex(BigInteger value)
Sets the value of the index property.
|
protected BigInteger index
protected String eventRef
public BigInteger getIndex()
BigInteger
public void setIndex(BigInteger value)
value
- allowed object is
BigInteger
public String getEventRef()
String
Copyright © 2020 Tethys. All rights reserved.