Package gen.core.tmx14
Class Ude
- java.lang.Object
-
- gen.core.tmx14.Ude
-
public class Ude extends java.lang.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 ref="{}map" maxOccurs="unbounded"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="base" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Ude()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBase()
Gets the value of the base property.java.util.List<Map>
getMap()
Gets the value of the map property.java.lang.String
getName()
Gets the value of the name property.void
setBase(java.lang.String value)
Sets the value of the base property.void
setName(java.lang.String value)
Sets the value of the name property.
-
-
-
Method Detail
-
getMap
public java.util.List<Map> getMap()
Gets the value of the map property.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
Map
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getBase
public java.lang.String getBase()
Gets the value of the base property.- Returns:
- possible object is
String
-
setBase
public void setBase(java.lang.String value)
Sets the value of the base property.- Parameters:
value
- allowed object isString
-
-