public interface DerivedPublicationType extends PublicationType
| Modifier and Type | Interface and Description |
|---|---|
static class |
DerivedPublicationType.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 |
|---|---|
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
|
org.apache.xmlbeans.XmlObject |
getFilter()
Gets the "Filter" element
|
String |
getFilterLanguageId()
Gets the "FilterLanguageId" element
|
org.apache.xmlbeans.XmlObject |
getProcessingExpression()
Gets the "ProcessingExpression" element
|
String |
getProcessingLanguageId()
Gets the "ProcessingLanguageId" 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 |
setBasePublicationIdentifier(String basePublicationIdentifier)
Sets the "BasePublicationIdentifier" element
|
void |
setFilter(org.apache.xmlbeans.XmlObject filter)
Sets the "Filter" element
|
void |
setFilterLanguageId(String filterLanguageId)
Sets the "FilterLanguageId" element
|
void |
setProcessingExpression(org.apache.xmlbeans.XmlObject processingExpression)
Sets the "ProcessingExpression" element
|
void |
setProcessingLanguageId(String processingLanguageId)
Sets the "ProcessingLanguageId" 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
|
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 |
xsetProcessingLanguageId(org.apache.xmlbeans.XmlAnyURI processingLanguageId)
Sets (as xml) the "ProcessingLanguageId" element
|
addContentType, addNewBoundingBox, addNewContentType, addNewExtension, addNewFormalContentDefinition, addNewMetadata, addNewSupportedDeliveryMethod, addNewSupportedFilterLanguage, addSupportedDeliveryMethod, addSupportedFilterLanguage, getBoundingBoxArray, getBoundingBoxArray, getContentTypeArray, getContentTypeArray, getExtensionArray, getExtensionArray, getFormalContentDefinition, getFormalContentDefinitionLanguage, getIdentifier, getMetadataArray, getMetadataArray, getSupportedDeliveryMethodArray, getSupportedDeliveryMethodArray, getSupportedFilterLanguageArray, getSupportedFilterLanguageArray, insertContentType, insertNewBoundingBox, insertNewContentType, insertNewExtension, insertNewMetadata, insertNewSupportedDeliveryMethod, insertNewSupportedFilterLanguage, insertSupportedDeliveryMethod, insertSupportedFilterLanguage, isSetFormalContentDefinition, isSetFormalContentDefinitionLanguage, removeBoundingBox, removeContentType, removeExtension, removeMetadata, removeSupportedDeliveryMethod, removeSupportedFilterLanguage, setBoundingBoxArray, setBoundingBoxArray, setContentTypeArray, setContentTypeArray, setExtensionArray, setExtensionArray, setFormalContentDefinition, setFormalContentDefinitionLanguage, setIdentifier, setMetadataArray, setMetadataArray, setSupportedDeliveryMethodArray, setSupportedDeliveryMethodArray, setSupportedFilterLanguageArray, setSupportedFilterLanguageArray, sizeOfBoundingBoxArray, sizeOfContentTypeArray, sizeOfExtensionArray, sizeOfMetadataArray, sizeOfSupportedDeliveryMethodArray, sizeOfSupportedFilterLanguageArray, unsetFormalContentDefinition, unsetFormalContentDefinitionLanguage, xgetContentTypeArray, xgetContentTypeArray, xgetFormalContentDefinitionLanguage, xgetIdentifier, xgetSupportedDeliveryMethodArray, xgetSupportedDeliveryMethodArray, xgetSupportedFilterLanguageArray, xgetSupportedFilterLanguageArray, xsetContentTypeArray, xsetContentTypeArray, xsetFormalContentDefinitionLanguage, xsetIdentifier, xsetSupportedDeliveryMethodArray, xsetSupportedDeliveryMethodArray, xsetSupportedFilterLanguageArray, xsetSupportedFilterLanguageArrayaddNewAbstract, addNewKeywords, addNewTitle, getAbstractArray, getAbstractArray, getKeywordsArray, getKeywordsArray, getTitleArray, getTitleArray, insertNewAbstract, insertNewKeywords, insertNewTitle, removeAbstract, removeKeywords, removeTitle, setAbstractArray, setAbstractArray, setKeywordsArray, setKeywordsArray, setTitleArray, setTitleArray, sizeOfAbstractArray, sizeOfKeywordsArray, sizeOfTitleArraychangeType, 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 getBasePublicationIdentifier()
PublicationIdentifierType xgetBasePublicationIdentifier()
void setBasePublicationIdentifier(String basePublicationIdentifier)
void xsetBasePublicationIdentifier(PublicationIdentifierType basePublicationIdentifier)
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()
Copyright © 2017 52north.org. All rights reserved.