Skip navigation links

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

E12907-02


oracle.irm.engine.types.core.general
Class ProductVersion

java.lang.Object
  extended by oracle.irm.engine.types.core.general.ProductVersion

All Implemented Interfaces:
Serializable

public class ProductVersion
extends Object
implements Serializable

Product Version type. The Oracle format for product versions, also including an IRM specific build number.

XML Serialization

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

<?xml version="1.0" encoding="UTF-8"?>
<core:ProductVersion xmlns:core="http://xmlns.oracle.com/irm/core">
    <version>6.5.4.3.2</version>
</core:ProductVersion>

See Also:
Serialized Form

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

 

Method Summary
 String getVersion()
          The version string.
 void setVersion(String value)
          The version string.

 

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

 

Constructor Detail

ProductVersion

public ProductVersion()
No argument constructor.

ProductVersion

public ProductVersion(String version)
Constructor.

Method Detail

getVersion

public String getVersion()
The version string. e.g. 11.1.1.0.0.
Returns:
the value of the property.

setVersion

public void setVersion(String value)
The version string. e.g. 11.1.1.0.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-02


Copyright © 2010, Oracle. All rights reserved.