public class Abbreviations 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="Name"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <whiteSpace value="collapse"/> </restriction> </simpleType> </element> <element name="Map" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="completename"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>token"> <attribute name="Group" type="{http://www.w3.org/2001/XMLSchema}token" /> </extension> </simpleContent> </complexType> </element> <element name="tsn" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>integer"> <attribute name="group" type="{http://www.w3.org/2001/XMLSchema}token" /> </extension> </simpleContent> </complexType> </element> <element name="coding" type="{http://www.w3.org/2001/XMLSchema}token"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Abbreviations.Map
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Abbreviations.Map> |
map |
protected String |
name |
Constructor and Description |
---|
Abbreviations() |
Modifier and Type | Method and Description |
---|---|
List<Abbreviations.Map> |
getMap()
Gets the value of the map property.
|
String |
getName()
Gets the value of the name property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected List<Abbreviations.Map> map
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public List<Abbreviations.Map> getMap()
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 map property.
For example, to add a new item, do as follows:
getMap().add(newItem);
Objects of the following type(s) are allowed in the list
Abbreviations.Map
Copyright © 2024 Tethys. All rights reserved.