Class Template

java.lang.Object
net.ihe.gazelle.com.templates.Template
All Implemented Interfaces:
Serializable

public class Template extends Object implements Serializable

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="{}templateId" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}Template" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="validation" type="{http://www.w3.org/2001/XMLSchema}string" default="Report" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • validation

      protected String validation
    • type

      protected String type
    • location

      protected String location
  • Constructor Details

    • Template

      public Template()
  • Method Details

    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • getTemplateId

      public List<TemplateId> getTemplateId()
      Gets the value of the templateId 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 templateId property.

      For example, to add a new item, do as follows:

          getTemplateId().add(newItem);
       

      Objects of the following type(s) are allowed in the list TemplateId

      Returns:
      the list of TemlateId
    • getTemplate

      public List<Template> getTemplate()
      Gets the value of the template 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 template property.

      For example, to add a new item, do as follows:

          getTemplate().add(newItem);
       

      Objects of the following type(s) are allowed in the list Template

      Returns:
      List of Template
    • getValidation

      public String getValidation()
      Gets the value of the validation property.
      Returns:
      possible object is String
    • setValidation

      public void setValidation(String value)
      Sets the value of the validation property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String