public interface EnvelopeNodeSpec
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
EnvelopeNodeSpec.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
XEnvelopeParamSpec |
addNewXParam()
Appends and returns a new empty "xParam" element
|
YEnvelopeParamSpec |
addNewYParam()
Appends and returns a new empty "yParam" element
|
XEnvelopeParamSpec |
getXParam()
Gets the "xParam" element
|
YEnvelopeParamSpec |
getYParam()
Gets the "yParam" element
|
boolean |
isSetXParam()
True if has "xParam" element
|
boolean |
isSetYParam()
True if has "yParam" element
|
void |
setXParam(XEnvelopeParamSpec xParam)
Sets the "xParam" element
|
void |
setYParam(YEnvelopeParamSpec yParam)
Sets the "yParam" element
|
void |
unsetXParam()
Unsets the "xParam" element
|
void |
unsetYParam()
Unsets the "yParam" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
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
XEnvelopeParamSpec getXParam()
boolean isSetXParam()
void setXParam(XEnvelopeParamSpec xParam)
XEnvelopeParamSpec addNewXParam()
void unsetXParam()
YEnvelopeParamSpec getYParam()
boolean isSetYParam()
void setYParam(YEnvelopeParamSpec yParam)
YEnvelopeParamSpec addNewYParam()
void unsetYParam()
Copyright © 2014. All Rights Reserved.