public interface OutputType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
OutputType.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 |
---|---|
String |
getFeaturePath()
Gets the "featurePath" attribute
|
String |
getLongDescription()
Gets the "longDescription" element
|
String |
getOutputAttribute()
Gets the "outputAttribute" attribute
|
String |
getShortDescription()
Gets the "shortDescription" element
|
boolean |
isSetLongDescription()
True if has "longDescription" element
|
boolean |
isSetShortDescription()
True if has "shortDescription" element
|
void |
setFeaturePath(String featurePath)
Sets the "featurePath" attribute
|
void |
setLongDescription(String longDescription)
Sets the "longDescription" element
|
void |
setOutputAttribute(String outputAttribute)
Sets the "outputAttribute" attribute
|
void |
setShortDescription(String shortDescription)
Sets the "shortDescription" element
|
void |
unsetLongDescription()
Unsets the "longDescription" element
|
void |
unsetShortDescription()
Unsets the "shortDescription" element
|
org.apache.xmlbeans.XmlString |
xgetFeaturePath()
Gets (as xml) the "featurePath" attribute
|
org.apache.xmlbeans.XmlString |
xgetLongDescription()
Gets (as xml) the "longDescription" element
|
org.apache.xmlbeans.XmlString |
xgetOutputAttribute()
Gets (as xml) the "outputAttribute" attribute
|
org.apache.xmlbeans.XmlString |
xgetShortDescription()
Gets (as xml) the "shortDescription" element
|
void |
xsetFeaturePath(org.apache.xmlbeans.XmlString featurePath)
Sets (as xml) the "featurePath" attribute
|
void |
xsetLongDescription(org.apache.xmlbeans.XmlString longDescription)
Sets (as xml) the "longDescription" element
|
void |
xsetOutputAttribute(org.apache.xmlbeans.XmlString outputAttribute)
Sets (as xml) the "outputAttribute" attribute
|
void |
xsetShortDescription(org.apache.xmlbeans.XmlString shortDescription)
Sets (as xml) the "shortDescription" 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, 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
String getShortDescription()
org.apache.xmlbeans.XmlString xgetShortDescription()
boolean isSetShortDescription()
void setShortDescription(String shortDescription)
void xsetShortDescription(org.apache.xmlbeans.XmlString shortDescription)
void unsetShortDescription()
String getLongDescription()
org.apache.xmlbeans.XmlString xgetLongDescription()
boolean isSetLongDescription()
void setLongDescription(String longDescription)
void xsetLongDescription(org.apache.xmlbeans.XmlString longDescription)
void unsetLongDescription()
String getFeaturePath()
org.apache.xmlbeans.XmlString xgetFeaturePath()
void setFeaturePath(String featurePath)
void xsetFeaturePath(org.apache.xmlbeans.XmlString featurePath)
String getOutputAttribute()
org.apache.xmlbeans.XmlString xgetOutputAttribute()
void setOutputAttribute(String outputAttribute)
void xsetOutputAttribute(org.apache.xmlbeans.XmlString outputAttribute)
Copyright © 2006–2024 The Apache Software Foundation. All rights reserved.