public interface OutputDefinitionType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
OutputDefinitionType.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 |
|---|---|
OutputDefinitionType |
addNewOutput()
Appends and returns a new empty "Output" element
|
String |
getEncoding()
Gets the "encoding" attribute
|
String |
getId()
Gets the "id" attribute
|
String |
getMimeType()
Gets the "mimeType" attribute
|
OutputDefinitionType |
getOutput()
Gets the "Output" element
|
String |
getSchema()
Gets the "schema" attribute
|
DataTransmissionModeType.Enum |
getTransmission()
Gets the "transmission" attribute
|
boolean |
isSetEncoding()
True if has "encoding" attribute
|
boolean |
isSetMimeType()
True if has "mimeType" attribute
|
boolean |
isSetOutput()
True if has "Output" element
|
boolean |
isSetSchema()
True if has "schema" attribute
|
boolean |
isSetTransmission()
True if has "transmission" attribute
|
void |
setEncoding(String encoding)
Sets the "encoding" attribute
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setMimeType(String mimeType)
Sets the "mimeType" attribute
|
void |
setOutput(OutputDefinitionType output)
Sets the "Output" element
|
void |
setSchema(String schema)
Sets the "schema" attribute
|
void |
setTransmission(DataTransmissionModeType.Enum transmission)
Sets the "transmission" attribute
|
void |
unsetEncoding()
Unsets the "encoding" attribute
|
void |
unsetMimeType()
Unsets the "mimeType" attribute
|
void |
unsetOutput()
Unsets the "Output" element
|
void |
unsetSchema()
Unsets the "schema" attribute
|
void |
unsetTransmission()
Unsets the "transmission" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetEncoding()
Gets (as xml) the "encoding" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetId()
Gets (as xml) the "id" attribute
|
MimeType |
xgetMimeType()
Gets (as xml) the "mimeType" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetSchema()
Gets (as xml) the "schema" attribute
|
DataTransmissionModeType |
xgetTransmission()
Gets (as xml) the "transmission" attribute
|
void |
xsetEncoding(org.apache.xmlbeans.XmlAnyURI encoding)
Sets (as xml) the "encoding" attribute
|
void |
xsetId(org.apache.xmlbeans.XmlAnyURI id)
Sets (as xml) the "id" attribute
|
void |
xsetMimeType(MimeType mimeType)
Sets (as xml) the "mimeType" attribute
|
void |
xsetSchema(org.apache.xmlbeans.XmlAnyURI schema)
Sets (as xml) the "schema" attribute
|
void |
xsetTransmission(DataTransmissionModeType transmission)
Sets (as xml) the "transmission" 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, xmlTextOutputDefinitionType getOutput()
boolean isSetOutput()
void setOutput(OutputDefinitionType output)
OutputDefinitionType addNewOutput()
void unsetOutput()
String getId()
org.apache.xmlbeans.XmlAnyURI xgetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlAnyURI id)
String getMimeType()
MimeType xgetMimeType()
boolean isSetMimeType()
void setMimeType(String mimeType)
void xsetMimeType(MimeType mimeType)
void unsetMimeType()
String getEncoding()
org.apache.xmlbeans.XmlAnyURI xgetEncoding()
boolean isSetEncoding()
void setEncoding(String encoding)
void xsetEncoding(org.apache.xmlbeans.XmlAnyURI encoding)
void unsetEncoding()
String getSchema()
org.apache.xmlbeans.XmlAnyURI xgetSchema()
boolean isSetSchema()
void setSchema(String schema)
void xsetSchema(org.apache.xmlbeans.XmlAnyURI schema)
void unsetSchema()
DataTransmissionModeType.Enum getTransmission()
DataTransmissionModeType xgetTransmission()
boolean isSetTransmission()
void setTransmission(DataTransmissionModeType.Enum transmission)
void xsetTransmission(DataTransmissionModeType transmission)
void unsetTransmission()
Copyright © 2015–2018 52north.org. All rights reserved.