public static class Localize.Effort.ReferencedDocuments.Document 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="Type"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Detections"/> <enumeration value="Localizations"/> </restriction> </simpleType> </element> <element name="Id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Index" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected BigInteger |
index |
protected String |
type |
Constructor and Description |
---|
Document() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
BigInteger |
getIndex()
Gets the value of the index property.
|
String |
getType()
Gets the value of the type property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIndex(BigInteger value)
Sets the value of the index property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String type
protected String id
protected BigInteger index
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public BigInteger getIndex()
BigInteger
public void setIndex(BigInteger value)
value
- allowed object is
BigInteger
Copyright © 2024 Tethys. All rights reserved.