public interface CTString extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTString.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTTuples |
addNewTpls()
Appends and returns a new empty value (as xml) as the last "tpls" element
|
CTX |
addNewX()
Appends and returns a new empty value (as xml) as the last "x" element
|
boolean |
getB()
Gets the "b" attribute
|
byte[] |
getBc()
Gets the "bc" attribute
|
String |
getC()
Gets the "c" attribute
|
long |
getCp()
Gets the "cp" attribute
|
boolean |
getF()
Gets the "f" attribute
|
byte[] |
getFc()
Gets the "fc" attribute
|
boolean |
getI()
Gets the "i" attribute
|
long |
getIn()
Gets the "in" attribute
|
boolean |
getSt()
Gets the "st" attribute
|
CTTuples[] |
getTplsArray()
Gets array of all "tpls" elements
|
CTTuples |
getTplsArray(int i)
Gets ith "tpls" element
|
List<CTTuples> |
getTplsList()
Gets a List of "tpls" elements
|
boolean |
getU()
Gets the "u" attribute
|
boolean |
getUn()
Gets the "un" attribute
|
String |
getV()
Gets the "v" attribute
|
CTX[] |
getXArray()
Gets array of all "x" elements
|
CTX |
getXArray(int i)
Gets ith "x" element
|
List<CTX> |
getXList()
Gets a List of "x" elements
|
CTTuples |
insertNewTpls(int i)
Inserts and returns a new empty value (as xml) as the ith "tpls" element
|
CTX |
insertNewX(int i)
Inserts and returns a new empty value (as xml) as the ith "x" element
|
boolean |
isSetB()
True if has "b" attribute
|
boolean |
isSetBc()
True if has "bc" attribute
|
boolean |
isSetC()
True if has "c" attribute
|
boolean |
isSetCp()
True if has "cp" attribute
|
boolean |
isSetF()
True if has "f" attribute
|
boolean |
isSetFc()
True if has "fc" attribute
|
boolean |
isSetI()
True if has "i" attribute
|
boolean |
isSetIn()
True if has "in" attribute
|
boolean |
isSetSt()
True if has "st" attribute
|
boolean |
isSetU()
True if has "u" attribute
|
boolean |
isSetUn()
True if has "un" attribute
|
void |
removeTpls(int i)
Removes the ith "tpls" element
|
void |
removeX(int i)
Removes the ith "x" element
|
void |
setB(boolean b)
Sets the "b" attribute
|
void |
setBc(byte[] bc)
Sets the "bc" attribute
|
void |
setC(String c)
Sets the "c" attribute
|
void |
setCp(long cp)
Sets the "cp" attribute
|
void |
setF(boolean f)
Sets the "f" attribute
|
void |
setFc(byte[] fc)
Sets the "fc" attribute
|
void |
setI(boolean iValue)
Sets the "i" attribute
|
void |
setIn(long in)
Sets the "in" attribute
|
void |
setSt(boolean st)
Sets the "st" attribute
|
void |
setTplsArray(CTTuples[] tplsArray)
Sets array of all "tpls" element
|
void |
setTplsArray(int i,
CTTuples tpls)
Sets ith "tpls" element
|
void |
setU(boolean u)
Sets the "u" attribute
|
void |
setUn(boolean un)
Sets the "un" attribute
|
void |
setV(String v)
Sets the "v" attribute
|
void |
setXArray(CTX[] xArray)
Sets array of all "x" element
|
void |
setXArray(int i,
CTX x)
Sets ith "x" element
|
int |
sizeOfTplsArray()
Returns number of "tpls" element
|
int |
sizeOfXArray()
Returns number of "x" element
|
void |
unsetB()
Unsets the "b" attribute
|
void |
unsetBc()
Unsets the "bc" attribute
|
void |
unsetC()
Unsets the "c" attribute
|
void |
unsetCp()
Unsets the "cp" attribute
|
void |
unsetF()
Unsets the "f" attribute
|
void |
unsetFc()
Unsets the "fc" attribute
|
void |
unsetI()
Unsets the "i" attribute
|
void |
unsetIn()
Unsets the "in" attribute
|
void |
unsetSt()
Unsets the "st" attribute
|
void |
unsetU()
Unsets the "u" attribute
|
void |
unsetUn()
Unsets the "un" attribute
|
XmlBoolean |
xgetB()
Gets (as xml) the "b" attribute
|
STUnsignedIntHex |
xgetBc()
Gets (as xml) the "bc" attribute
|
STXstring |
xgetC()
Gets (as xml) the "c" attribute
|
XmlUnsignedInt |
xgetCp()
Gets (as xml) the "cp" attribute
|
XmlBoolean |
xgetF()
Gets (as xml) the "f" attribute
|
STUnsignedIntHex |
xgetFc()
Gets (as xml) the "fc" attribute
|
XmlBoolean |
xgetI()
Gets (as xml) the "i" attribute
|
XmlUnsignedInt |
xgetIn()
Gets (as xml) the "in" attribute
|
XmlBoolean |
xgetSt()
Gets (as xml) the "st" attribute
|
XmlBoolean |
xgetU()
Gets (as xml) the "u" attribute
|
XmlBoolean |
xgetUn()
Gets (as xml) the "un" attribute
|
STXstring |
xgetV()
Gets (as xml) the "v" attribute
|
void |
xsetB(XmlBoolean b)
Sets (as xml) the "b" attribute
|
void |
xsetBc(STUnsignedIntHex bc)
Sets (as xml) the "bc" attribute
|
void |
xsetC(STXstring c)
Sets (as xml) the "c" attribute
|
void |
xsetCp(XmlUnsignedInt cp)
Sets (as xml) the "cp" attribute
|
void |
xsetF(XmlBoolean f)
Sets (as xml) the "f" attribute
|
void |
xsetFc(STUnsignedIntHex fc)
Sets (as xml) the "fc" attribute
|
void |
xsetI(XmlBoolean iValue)
Sets (as xml) the "i" attribute
|
void |
xsetIn(XmlUnsignedInt in)
Sets (as xml) the "in" attribute
|
void |
xsetSt(XmlBoolean st)
Sets (as xml) the "st" attribute
|
void |
xsetU(XmlBoolean u)
Sets (as xml) the "u" attribute
|
void |
xsetUn(XmlBoolean un)
Sets (as xml) the "un" attribute
|
void |
xsetV(STXstring v)
Sets (as xml) the "v" attribute
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
CTTuples[] getTplsArray()
CTTuples getTplsArray(int i)
int sizeOfTplsArray()
void setTplsArray(CTTuples[] tplsArray)
void setTplsArray(int i,
CTTuples tpls)
CTTuples insertNewTpls(int i)
CTTuples addNewTpls()
void removeTpls(int i)
CTX[] getXArray()
CTX getXArray(int i)
int sizeOfXArray()
void setXArray(CTX[] xArray)
void setXArray(int i,
CTX x)
CTX insertNewX(int i)
CTX addNewX()
void removeX(int i)
String getV()
STXstring xgetV()
void setV(String v)
void xsetV(STXstring v)
boolean getU()
XmlBoolean xgetU()
boolean isSetU()
void setU(boolean u)
void xsetU(XmlBoolean u)
void unsetU()
boolean getF()
XmlBoolean xgetF()
boolean isSetF()
void setF(boolean f)
void xsetF(XmlBoolean f)
void unsetF()
String getC()
STXstring xgetC()
boolean isSetC()
void setC(String c)
void xsetC(STXstring c)
void unsetC()
long getCp()
XmlUnsignedInt xgetCp()
boolean isSetCp()
void setCp(long cp)
void xsetCp(XmlUnsignedInt cp)
void unsetCp()
long getIn()
XmlUnsignedInt xgetIn()
boolean isSetIn()
void setIn(long in)
void xsetIn(XmlUnsignedInt in)
void unsetIn()
byte[] getBc()
STUnsignedIntHex xgetBc()
boolean isSetBc()
void setBc(byte[] bc)
void xsetBc(STUnsignedIntHex bc)
void unsetBc()
byte[] getFc()
STUnsignedIntHex xgetFc()
boolean isSetFc()
void setFc(byte[] fc)
void xsetFc(STUnsignedIntHex fc)
void unsetFc()
boolean getI()
XmlBoolean xgetI()
boolean isSetI()
void setI(boolean iValue)
void xsetI(XmlBoolean iValue)
void unsetI()
boolean getUn()
XmlBoolean xgetUn()
boolean isSetUn()
void setUn(boolean un)
void xsetUn(XmlBoolean un)
void unsetUn()
boolean getSt()
XmlBoolean xgetSt()
boolean isSetSt()
void setSt(boolean st)
void xsetSt(XmlBoolean st)
void unsetSt()
boolean getB()
XmlBoolean xgetB()
boolean isSetB()
void setB(boolean b)
void xsetB(XmlBoolean b)
void unsetB()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.