info.textgrid._import
Class ImportObject

java.lang.Object
  extended by info.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>
 


Field Summary
Modifier and Type Field and Description
protected  String localData
           
protected  String localMetadata
           
protected  String rewriteConfig
           
protected  RewriteMethod rewriteMethod
           
protected  String textgridUri
           
 
Constructor Summary
Constructor and Description
ImportObject()
           
 
Method Summary
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

textgridUri

protected String textgridUri

localData

protected String localData

localMetadata

protected String localMetadata

rewriteMethod

protected RewriteMethod rewriteMethod

rewriteConfig

protected String rewriteConfig
Constructor Detail

ImportObject

public ImportObject()
Method Detail

getTextgridUri

public String getTextgridUri()
Gets the value of the textgridUri property.

Returns:
possible object is String

setTextgridUri

public void setTextgridUri(String value)
Sets the value of the textgridUri property.

Parameters:
value - allowed object is String

getLocalData

public String getLocalData()
Gets the value of the localData property.

Returns:
possible object is String

setLocalData

public void setLocalData(String value)
Sets the value of the localData property.

Parameters:
value - allowed object is String

getLocalMetadata

public String getLocalMetadata()
Gets the value of the localMetadata property.

Returns:
possible object is String

setLocalMetadata

public void setLocalMetadata(String value)
Sets the value of the localMetadata property.

Parameters:
value - allowed object is String

getRewriteMethod

public RewriteMethod getRewriteMethod()
Gets the value of the rewriteMethod property.

Returns:
possible object is RewriteMethod

setRewriteMethod

public void setRewriteMethod(RewriteMethod value)
Sets the value of the rewriteMethod property.

Parameters:
value - allowed object is RewriteMethod

getRewriteConfig

public String getRewriteConfig()
Gets the value of the rewriteConfig property.

Returns:
possible object is String

setRewriteConfig

public void setRewriteConfig(String value)
Sets the value of the rewriteConfig property.

Parameters:
value - allowed object is String


Copyright © 2012 TextGrid. All Rights Reserved.