public static class Localize.Effort.ReferencedDocuments 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 maxOccurs="unbounded">
<element name="Document">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Localize.Effort.ReferencedDocuments.Document
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Localize.Effort.ReferencedDocuments.Document> |
document |
| Constructor and Description |
|---|
ReferencedDocuments() |
| Modifier and Type | Method and Description |
|---|---|
List<Localize.Effort.ReferencedDocuments.Document> |
getDocument()
Gets the value of the document property.
|
protected List<Localize.Effort.ReferencedDocuments.Document> document
public List<Localize.Effort.ReferencedDocuments.Document> getDocument()
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 document property.
For example, to add a new item, do as follows:
getDocument().add(newItem);
Objects of the following type(s) are allowed in the list
Localize.Effort.ReferencedDocuments.Document
Copyright © 2024 Tethys. All rights reserved.