public class Vstream extends 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>
Modifier and Type | Field and Description |
---|---|
protected byte[] |
value |
protected String |
version |
Constructor and Description |
---|
Vstream() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getValue()
Gets the value of the value property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setValue(byte[] value)
Sets the value of the value property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected byte[] value
protected String version
public byte[] getValue()
public void setValue(byte[] value)
value
- allowed object is
byte[]public String getVersion()
String
Copyright © 2007-2019. All Rights Reserved.