@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:21:38+01:00", comments="JAXB RI v2.3.7") public class MetaType extends Object implements Serializable
Java class for MetaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="250"/>
</restriction>
</simpleType>
</element>
<element name="Value" maxOccurs="unbounded">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="250"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MetaType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Gets the value of the type property.
|
List<String> |
getValues()
Gets the value of the values property.
|
void |
setType(String value)
Sets the value of the type property.
|
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic List<String> getValues()
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 values property.
For example, to add a new item, do as follows:
getValues().add(newItem);
Objects of the following type(s) are allowed in the list
String
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.