info.textgrid._import
Class RevisionPolicy

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

public class RevisionPolicy
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="import" type="{http://textgrid.info/import}RevisionPolicyType" default="latest" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
Modifier and Type Field and Description
protected  RevisionPolicyType _import
           
 
Constructor Summary
Constructor and Description
RevisionPolicy()
           
 
Method Summary
Modifier and Type Method and Description
 RevisionPolicyType getImport()
          Gets the value of the import property.
 void setImport(RevisionPolicyType value)
          Sets the value of the import property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_import

protected RevisionPolicyType _import
Constructor Detail

RevisionPolicy

public RevisionPolicy()
Method Detail

getImport

public RevisionPolicyType getImport()
Gets the value of the import property.

Returns:
possible object is RevisionPolicyType

setImport

public void setImport(RevisionPolicyType value)
Sets the value of the import property.

Parameters:
value - allowed object is RevisionPolicyType


Copyright © 2012 TextGrid. All Rights Reserved.