au.net.electronichealth.ns.tplt.xsd.common.templatescoreelements._1
Class TemplateMetadataType
java.lang.Object
au.net.electronichealth.ns.tplt.xsd.common.templatescoreelements._1.TemplateMetadataType
public class TemplateMetadataType
- extends java.lang.Object
Java class for templateMetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="templateMetadataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="metadata" maxOccurs="300">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="50"/>
</restriction>
</simpleType>
</element>
<element name="value">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
metadatas
protected java.util.List<TemplateMetadataType.Metadata> metadatas
TemplateMetadataType
public TemplateMetadataType()
getMetadatas
public java.util.List<TemplateMetadataType.Metadata> getMetadatas()
- Gets the value of the metadatas 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 metadatas property.
For example, to add a new item, do as follows:
getMetadatas().add(newItem);
Objects of the following type(s) are allowed in the list
TemplateMetadataType.Metadata