public interface CreatePublicationResponseType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CreatePublicationResponseType.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 |
|---|---|
DerivedPublicationType |
addNewDerivedPublication()
Appends and returns a new empty "DerivedPublication" element
|
org.apache.xmlbeans.XmlObject |
addNewExtension()
Appends and returns a new empty value (as xml) as the last "Extension" element
|
DerivedPublicationType |
getDerivedPublication()
Gets the "DerivedPublication" element
|
org.apache.xmlbeans.XmlObject[] |
getExtensionArray()
Gets array of all "Extension" elements
|
org.apache.xmlbeans.XmlObject |
getExtensionArray(int i)
Gets ith "Extension" element
|
org.apache.xmlbeans.XmlObject |
insertNewExtension(int i)
Inserts and returns a new empty value (as xml) as the ith "Extension" element
|
void |
removeExtension(int i)
Removes the ith "Extension" element
|
void |
setDerivedPublication(DerivedPublicationType derivedPublication)
Sets the "DerivedPublication" element
|
void |
setExtensionArray(int i,
org.apache.xmlbeans.XmlObject extension)
Sets ith "Extension" element
|
void |
setExtensionArray(org.apache.xmlbeans.XmlObject[] extensionArray)
Sets array of all "Extension" element
|
int |
sizeOfExtensionArray()
Returns number of "Extension" 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, xmlTextDerivedPublicationType getDerivedPublication()
void setDerivedPublication(DerivedPublicationType derivedPublication)
DerivedPublicationType addNewDerivedPublication()
org.apache.xmlbeans.XmlObject[] getExtensionArray()
org.apache.xmlbeans.XmlObject getExtensionArray(int i)
int sizeOfExtensionArray()
void setExtensionArray(org.apache.xmlbeans.XmlObject[] extensionArray)
void setExtensionArray(int i,
org.apache.xmlbeans.XmlObject extension)
org.apache.xmlbeans.XmlObject insertNewExtension(int i)
org.apache.xmlbeans.XmlObject addNewExtension()
void removeExtension(int i)
Copyright © 2017 52north.org. All rights reserved.