Interface CTProperty
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTProperty extends XmlObject
An XML CT_Property(@http://schemas.openxmlformats.org/officeDocument/2006/custom-properties). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTProperty.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTArray
addNewArray()
Appends and returns a new empty "array" elementCTCf
addNewCf()
Appends and returns a new empty "cf" elementCTEmpty
addNewEmpty()
Appends and returns a new empty "empty" elementCTNull
addNewNull()
Appends and returns a new empty "null" elementCTVector
addNewVector()
Appends and returns a new empty "vector" elementCTVstream
addNewVstream()
Appends and returns a new empty "vstream" elementCTArray
getArray()
Gets the "array" elementbyte[]
getBlob()
Gets the "blob" elementboolean
getBool()
Gets the "bool" elementjava.lang.String
getBstr()
Gets the "bstr" elementCTCf
getCf()
Gets the "cf" elementjava.lang.String
getClsid()
Gets the "clsid" elementjava.lang.String
getCy()
Gets the "cy" elementjava.util.Calendar
getDate()
Gets the "date" elementjava.math.BigDecimal
getDecimal()
Gets the "decimal" elementCTEmpty
getEmpty()
Gets the "empty" elementjava.lang.String
getError()
Gets the "error" elementjava.util.Calendar
getFiletime()
Gets the "filetime" elementjava.lang.String
getFmtid()
Gets the "fmtid" attributebyte
getI1()
Gets the "i1" elementshort
getI2()
Gets the "i2" elementint
getI4()
Gets the "i4" elementlong
getI8()
Gets the "i8" elementint
getInt()
Gets the "int" elementjava.lang.String
getLinkTarget()
Gets the "linkTarget" attributejava.lang.String
getLpstr()
Gets the "lpstr" elementjava.lang.String
getLpwstr()
Gets the "lpwstr" elementjava.lang.String
getName()
Gets the "name" attributeCTNull
getNull()
Gets the "null" elementbyte[]
getOblob()
Gets the "oblob" elementbyte[]
getOstorage()
Gets the "ostorage" elementbyte[]
getOstream()
Gets the "ostream" elementint
getPid()
Gets the "pid" attributefloat
getR4()
Gets the "r4" elementdouble
getR8()
Gets the "r8" elementbyte[]
getStorage()
Gets the "storage" elementbyte[]
getStream()
Gets the "stream" elementshort
getUi1()
Gets the "ui1" elementint
getUi2()
Gets the "ui2" elementlong
getUi4()
Gets the "ui4" elementjava.math.BigInteger
getUi8()
Gets the "ui8" elementlong
getUint()
Gets the "uint" elementCTVector
getVector()
Gets the "vector" elementCTVstream
getVstream()
Gets the "vstream" elementboolean
isSetArray()
True if has "array" elementboolean
isSetBlob()
True if has "blob" elementboolean
isSetBool()
True if has "bool" elementboolean
isSetBstr()
True if has "bstr" elementboolean
isSetCf()
True if has "cf" elementboolean
isSetClsid()
True if has "clsid" elementboolean
isSetCy()
True if has "cy" elementboolean
isSetDate()
True if has "date" elementboolean
isSetDecimal()
True if has "decimal" elementboolean
isSetEmpty()
True if has "empty" elementboolean
isSetError()
True if has "error" elementboolean
isSetFiletime()
True if has "filetime" elementboolean
isSetI1()
True if has "i1" elementboolean
isSetI2()
True if has "i2" elementboolean
isSetI4()
True if has "i4" elementboolean
isSetI8()
True if has "i8" elementboolean
isSetInt()
True if has "int" elementboolean
isSetLinkTarget()
True if has "linkTarget" attributeboolean
isSetLpstr()
True if has "lpstr" elementboolean
isSetLpwstr()
True if has "lpwstr" elementboolean
isSetName()
True if has "name" attributeboolean
isSetNull()
True if has "null" elementboolean
isSetOblob()
True if has "oblob" elementboolean
isSetOstorage()
True if has "ostorage" elementboolean
isSetOstream()
True if has "ostream" elementboolean
isSetR4()
True if has "r4" elementboolean
isSetR8()
True if has "r8" elementboolean
isSetStorage()
True if has "storage" elementboolean
isSetStream()
True if has "stream" elementboolean
isSetUi1()
True if has "ui1" elementboolean
isSetUi2()
True if has "ui2" elementboolean
isSetUi4()
True if has "ui4" elementboolean
isSetUi8()
True if has "ui8" elementboolean
isSetUint()
True if has "uint" elementboolean
isSetVector()
True if has "vector" elementboolean
isSetVstream()
True if has "vstream" elementvoid
setArray(CTArray array)
Sets the "array" elementvoid
setBlob(byte[] blob)
Sets the "blob" elementvoid
setBool(boolean bool)
Sets the "bool" elementvoid
setBstr(java.lang.String bstr)
Sets the "bstr" elementvoid
setCf(CTCf cf)
Sets the "cf" elementvoid
setClsid(java.lang.String clsid)
Sets the "clsid" elementvoid
setCy(java.lang.String cy)
Sets the "cy" elementvoid
setDate(java.util.Calendar date)
Sets the "date" elementvoid
setDecimal(java.math.BigDecimal decimal)
Sets the "decimal" elementvoid
setEmpty(CTEmpty empty)
Sets the "empty" elementvoid
setError(java.lang.String error)
Sets the "error" elementvoid
setFiletime(java.util.Calendar filetime)
Sets the "filetime" elementvoid
setFmtid(java.lang.String fmtid)
Sets the "fmtid" attributevoid
setI1(byte i1)
Sets the "i1" elementvoid
setI2(short i2)
Sets the "i2" elementvoid
setI4(int i4)
Sets the "i4" elementvoid
setI8(long i8)
Sets the "i8" elementvoid
setInt(int xint)
Sets the "int" elementvoid
setLinkTarget(java.lang.String linkTarget)
Sets the "linkTarget" attributevoid
setLpstr(java.lang.String lpstr)
Sets the "lpstr" elementvoid
setLpwstr(java.lang.String lpwstr)
Sets the "lpwstr" elementvoid
setName(java.lang.String name)
Sets the "name" attributevoid
setNull(CTNull xnull)
Sets the "null" elementvoid
setOblob(byte[] oblob)
Sets the "oblob" elementvoid
setOstorage(byte[] ostorage)
Sets the "ostorage" elementvoid
setOstream(byte[] ostream)
Sets the "ostream" elementvoid
setPid(int pid)
Sets the "pid" attributevoid
setR4(float r4)
Sets the "r4" elementvoid
setR8(double r8)
Sets the "r8" elementvoid
setStorage(byte[] storage)
Sets the "storage" elementvoid
setStream(byte[] stream)
Sets the "stream" elementvoid
setUi1(short ui1)
Sets the "ui1" elementvoid
setUi2(int ui2)
Sets the "ui2" elementvoid
setUi4(long ui4)
Sets the "ui4" elementvoid
setUi8(java.math.BigInteger ui8)
Sets the "ui8" elementvoid
setUint(long uint)
Sets the "uint" elementvoid
setVector(CTVector vector)
Sets the "vector" elementvoid
setVstream(CTVstream vstream)
Sets the "vstream" elementvoid
unsetArray()
Unsets the "array" elementvoid
unsetBlob()
Unsets the "blob" elementvoid
unsetBool()
Unsets the "bool" elementvoid
unsetBstr()
Unsets the "bstr" elementvoid
unsetCf()
Unsets the "cf" elementvoid
unsetClsid()
Unsets the "clsid" elementvoid
unsetCy()
Unsets the "cy" elementvoid
unsetDate()
Unsets the "date" elementvoid
unsetDecimal()
Unsets the "decimal" elementvoid
unsetEmpty()
Unsets the "empty" elementvoid
unsetError()
Unsets the "error" elementvoid
unsetFiletime()
Unsets the "filetime" elementvoid
unsetI1()
Unsets the "i1" elementvoid
unsetI2()
Unsets the "i2" elementvoid
unsetI4()
Unsets the "i4" elementvoid
unsetI8()
Unsets the "i8" elementvoid
unsetInt()
Unsets the "int" elementvoid
unsetLinkTarget()
Unsets the "linkTarget" attributevoid
unsetLpstr()
Unsets the "lpstr" elementvoid
unsetLpwstr()
Unsets the "lpwstr" elementvoid
unsetName()
Unsets the "name" attributevoid
unsetNull()
Unsets the "null" elementvoid
unsetOblob()
Unsets the "oblob" elementvoid
unsetOstorage()
Unsets the "ostorage" elementvoid
unsetOstream()
Unsets the "ostream" elementvoid
unsetR4()
Unsets the "r4" elementvoid
unsetR8()
Unsets the "r8" elementvoid
unsetStorage()
Unsets the "storage" elementvoid
unsetStream()
Unsets the "stream" elementvoid
unsetUi1()
Unsets the "ui1" elementvoid
unsetUi2()
Unsets the "ui2" elementvoid
unsetUi4()
Unsets the "ui4" elementvoid
unsetUi8()
Unsets the "ui8" elementvoid
unsetUint()
Unsets the "uint" elementvoid
unsetVector()
Unsets the "vector" elementvoid
unsetVstream()
Unsets the "vstream" elementXmlBase64Binary
xgetBlob()
Gets (as xml) the "blob" elementXmlBoolean
xgetBool()
Gets (as xml) the "bool" elementXmlString
xgetBstr()
Gets (as xml) the "bstr" elementSTClsid
xgetClsid()
Gets (as xml) the "clsid" elementSTCy
xgetCy()
Gets (as xml) the "cy" elementXmlDateTime
xgetDate()
Gets (as xml) the "date" elementXmlDecimal
xgetDecimal()
Gets (as xml) the "decimal" elementSTError
xgetError()
Gets (as xml) the "error" elementXmlDateTime
xgetFiletime()
Gets (as xml) the "filetime" elementSTClsid
xgetFmtid()
Gets (as xml) the "fmtid" attributeXmlByte
xgetI1()
Gets (as xml) the "i1" elementXmlShort
xgetI2()
Gets (as xml) the "i2" elementXmlInt
xgetI4()
Gets (as xml) the "i4" elementXmlLong
xgetI8()
Gets (as xml) the "i8" elementXmlInt
xgetInt()
Gets (as xml) the "int" elementXmlString
xgetLinkTarget()
Gets (as xml) the "linkTarget" attributeXmlString
xgetLpstr()
Gets (as xml) the "lpstr" elementXmlString
xgetLpwstr()
Gets (as xml) the "lpwstr" elementXmlString
xgetName()
Gets (as xml) the "name" attributeXmlBase64Binary
xgetOblob()
Gets (as xml) the "oblob" elementXmlBase64Binary
xgetOstorage()
Gets (as xml) the "ostorage" elementXmlBase64Binary
xgetOstream()
Gets (as xml) the "ostream" elementXmlInt
xgetPid()
Gets (as xml) the "pid" attributeXmlFloat
xgetR4()
Gets (as xml) the "r4" elementXmlDouble
xgetR8()
Gets (as xml) the "r8" elementXmlBase64Binary
xgetStorage()
Gets (as xml) the "storage" elementXmlBase64Binary
xgetStream()
Gets (as xml) the "stream" elementXmlUnsignedByte
xgetUi1()
Gets (as xml) the "ui1" elementXmlUnsignedShort
xgetUi2()
Gets (as xml) the "ui2" elementXmlUnsignedInt
xgetUi4()
Gets (as xml) the "ui4" elementXmlUnsignedLong
xgetUi8()
Gets (as xml) the "ui8" elementXmlUnsignedInt
xgetUint()
Gets (as xml) the "uint" elementvoid
xsetBlob(XmlBase64Binary blob)
Sets (as xml) the "blob" elementvoid
xsetBool(XmlBoolean bool)
Sets (as xml) the "bool" elementvoid
xsetBstr(XmlString bstr)
Sets (as xml) the "bstr" elementvoid
xsetClsid(STClsid clsid)
Sets (as xml) the "clsid" elementvoid
xsetCy(STCy cy)
Sets (as xml) the "cy" elementvoid
xsetDate(XmlDateTime date)
Sets (as xml) the "date" elementvoid
xsetDecimal(XmlDecimal decimal)
Sets (as xml) the "decimal" elementvoid
xsetError(STError error)
Sets (as xml) the "error" elementvoid
xsetFiletime(XmlDateTime filetime)
Sets (as xml) the "filetime" elementvoid
xsetFmtid(STClsid fmtid)
Sets (as xml) the "fmtid" attributevoid
xsetI1(XmlByte i1)
Sets (as xml) the "i1" elementvoid
xsetI2(XmlShort i2)
Sets (as xml) the "i2" elementvoid
xsetI4(XmlInt i4)
Sets (as xml) the "i4" elementvoid
xsetI8(XmlLong i8)
Sets (as xml) the "i8" elementvoid
xsetInt(XmlInt xint)
Sets (as xml) the "int" elementvoid
xsetLinkTarget(XmlString linkTarget)
Sets (as xml) the "linkTarget" attributevoid
xsetLpstr(XmlString lpstr)
Sets (as xml) the "lpstr" elementvoid
xsetLpwstr(XmlString lpwstr)
Sets (as xml) the "lpwstr" elementvoid
xsetName(XmlString name)
Sets (as xml) the "name" attributevoid
xsetOblob(XmlBase64Binary oblob)
Sets (as xml) the "oblob" elementvoid
xsetOstorage(XmlBase64Binary ostorage)
Sets (as xml) the "ostorage" elementvoid
xsetOstream(XmlBase64Binary ostream)
Sets (as xml) the "ostream" elementvoid
xsetPid(XmlInt pid)
Sets (as xml) the "pid" attributevoid
xsetR4(XmlFloat r4)
Sets (as xml) the "r4" elementvoid
xsetR8(XmlDouble r8)
Sets (as xml) the "r8" elementvoid
xsetStorage(XmlBase64Binary storage)
Sets (as xml) the "storage" elementvoid
xsetStream(XmlBase64Binary stream)
Sets (as xml) the "stream" elementvoid
xsetUi1(XmlUnsignedByte ui1)
Sets (as xml) the "ui1" elementvoid
xsetUi2(XmlUnsignedShort ui2)
Sets (as xml) the "ui2" elementvoid
xsetUi4(XmlUnsignedInt ui4)
Sets (as xml) the "ui4" elementvoid
xsetUi8(XmlUnsignedLong ui8)
Sets (as xml) the "ui8" elementvoid
xsetUint(XmlUnsignedInt uint)
Sets (as xml) the "uint" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getVector
CTVector getVector()
Gets the "vector" element
-
isSetVector
boolean isSetVector()
True if has "vector" element
-
setVector
void setVector(CTVector vector)
Sets the "vector" element
-
addNewVector
CTVector addNewVector()
Appends and returns a new empty "vector" element
-
unsetVector
void unsetVector()
Unsets the "vector" element
-
getArray
CTArray getArray()
Gets the "array" element
-
isSetArray
boolean isSetArray()
True if has "array" element
-
setArray
void setArray(CTArray array)
Sets the "array" element
-
addNewArray
CTArray addNewArray()
Appends and returns a new empty "array" element
-
unsetArray
void unsetArray()
Unsets the "array" element
-
getBlob
byte[] getBlob()
Gets the "blob" element
-
xgetBlob
XmlBase64Binary xgetBlob()
Gets (as xml) the "blob" element
-
isSetBlob
boolean isSetBlob()
True if has "blob" element
-
setBlob
void setBlob(byte[] blob)
Sets the "blob" element
-
xsetBlob
void xsetBlob(XmlBase64Binary blob)
Sets (as xml) the "blob" element
-
unsetBlob
void unsetBlob()
Unsets the "blob" element
-
getOblob
byte[] getOblob()
Gets the "oblob" element
-
xgetOblob
XmlBase64Binary xgetOblob()
Gets (as xml) the "oblob" element
-
isSetOblob
boolean isSetOblob()
True if has "oblob" element
-
setOblob
void setOblob(byte[] oblob)
Sets the "oblob" element
-
xsetOblob
void xsetOblob(XmlBase64Binary oblob)
Sets (as xml) the "oblob" element
-
unsetOblob
void unsetOblob()
Unsets the "oblob" element
-
getEmpty
CTEmpty getEmpty()
Gets the "empty" element
-
isSetEmpty
boolean isSetEmpty()
True if has "empty" element
-
setEmpty
void setEmpty(CTEmpty empty)
Sets the "empty" element
-
addNewEmpty
CTEmpty addNewEmpty()
Appends and returns a new empty "empty" element
-
unsetEmpty
void unsetEmpty()
Unsets the "empty" element
-
getNull
CTNull getNull()
Gets the "null" element
-
isSetNull
boolean isSetNull()
True if has "null" element
-
setNull
void setNull(CTNull xnull)
Sets the "null" element
-
addNewNull
CTNull addNewNull()
Appends and returns a new empty "null" element
-
unsetNull
void unsetNull()
Unsets the "null" element
-
getI1
byte getI1()
Gets the "i1" element
-
xgetI1
XmlByte xgetI1()
Gets (as xml) the "i1" element
-
isSetI1
boolean isSetI1()
True if has "i1" element
-
setI1
void setI1(byte i1)
Sets the "i1" element
-
xsetI1
void xsetI1(XmlByte i1)
Sets (as xml) the "i1" element
-
unsetI1
void unsetI1()
Unsets the "i1" element
-
getI2
short getI2()
Gets the "i2" element
-
xgetI2
XmlShort xgetI2()
Gets (as xml) the "i2" element
-
isSetI2
boolean isSetI2()
True if has "i2" element
-
setI2
void setI2(short i2)
Sets the "i2" element
-
xsetI2
void xsetI2(XmlShort i2)
Sets (as xml) the "i2" element
-
unsetI2
void unsetI2()
Unsets the "i2" element
-
getI4
int getI4()
Gets the "i4" element
-
xgetI4
XmlInt xgetI4()
Gets (as xml) the "i4" element
-
isSetI4
boolean isSetI4()
True if has "i4" element
-
setI4
void setI4(int i4)
Sets the "i4" element
-
xsetI4
void xsetI4(XmlInt i4)
Sets (as xml) the "i4" element
-
unsetI4
void unsetI4()
Unsets the "i4" element
-
getI8
long getI8()
Gets the "i8" element
-
xgetI8
XmlLong xgetI8()
Gets (as xml) the "i8" element
-
isSetI8
boolean isSetI8()
True if has "i8" element
-
setI8
void setI8(long i8)
Sets the "i8" element
-
xsetI8
void xsetI8(XmlLong i8)
Sets (as xml) the "i8" element
-
unsetI8
void unsetI8()
Unsets the "i8" element
-
getInt
int getInt()
Gets the "int" element
-
xgetInt
XmlInt xgetInt()
Gets (as xml) the "int" element
-
isSetInt
boolean isSetInt()
True if has "int" element
-
setInt
void setInt(int xint)
Sets the "int" element
-
xsetInt
void xsetInt(XmlInt xint)
Sets (as xml) the "int" element
-
unsetInt
void unsetInt()
Unsets the "int" element
-
getUi1
short getUi1()
Gets the "ui1" element
-
xgetUi1
XmlUnsignedByte xgetUi1()
Gets (as xml) the "ui1" element
-
isSetUi1
boolean isSetUi1()
True if has "ui1" element
-
setUi1
void setUi1(short ui1)
Sets the "ui1" element
-
xsetUi1
void xsetUi1(XmlUnsignedByte ui1)
Sets (as xml) the "ui1" element
-
unsetUi1
void unsetUi1()
Unsets the "ui1" element
-
getUi2
int getUi2()
Gets the "ui2" element
-
xgetUi2
XmlUnsignedShort xgetUi2()
Gets (as xml) the "ui2" element
-
isSetUi2
boolean isSetUi2()
True if has "ui2" element
-
setUi2
void setUi2(int ui2)
Sets the "ui2" element
-
xsetUi2
void xsetUi2(XmlUnsignedShort ui2)
Sets (as xml) the "ui2" element
-
unsetUi2
void unsetUi2()
Unsets the "ui2" element
-
getUi4
long getUi4()
Gets the "ui4" element
-
xgetUi4
XmlUnsignedInt xgetUi4()
Gets (as xml) the "ui4" element
-
isSetUi4
boolean isSetUi4()
True if has "ui4" element
-
setUi4
void setUi4(long ui4)
Sets the "ui4" element
-
xsetUi4
void xsetUi4(XmlUnsignedInt ui4)
Sets (as xml) the "ui4" element
-
unsetUi4
void unsetUi4()
Unsets the "ui4" element
-
getUi8
java.math.BigInteger getUi8()
Gets the "ui8" element
-
xgetUi8
XmlUnsignedLong xgetUi8()
Gets (as xml) the "ui8" element
-
isSetUi8
boolean isSetUi8()
True if has "ui8" element
-
setUi8
void setUi8(java.math.BigInteger ui8)
Sets the "ui8" element
-
xsetUi8
void xsetUi8(XmlUnsignedLong ui8)
Sets (as xml) the "ui8" element
-
unsetUi8
void unsetUi8()
Unsets the "ui8" element
-
getUint
long getUint()
Gets the "uint" element
-
xgetUint
XmlUnsignedInt xgetUint()
Gets (as xml) the "uint" element
-
isSetUint
boolean isSetUint()
True if has "uint" element
-
setUint
void setUint(long uint)
Sets the "uint" element
-
xsetUint
void xsetUint(XmlUnsignedInt uint)
Sets (as xml) the "uint" element
-
unsetUint
void unsetUint()
Unsets the "uint" element
-
getR4
float getR4()
Gets the "r4" element
-
xgetR4
XmlFloat xgetR4()
Gets (as xml) the "r4" element
-
isSetR4
boolean isSetR4()
True if has "r4" element
-
setR4
void setR4(float r4)
Sets the "r4" element
-
xsetR4
void xsetR4(XmlFloat r4)
Sets (as xml) the "r4" element
-
unsetR4
void unsetR4()
Unsets the "r4" element
-
getR8
double getR8()
Gets the "r8" element
-
xgetR8
XmlDouble xgetR8()
Gets (as xml) the "r8" element
-
isSetR8
boolean isSetR8()
True if has "r8" element
-
setR8
void setR8(double r8)
Sets the "r8" element
-
xsetR8
void xsetR8(XmlDouble r8)
Sets (as xml) the "r8" element
-
unsetR8
void unsetR8()
Unsets the "r8" element
-
getDecimal
java.math.BigDecimal getDecimal()
Gets the "decimal" element
-
xgetDecimal
XmlDecimal xgetDecimal()
Gets (as xml) the "decimal" element
-
isSetDecimal
boolean isSetDecimal()
True if has "decimal" element
-
setDecimal
void setDecimal(java.math.BigDecimal decimal)
Sets the "decimal" element
-
xsetDecimal
void xsetDecimal(XmlDecimal decimal)
Sets (as xml) the "decimal" element
-
unsetDecimal
void unsetDecimal()
Unsets the "decimal" element
-
getLpstr
java.lang.String getLpstr()
Gets the "lpstr" element
-
xgetLpstr
XmlString xgetLpstr()
Gets (as xml) the "lpstr" element
-
isSetLpstr
boolean isSetLpstr()
True if has "lpstr" element
-
setLpstr
void setLpstr(java.lang.String lpstr)
Sets the "lpstr" element
-
xsetLpstr
void xsetLpstr(XmlString lpstr)
Sets (as xml) the "lpstr" element
-
unsetLpstr
void unsetLpstr()
Unsets the "lpstr" element
-
getLpwstr
java.lang.String getLpwstr()
Gets the "lpwstr" element
-
xgetLpwstr
XmlString xgetLpwstr()
Gets (as xml) the "lpwstr" element
-
isSetLpwstr
boolean isSetLpwstr()
True if has "lpwstr" element
-
setLpwstr
void setLpwstr(java.lang.String lpwstr)
Sets the "lpwstr" element
-
xsetLpwstr
void xsetLpwstr(XmlString lpwstr)
Sets (as xml) the "lpwstr" element
-
unsetLpwstr
void unsetLpwstr()
Unsets the "lpwstr" element
-
getBstr
java.lang.String getBstr()
Gets the "bstr" element
-
xgetBstr
XmlString xgetBstr()
Gets (as xml) the "bstr" element
-
isSetBstr
boolean isSetBstr()
True if has "bstr" element
-
setBstr
void setBstr(java.lang.String bstr)
Sets the "bstr" element
-
xsetBstr
void xsetBstr(XmlString bstr)
Sets (as xml) the "bstr" element
-
unsetBstr
void unsetBstr()
Unsets the "bstr" element
-
getDate
java.util.Calendar getDate()
Gets the "date" element
-
xgetDate
XmlDateTime xgetDate()
Gets (as xml) the "date" element
-
isSetDate
boolean isSetDate()
True if has "date" element
-
setDate
void setDate(java.util.Calendar date)
Sets the "date" element
-
xsetDate
void xsetDate(XmlDateTime date)
Sets (as xml) the "date" element
-
unsetDate
void unsetDate()
Unsets the "date" element
-
getFiletime
java.util.Calendar getFiletime()
Gets the "filetime" element
-
xgetFiletime
XmlDateTime xgetFiletime()
Gets (as xml) the "filetime" element
-
isSetFiletime
boolean isSetFiletime()
True if has "filetime" element
-
setFiletime
void setFiletime(java.util.Calendar filetime)
Sets the "filetime" element
-
xsetFiletime
void xsetFiletime(XmlDateTime filetime)
Sets (as xml) the "filetime" element
-
unsetFiletime
void unsetFiletime()
Unsets the "filetime" element
-
getBool
boolean getBool()
Gets the "bool" element
-
xgetBool
XmlBoolean xgetBool()
Gets (as xml) the "bool" element
-
isSetBool
boolean isSetBool()
True if has "bool" element
-
setBool
void setBool(boolean bool)
Sets the "bool" element
-
xsetBool
void xsetBool(XmlBoolean bool)
Sets (as xml) the "bool" element
-
unsetBool
void unsetBool()
Unsets the "bool" element
-
getCy
java.lang.String getCy()
Gets the "cy" element
-
xgetCy
STCy xgetCy()
Gets (as xml) the "cy" element
-
isSetCy
boolean isSetCy()
True if has "cy" element
-
setCy
void setCy(java.lang.String cy)
Sets the "cy" element
-
xsetCy
void xsetCy(STCy cy)
Sets (as xml) the "cy" element
-
unsetCy
void unsetCy()
Unsets the "cy" element
-
getError
java.lang.String getError()
Gets the "error" element
-
xgetError
STError xgetError()
Gets (as xml) the "error" element
-
isSetError
boolean isSetError()
True if has "error" element
-
setError
void setError(java.lang.String error)
Sets the "error" element
-
xsetError
void xsetError(STError error)
Sets (as xml) the "error" element
-
unsetError
void unsetError()
Unsets the "error" element
-
getStream
byte[] getStream()
Gets the "stream" element
-
xgetStream
XmlBase64Binary xgetStream()
Gets (as xml) the "stream" element
-
isSetStream
boolean isSetStream()
True if has "stream" element
-
setStream
void setStream(byte[] stream)
Sets the "stream" element
-
xsetStream
void xsetStream(XmlBase64Binary stream)
Sets (as xml) the "stream" element
-
unsetStream
void unsetStream()
Unsets the "stream" element
-
getOstream
byte[] getOstream()
Gets the "ostream" element
-
xgetOstream
XmlBase64Binary xgetOstream()
Gets (as xml) the "ostream" element
-
isSetOstream
boolean isSetOstream()
True if has "ostream" element
-
setOstream
void setOstream(byte[] ostream)
Sets the "ostream" element
-
xsetOstream
void xsetOstream(XmlBase64Binary ostream)
Sets (as xml) the "ostream" element
-
unsetOstream
void unsetOstream()
Unsets the "ostream" element
-
getStorage
byte[] getStorage()
Gets the "storage" element
-
xgetStorage
XmlBase64Binary xgetStorage()
Gets (as xml) the "storage" element
-
isSetStorage
boolean isSetStorage()
True if has "storage" element
-
setStorage
void setStorage(byte[] storage)
Sets the "storage" element
-
xsetStorage
void xsetStorage(XmlBase64Binary storage)
Sets (as xml) the "storage" element
-
unsetStorage
void unsetStorage()
Unsets the "storage" element
-
getOstorage
byte[] getOstorage()
Gets the "ostorage" element
-
xgetOstorage
XmlBase64Binary xgetOstorage()
Gets (as xml) the "ostorage" element
-
isSetOstorage
boolean isSetOstorage()
True if has "ostorage" element
-
setOstorage
void setOstorage(byte[] ostorage)
Sets the "ostorage" element
-
xsetOstorage
void xsetOstorage(XmlBase64Binary ostorage)
Sets (as xml) the "ostorage" element
-
unsetOstorage
void unsetOstorage()
Unsets the "ostorage" element
-
getVstream
CTVstream getVstream()
Gets the "vstream" element
-
isSetVstream
boolean isSetVstream()
True if has "vstream" element
-
setVstream
void setVstream(CTVstream vstream)
Sets the "vstream" element
-
addNewVstream
CTVstream addNewVstream()
Appends and returns a new empty "vstream" element
-
unsetVstream
void unsetVstream()
Unsets the "vstream" element
-
getClsid
java.lang.String getClsid()
Gets the "clsid" element
-
xgetClsid
STClsid xgetClsid()
Gets (as xml) the "clsid" element
-
isSetClsid
boolean isSetClsid()
True if has "clsid" element
-
setClsid
void setClsid(java.lang.String clsid)
Sets the "clsid" element
-
xsetClsid
void xsetClsid(STClsid clsid)
Sets (as xml) the "clsid" element
-
unsetClsid
void unsetClsid()
Unsets the "clsid" element
-
getCf
CTCf getCf()
Gets the "cf" element
-
isSetCf
boolean isSetCf()
True if has "cf" element
-
setCf
void setCf(CTCf cf)
Sets the "cf" element
-
addNewCf
CTCf addNewCf()
Appends and returns a new empty "cf" element
-
unsetCf
void unsetCf()
Unsets the "cf" element
-
getFmtid
java.lang.String getFmtid()
Gets the "fmtid" attribute
-
xgetFmtid
STClsid xgetFmtid()
Gets (as xml) the "fmtid" attribute
-
setFmtid
void setFmtid(java.lang.String fmtid)
Sets the "fmtid" attribute
-
xsetFmtid
void xsetFmtid(STClsid fmtid)
Sets (as xml) the "fmtid" attribute
-
getPid
int getPid()
Gets the "pid" attribute
-
xgetPid
XmlInt xgetPid()
Gets (as xml) the "pid" attribute
-
setPid
void setPid(int pid)
Sets the "pid" attribute
-
xsetPid
void xsetPid(XmlInt pid)
Sets (as xml) the "pid" attribute
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
XmlString xgetName()
Gets (as xml) the "name" attribute
-
isSetName
boolean isSetName()
True if has "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(XmlString name)
Sets (as xml) the "name" attribute
-
unsetName
void unsetName()
Unsets the "name" attribute
-
getLinkTarget
java.lang.String getLinkTarget()
Gets the "linkTarget" attribute
-
xgetLinkTarget
XmlString xgetLinkTarget()
Gets (as xml) the "linkTarget" attribute
-
isSetLinkTarget
boolean isSetLinkTarget()
True if has "linkTarget" attribute
-
setLinkTarget
void setLinkTarget(java.lang.String linkTarget)
Sets the "linkTarget" attribute
-
xsetLinkTarget
void xsetLinkTarget(XmlString linkTarget)
Sets (as xml) the "linkTarget" attribute
-
unsetLinkTarget
void unsetLinkTarget()
Unsets the "linkTarget" attribute
-
-