public class VernacularType extends Object
Java class for vernacularType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="vernacularType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>token">
<attribute name="language" type="{http://www.w3.org/2001/XMLSchema}token" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
VernacularType.Name
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<VernacularType.Name> |
name |
| Constructor and Description |
|---|
VernacularType() |
| Modifier and Type | Method and Description |
|---|---|
List<VernacularType.Name> |
getName()
Gets the value of the name property.
|
protected List<VernacularType.Name> name
public List<VernacularType.Name> getName()
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 name property.
For example, to add a new item, do as follows:
getName().add(newItem);
Objects of the following type(s) are allowed in the list
VernacularType.Name
Copyright © 2024 Tethys. All rights reserved.