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>
Modifier and Type | Field and Description |
---|---|
protected RevisionPolicyType |
_import |
Constructor and Description |
---|
RevisionPolicy() |
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.
|
protected RevisionPolicyType _import
public RevisionPolicyType getImport()
RevisionPolicyType
public void setImport(RevisionPolicyType value)
value
- allowed object is
RevisionPolicyType
Copyright © 2018 TextGrid. All rights reserved.