info.textgrid._import
Class ImportSpec

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

public class ImportSpec
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 ref="{http://textgrid.info/import}importObject" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://textgrid.info/import}xmlConfiguration" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://textgrid.info/import}revisionPolicy" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
Modifier and Type Field and Description
protected  List<ImportObject> importObject
           
protected  RevisionPolicy revisionPolicy
           
protected  List<XmlConfiguration> xmlConfiguration
           
 
Constructor Summary
Constructor and Description
ImportSpec()
           
 
Method Summary
Modifier and Type Method and Description
 List<ImportObject> getImportObject()
          Gets the value of the importObject property.
 RevisionPolicy getRevisionPolicy()
          Gets the value of the revisionPolicy property.
 List<XmlConfiguration> getXmlConfiguration()
          Gets the value of the xmlConfiguration property.
 void setRevisionPolicy(RevisionPolicy value)
          Sets the value of the revisionPolicy property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

importObject

protected List<ImportObject> importObject

xmlConfiguration

protected List<XmlConfiguration> xmlConfiguration

revisionPolicy

protected RevisionPolicy revisionPolicy
Constructor Detail

ImportSpec

public ImportSpec()
Method Detail

getImportObject

public List<ImportObject> getImportObject()
Gets the value of the importObject 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 importObject property.

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

    getImportObject().add(newItem);
 

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


getXmlConfiguration

public List<XmlConfiguration> getXmlConfiguration()
Gets the value of the xmlConfiguration 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 xmlConfiguration property.

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

    getXmlConfiguration().add(newItem);
 

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


getRevisionPolicy

public RevisionPolicy getRevisionPolicy()
Gets the value of the revisionPolicy property.

Returns:
possible object is RevisionPolicy

setRevisionPolicy

public void setRevisionPolicy(RevisionPolicy value)
Sets the value of the revisionPolicy property.

Parameters:
value - allowed object is RevisionPolicy


Copyright © 2012 TextGrid. All Rights Reserved.