Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


oracle.irm.engine.types.content.schema
Class SchemaVersion

java.lang.Object
  extended by oracle.irm.engine.types.content.schema.SchemaVersion

All Implemented Interfaces:
Serializable

public class SchemaVersion
extends Object
implements Serializable

Schema Version type. A version numbering scheme for a ContentSchema.

XML Serialization

Schema Version instances can be serialized as an XML document. This XML document can also be used to recreate a Schema Version object. The following XML document shows an example Schema Version in XML form.

<?xml version="1.0" encoding="UTF-8"?>
<content:SchemaVersion xmlns:content="http://xmlns.oracle.com/irm/content">
    <version>6.0</version>
</content:SchemaVersion>

See Also:
Serialized Form

Constructor Summary
SchemaVersion()
          No argument constructor.
SchemaVersion(String version)
          Constructor.

 

Method Summary
 String getVersion()
          Version string.
 void setVersion(String value)
          Version string.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SchemaVersion

public SchemaVersion()
No argument constructor.

SchemaVersion

public SchemaVersion(String version)
Constructor.

Method Detail

getVersion

public String getVersion()
Version string. e.g. 6.0
Returns:
the value of the property.

setVersion

public void setVersion(String value)
Version string. e.g. 6.0
Parameters:
value - the new value for the property.

Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Copyright © 2011, Oracle. All rights reserved.