public interface CreatePublicationType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CreatePublicationType.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 |
|---|---|
DescriptionType |
addNewDescription()
Appends and returns a new empty "Description" element
|
org.apache.xmlbeans.XmlObject |
addNewExtension()
Appends and returns a new empty value (as xml) as the last "Extension" element
|
org.apache.xmlbeans.XmlObject |
addNewFilter()
Appends and returns a new empty "Filter" element
|
org.apache.xmlbeans.XmlObject |
addNewProcessingExpression()
Appends and returns a new empty "ProcessingExpression" element
|
String |
getBasePublicationIdentifier()
Gets the "BasePublicationIdentifier" element
|
DescriptionType |
getDescription()
Gets the "Description" 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 |
getFilter()
Gets the "Filter" element
|
String |
getFilterLanguageId()
Gets the "FilterLanguageId" element
|
String |
getIdentifier()
Gets the "Identifier" element
|
org.apache.xmlbeans.XmlObject |
getProcessingExpression()
Gets the "ProcessingExpression" element
|
String |
getProcessingLanguageId()
Gets the "ProcessingLanguageId" element
|
org.apache.xmlbeans.XmlObject |
insertNewExtension(int i)
Inserts and returns a new empty value (as xml) as the ith "Extension" element
|
boolean |
isSetFilter()
True if has "Filter" element
|
boolean |
isSetFilterLanguageId()
True if has "FilterLanguageId" element
|
boolean |
isSetProcessingExpression()
True if has "ProcessingExpression" element
|
boolean |
isSetProcessingLanguageId()
True if has "ProcessingLanguageId" element
|
void |
removeExtension(int i)
Removes the ith "Extension" element
|
void |
setBasePublicationIdentifier(String basePublicationIdentifier)
Sets the "BasePublicationIdentifier" element
|
void |
setDescription(DescriptionType description)
Sets the "Description" 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
|
void |
setFilter(org.apache.xmlbeans.XmlObject filter)
Sets the "Filter" element
|
void |
setFilterLanguageId(String filterLanguageId)
Sets the "FilterLanguageId" element
|
void |
setIdentifier(String identifier)
Sets the "Identifier" element
|
void |
setProcessingExpression(org.apache.xmlbeans.XmlObject processingExpression)
Sets the "ProcessingExpression" element
|
void |
setProcessingLanguageId(String processingLanguageId)
Sets the "ProcessingLanguageId" element
|
int |
sizeOfExtensionArray()
Returns number of "Extension" element
|
void |
unsetFilter()
Unsets the "Filter" element
|
void |
unsetFilterLanguageId()
Unsets the "FilterLanguageId" element
|
void |
unsetProcessingExpression()
Unsets the "ProcessingExpression" element
|
void |
unsetProcessingLanguageId()
Unsets the "ProcessingLanguageId" element
|
PublicationIdentifierType |
xgetBasePublicationIdentifier()
Gets (as xml) the "BasePublicationIdentifier" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetFilterLanguageId()
Gets (as xml) the "FilterLanguageId" element
|
PublicationIdentifierType |
xgetIdentifier()
Gets (as xml) the "Identifier" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetProcessingLanguageId()
Gets (as xml) the "ProcessingLanguageId" element
|
void |
xsetBasePublicationIdentifier(PublicationIdentifierType basePublicationIdentifier)
Sets (as xml) the "BasePublicationIdentifier" element
|
void |
xsetFilterLanguageId(org.apache.xmlbeans.XmlAnyURI filterLanguageId)
Sets (as xml) the "FilterLanguageId" element
|
void |
xsetIdentifier(PublicationIdentifierType identifier)
Sets (as xml) the "Identifier" element
|
void |
xsetProcessingLanguageId(org.apache.xmlbeans.XmlAnyURI processingLanguageId)
Sets (as xml) the "ProcessingLanguageId" 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, xmlTextString getIdentifier()
PublicationIdentifierType xgetIdentifier()
void setIdentifier(String identifier)
void xsetIdentifier(PublicationIdentifierType identifier)
String getBasePublicationIdentifier()
PublicationIdentifierType xgetBasePublicationIdentifier()
void setBasePublicationIdentifier(String basePublicationIdentifier)
void xsetBasePublicationIdentifier(PublicationIdentifierType basePublicationIdentifier)
DescriptionType getDescription()
void setDescription(DescriptionType description)
DescriptionType addNewDescription()
org.apache.xmlbeans.XmlObject getFilter()
boolean isSetFilter()
void setFilter(org.apache.xmlbeans.XmlObject filter)
org.apache.xmlbeans.XmlObject addNewFilter()
void unsetFilter()
String getFilterLanguageId()
org.apache.xmlbeans.XmlAnyURI xgetFilterLanguageId()
boolean isSetFilterLanguageId()
void setFilterLanguageId(String filterLanguageId)
void xsetFilterLanguageId(org.apache.xmlbeans.XmlAnyURI filterLanguageId)
void unsetFilterLanguageId()
org.apache.xmlbeans.XmlObject getProcessingExpression()
boolean isSetProcessingExpression()
void setProcessingExpression(org.apache.xmlbeans.XmlObject processingExpression)
org.apache.xmlbeans.XmlObject addNewProcessingExpression()
void unsetProcessingExpression()
String getProcessingLanguageId()
org.apache.xmlbeans.XmlAnyURI xgetProcessingLanguageId()
boolean isSetProcessingLanguageId()
void setProcessingLanguageId(String processingLanguageId)
void xsetProcessingLanguageId(org.apache.xmlbeans.XmlAnyURI processingLanguageId)
void unsetProcessingLanguageId()
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.