public class ImportObject 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"> <attribute name="textgrid-uri" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="local-data" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="local-metadata" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="rewrite-method" type="{http://textgrid.info/import}RewriteMethod" default="none" /> <attribute name="rewrite-config" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
localData |
protected String |
localMetadata |
protected String |
rewriteConfig |
protected RewriteMethod |
rewriteMethod |
protected String |
textgridUri |
Constructor and Description |
---|
ImportObject() |
Modifier and Type | Method and Description |
---|---|
String |
getLocalData()
Gets the value of the localData property.
|
String |
getLocalMetadata()
Gets the value of the localMetadata property.
|
String |
getRewriteConfig()
Gets the value of the rewriteConfig property.
|
RewriteMethod |
getRewriteMethod()
Gets the value of the rewriteMethod property.
|
String |
getTextgridUri()
Gets the value of the textgridUri property.
|
void |
setLocalData(String value)
Sets the value of the localData property.
|
void |
setLocalMetadata(String value)
Sets the value of the localMetadata property.
|
void |
setRewriteConfig(String value)
Sets the value of the rewriteConfig property.
|
void |
setRewriteMethod(RewriteMethod value)
Sets the value of the rewriteMethod property.
|
void |
setTextgridUri(String value)
Sets the value of the textgridUri property.
|
protected String textgridUri
protected String localData
protected String localMetadata
protected RewriteMethod rewriteMethod
protected String rewriteConfig
public String getTextgridUri()
String
public void setTextgridUri(String value)
value
- allowed object is
String
public String getLocalData()
String
public void setLocalData(String value)
value
- allowed object is
String
public String getLocalMetadata()
String
public void setLocalMetadata(String value)
value
- allowed object is
String
public RewriteMethod getRewriteMethod()
RewriteMethod
public void setRewriteMethod(RewriteMethod value)
value
- allowed object is
RewriteMethod
public String getRewriteConfig()
String
Copyright © 2014 TextGrid. All Rights Reserved.