Class Template
- All Implemented Interfaces:
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the template property.Gets the value of the templateId property.getType()
Gets the value of the type property.Gets the value of the validation property.void
setLocation
(String location) void
Sets the value of the type property.void
setValidation
(String value) Sets the value of the validation property.
-
Field Details
-
validation
-
type
-
location
-
-
Constructor Details
-
Template
public Template()
-
-
Method Details
-
getLocation
-
setLocation
-
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
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
Gets the value of the validation property.- Returns:
- possible object is
String
-
setValidation
Sets the value of the validation property.- Parameters:
value
- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-