|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.textgrid._import.ImportObject
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String textgridUri
protected String localData
protected String localMetadata
protected RewriteMethod rewriteMethod
protected String rewriteConfig
Constructor Detail |
---|
public ImportObject()
Method Detail |
---|
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
public void setRewriteConfig(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |