public class XmlConfiguration extends 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 name="element" type="{http://textgrid.info/import}ElementSpec" maxOccurs="unbounded" minOccurs="0"/> <element name="processingInstruction" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <extension base="{http://textgrid.info/import}NodeRewriteSpec"> </extension> </complexContent> </complexType> </element> <element name="any-element" type="{http://textgrid.info/import}ElementSpec" minOccurs="0"/> </sequence> <attribute ref="{http://www.w3.org/XML/1998/namespace}id use="required""/> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
XmlConfiguration.ProcessingInstruction
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected ElementSpec |
anyElement |
protected String |
description |
protected List<ElementSpec> |
element |
protected String |
id |
protected List<XmlConfiguration.ProcessingInstruction> |
processingInstruction |
Constructor and Description |
---|
XmlConfiguration() |
Modifier and Type | Method and Description |
---|---|
ElementSpec |
getAnyElement()
Gets the value of the anyElement property.
|
String |
getDescription()
Gets the value of the description property.
|
List<ElementSpec> |
getElement()
Gets the value of the element property.
|
String |
getId()
Gets the value of the id property.
|
List<XmlConfiguration.ProcessingInstruction> |
getProcessingInstruction()
Gets the value of the processingInstruction property.
|
void |
setAnyElement(ElementSpec value)
Sets the value of the anyElement property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
protected List<ElementSpec> element
protected List<XmlConfiguration.ProcessingInstruction> processingInstruction
protected ElementSpec anyElement
protected String id
protected String description
public List<ElementSpec> getElement()
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 element property.
For example, to add a new item, do as follows:
getElement().add(newItem);
Objects of the following type(s) are allowed in the list
ElementSpec
public List<XmlConfiguration.ProcessingInstruction> getProcessingInstruction()
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 processingInstruction property.
For example, to add a new item, do as follows:
getProcessingInstruction().add(newItem);
Objects of the following type(s) are allowed in the list
XmlConfiguration.ProcessingInstruction
public ElementSpec getAnyElement()
ElementSpec
public void setAnyElement(ElementSpec value)
value
- allowed object is
ElementSpec
public void setId(String value)
value
- allowed object is
String
public String getDescription()
String
Copyright © 2018 TextGrid. All rights reserved.