|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.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>
Modifier and Type | Field and Description |
---|---|
protected List<ImportObject> |
importObject
|
protected RevisionPolicy |
revisionPolicy
|
protected List<XmlConfiguration> |
xmlConfiguration
|
Constructor and Description |
---|
ImportSpec()
|
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 |
---|
protected List<ImportObject> importObject
protected List<XmlConfiguration> xmlConfiguration
protected RevisionPolicy revisionPolicy
Constructor Detail |
---|
public ImportSpec()
Method Detail |
---|
public List<ImportObject> getImportObject()
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
public List<XmlConfiguration> getXmlConfiguration()
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
public RevisionPolicy getRevisionPolicy()
RevisionPolicy
public void setRevisionPolicy(RevisionPolicy value)
value
- allowed object is
RevisionPolicy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |