info.textgrid._import
Class XmlConfiguration

java.lang.Object
  extended by info.textgrid._import.XmlConfiguration

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>
 


Nested Class Summary
Modifier and Type Class and Description
static class XmlConfiguration.ProcessingInstruction
          Java class for anonymous complex type.
 
Field Summary
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 Summary
Constructor and Description
XmlConfiguration()
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

element

protected List<ElementSpec> element

processingInstruction

protected List<XmlConfiguration.ProcessingInstruction> processingInstruction

anyElement

protected ElementSpec anyElement

id

protected String id

description

protected String description
Constructor Detail

XmlConfiguration

public XmlConfiguration()
Method Detail

getElement

public List<ElementSpec> getElement()
Gets the value of the element 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 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


getProcessingInstruction

public List<XmlConfiguration.ProcessingInstruction> getProcessingInstruction()
Gets the value of the processingInstruction 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 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


getAnyElement

public ElementSpec getAnyElement()
Gets the value of the anyElement property.

Returns:
possible object is ElementSpec

setAnyElement

public void setAnyElement(ElementSpec value)
Sets the value of the anyElement property.

Parameters:
value - allowed object is ElementSpec

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String


Copyright © 2012 TextGrid. All Rights Reserved.