public interface CTRecipientData extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTRecipientData.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 |
|---|---|
CTOnOff |
addNewActive()
Appends and returns a new empty "active" element
|
CTDecimalNumber |
addNewColumn()
Appends and returns a new empty "column" element
|
CTOnOff |
getActive()
Gets the "active" element
|
CTDecimalNumber |
getColumn()
Gets the "column" element
|
byte[] |
getUniqueTag()
Gets the "uniqueTag" element
|
boolean |
isSetActive()
True if has "active" element
|
void |
setActive(CTOnOff active)
Sets the "active" element
|
void |
setColumn(CTDecimalNumber column)
Sets the "column" element
|
void |
setUniqueTag(byte[] uniqueTag)
Sets the "uniqueTag" element
|
void |
unsetActive()
Unsets the "active" element
|
XmlBase64Binary |
xgetUniqueTag()
Gets (as xml) the "uniqueTag" element
|
void |
xsetUniqueTag(XmlBase64Binary uniqueTag)
Sets (as xml) the "uniqueTag" element
|
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
CTOnOff getActive()
boolean isSetActive()
void setActive(CTOnOff active)
CTOnOff addNewActive()
void unsetActive()
CTDecimalNumber getColumn()
void setColumn(CTDecimalNumber column)
CTDecimalNumber addNewColumn()
byte[] getUniqueTag()
XmlBase64Binary xgetUniqueTag()
void setUniqueTag(byte[] uniqueTag)
void xsetUniqueTag(XmlBase64Binary uniqueTag)
Copyright © 2010 - 2020 Adobe. All Rights Reserved