public static class Abbreviations.Map 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="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>
Modifier and Type | Class and Description |
---|---|
static class |
Abbreviations.Map.Completename
Java class for anonymous complex type.
|
static class |
Abbreviations.Map.Tsn
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
coding |
protected Abbreviations.Map.Completename |
completename |
protected Abbreviations.Map.Tsn |
tsn |
Constructor and Description |
---|
Map() |
Modifier and Type | Method and Description |
---|---|
String |
getCoding()
Gets the value of the coding property.
|
Abbreviations.Map.Completename |
getCompletename()
Gets the value of the completename property.
|
Abbreviations.Map.Tsn |
getTsn()
Gets the value of the tsn property.
|
void |
setCoding(String value)
Sets the value of the coding property.
|
void |
setCompletename(Abbreviations.Map.Completename value)
Sets the value of the completename property.
|
void |
setTsn(Abbreviations.Map.Tsn value)
Sets the value of the tsn property.
|
protected Abbreviations.Map.Completename completename
protected Abbreviations.Map.Tsn tsn
protected String coding
public Abbreviations.Map.Completename getCompletename()
Abbreviations.Map.Completename
public void setCompletename(Abbreviations.Map.Completename value)
value
- allowed object is
Abbreviations.Map.Completename
public Abbreviations.Map.Tsn getTsn()
Abbreviations.Map.Tsn
public void setTsn(Abbreviations.Map.Tsn value)
value
- allowed object is
Abbreviations.Map.Tsn
public String getCoding()
String
Copyright © 2024 Tethys. All rights reserved.