Class Vstream

java.lang.Object
org.docx4j.docProps.variantTypes.Vstream

public class Vstream
extends java.lang.Object

Java class for CT_Vstream complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_Vstream">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
       <attribute name="version" type="{http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes}ST_Clsid" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected byte[] value  
    protected java.lang.String version  
  • Constructor Summary

    Constructors
    Constructor Description
    Vstream()  
  • Method Summary

    Modifier and Type Method Description
    byte[] getValue()
    Gets the value of the value property.
    java.lang.String getVersion()
    Gets the value of the version property.
    void setValue​(byte[] value)
    Sets the value of the value property.
    void setVersion​(java.lang.String value)
    Sets the value of the version property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • value

      protected byte[] value
    • version

      protected java.lang.String version
  • Constructor Details

    • Vstream

      public Vstream()
  • Method Details

    • getValue

      public byte[] getValue()
      Gets the value of the value property.
      Returns:
      possible object is byte[]
    • setValue

      public void setValue​(byte[] value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is byte[]
    • getVersion

      public java.lang.String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion​(java.lang.String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String