public class PublicationTypeImpl extends DescriptionTypeImpl implements PublicationType
PublicationType.Factory_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBERtype| Constructor and Description |
|---|
PublicationTypeImpl(org.apache.xmlbeans.SchemaType sType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContentType(String contentType)
Appends the value as the last "ContentType" element
|
BoundingBoxType |
addNewBoundingBox()
Appends and returns a new empty value (as xml) as the last "BoundingBox" element
|
MimeType |
addNewContentType()
Appends and returns a new empty value (as xml) as the last "ContentType" element
|
org.apache.xmlbeans.XmlObject |
addNewExtension()
Appends and returns a new empty value (as xml) as the last "Extension" element
|
org.apache.xmlbeans.XmlObject |
addNewFormalContentDefinition()
Appends and returns a new empty "FormalContentDefinition" element
|
MetadataType |
addNewMetadata()
Appends and returns a new empty value (as xml) as the last "Metadata" element
|
org.apache.xmlbeans.XmlAnyURI |
addNewSupportedDeliveryMethod()
Appends and returns a new empty value (as xml) as the last "SupportedDeliveryMethod" element
|
org.apache.xmlbeans.XmlAnyURI |
addNewSupportedFilterLanguage()
Appends and returns a new empty value (as xml) as the last "SupportedFilterLanguage" element
|
void |
addSupportedDeliveryMethod(String supportedDeliveryMethod)
Appends the value as the last "SupportedDeliveryMethod" element
|
void |
addSupportedFilterLanguage(String supportedFilterLanguage)
Appends the value as the last "SupportedFilterLanguage" element
|
BoundingBoxType[] |
getBoundingBoxArray()
Gets array of all "BoundingBox" elements
|
BoundingBoxType |
getBoundingBoxArray(int i)
Gets ith "BoundingBox" element
|
String[] |
getContentTypeArray()
Gets array of all "ContentType" elements
|
String |
getContentTypeArray(int i)
Gets ith "ContentType" 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 |
getFormalContentDefinition()
Gets the "FormalContentDefinition" element
|
String |
getFormalContentDefinitionLanguage()
Gets the "FormalContentDefinitionLanguage" element
|
String |
getIdentifier()
Gets the "Identifier" element
|
MetadataType[] |
getMetadataArray()
Gets array of all "Metadata" elements
|
MetadataType |
getMetadataArray(int i)
Gets ith "Metadata" element
|
String[] |
getSupportedDeliveryMethodArray()
Gets array of all "SupportedDeliveryMethod" elements
|
String |
getSupportedDeliveryMethodArray(int i)
Gets ith "SupportedDeliveryMethod" element
|
String[] |
getSupportedFilterLanguageArray()
Gets array of all "SupportedFilterLanguage" elements
|
String |
getSupportedFilterLanguageArray(int i)
Gets ith "SupportedFilterLanguage" element
|
void |
insertContentType(int i,
String contentType)
Inserts the value as the ith "ContentType" element
|
BoundingBoxType |
insertNewBoundingBox(int i)
Inserts and returns a new empty value (as xml) as the ith "BoundingBox" element
|
MimeType |
insertNewContentType(int i)
Inserts and returns a new empty value (as xml) as the ith "ContentType" element
|
org.apache.xmlbeans.XmlObject |
insertNewExtension(int i)
Inserts and returns a new empty value (as xml) as the ith "Extension" element
|
MetadataType |
insertNewMetadata(int i)
Inserts and returns a new empty value (as xml) as the ith "Metadata" element
|
org.apache.xmlbeans.XmlAnyURI |
insertNewSupportedDeliveryMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "SupportedDeliveryMethod" element
|
org.apache.xmlbeans.XmlAnyURI |
insertNewSupportedFilterLanguage(int i)
Inserts and returns a new empty value (as xml) as the ith "SupportedFilterLanguage" element
|
void |
insertSupportedDeliveryMethod(int i,
String supportedDeliveryMethod)
Inserts the value as the ith "SupportedDeliveryMethod" element
|
void |
insertSupportedFilterLanguage(int i,
String supportedFilterLanguage)
Inserts the value as the ith "SupportedFilterLanguage" element
|
boolean |
isSetFormalContentDefinition()
True if has "FormalContentDefinition" element
|
boolean |
isSetFormalContentDefinitionLanguage()
True if has "FormalContentDefinitionLanguage" element
|
void |
removeBoundingBox(int i)
Removes the ith "BoundingBox" element
|
void |
removeContentType(int i)
Removes the ith "ContentType" element
|
void |
removeExtension(int i)
Removes the ith "Extension" element
|
void |
removeMetadata(int i)
Removes the ith "Metadata" element
|
void |
removeSupportedDeliveryMethod(int i)
Removes the ith "SupportedDeliveryMethod" element
|
void |
removeSupportedFilterLanguage(int i)
Removes the ith "SupportedFilterLanguage" element
|
void |
setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)
Sets array of all "BoundingBox" element
|
void |
setBoundingBoxArray(int i,
BoundingBoxType boundingBox)
Sets ith "BoundingBox" element
|
void |
setContentTypeArray(int i,
String contentType)
Sets ith "ContentType" element
|
void |
setContentTypeArray(String[] contentTypeArray)
Sets array of all "ContentType" 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 |
setFormalContentDefinition(org.apache.xmlbeans.XmlObject formalContentDefinition)
Sets the "FormalContentDefinition" element
|
void |
setFormalContentDefinitionLanguage(String formalContentDefinitionLanguage)
Sets the "FormalContentDefinitionLanguage" element
|
void |
setIdentifier(String identifier)
Sets the "Identifier" element
|
void |
setMetadataArray(int i,
MetadataType metadata)
Sets ith "Metadata" element
|
void |
setMetadataArray(MetadataType[] metadataArray)
Sets array of all "Metadata" element
|
void |
setSupportedDeliveryMethodArray(int i,
String supportedDeliveryMethod)
Sets ith "SupportedDeliveryMethod" element
|
void |
setSupportedDeliveryMethodArray(String[] supportedDeliveryMethodArray)
Sets array of all "SupportedDeliveryMethod" element
|
void |
setSupportedFilterLanguageArray(int i,
String supportedFilterLanguage)
Sets ith "SupportedFilterLanguage" element
|
void |
setSupportedFilterLanguageArray(String[] supportedFilterLanguageArray)
Sets array of all "SupportedFilterLanguage" element
|
int |
sizeOfBoundingBoxArray()
Returns number of "BoundingBox" element
|
int |
sizeOfContentTypeArray()
Returns number of "ContentType" element
|
int |
sizeOfExtensionArray()
Returns number of "Extension" element
|
int |
sizeOfMetadataArray()
Returns number of "Metadata" element
|
int |
sizeOfSupportedDeliveryMethodArray()
Returns number of "SupportedDeliveryMethod" element
|
int |
sizeOfSupportedFilterLanguageArray()
Returns number of "SupportedFilterLanguage" element
|
void |
unsetFormalContentDefinition()
Unsets the "FormalContentDefinition" element
|
void |
unsetFormalContentDefinitionLanguage()
Unsets the "FormalContentDefinitionLanguage" element
|
MimeType[] |
xgetContentTypeArray()
Gets (as xml) array of all "ContentType" elements
|
MimeType |
xgetContentTypeArray(int i)
Gets (as xml) ith "ContentType" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetFormalContentDefinitionLanguage()
Gets (as xml) the "FormalContentDefinitionLanguage" element
|
PublicationIdentifierType |
xgetIdentifier()
Gets (as xml) the "Identifier" element
|
org.apache.xmlbeans.XmlAnyURI[] |
xgetSupportedDeliveryMethodArray()
Gets (as xml) array of all "SupportedDeliveryMethod" elements
|
org.apache.xmlbeans.XmlAnyURI |
xgetSupportedDeliveryMethodArray(int i)
Gets (as xml) ith "SupportedDeliveryMethod" element
|
org.apache.xmlbeans.XmlAnyURI[] |
xgetSupportedFilterLanguageArray()
Gets (as xml) array of all "SupportedFilterLanguage" elements
|
org.apache.xmlbeans.XmlAnyURI |
xgetSupportedFilterLanguageArray(int i)
Gets (as xml) ith "SupportedFilterLanguage" element
|
void |
xsetContentTypeArray(int i,
MimeType contentType)
Sets (as xml) ith "ContentType" element
|
void |
xsetContentTypeArray(MimeType[] contentTypeArray)
Sets (as xml) array of all "ContentType" element
|
void |
xsetFormalContentDefinitionLanguage(org.apache.xmlbeans.XmlAnyURI formalContentDefinitionLanguage)
Sets (as xml) the "FormalContentDefinitionLanguage" element
|
void |
xsetIdentifier(PublicationIdentifierType identifier)
Sets (as xml) the "Identifier" element
|
void |
xsetSupportedDeliveryMethodArray(int i,
org.apache.xmlbeans.XmlAnyURI supportedDeliveryMethod)
Sets (as xml) ith "SupportedDeliveryMethod" element
|
void |
xsetSupportedDeliveryMethodArray(org.apache.xmlbeans.XmlAnyURI[] supportedDeliveryMethodArray)
Sets (as xml) array of all "SupportedDeliveryMethod" element
|
void |
xsetSupportedFilterLanguageArray(int i,
org.apache.xmlbeans.XmlAnyURI supportedFilterLanguage)
Sets (as xml) ith "SupportedFilterLanguage" element
|
void |
xsetSupportedFilterLanguageArray(org.apache.xmlbeans.XmlAnyURI[] supportedFilterLanguageArray)
Sets (as xml) array of all "SupportedFilterLanguage" element
|
addNewAbstract, addNewKeywords, addNewTitle, getAbstractArray, getAbstractArray, getKeywordsArray, getKeywordsArray, getTitleArray, getTitleArray, insertNewAbstract, insertNewKeywords, insertNewTitle, removeAbstract, removeKeywords, removeTitle, setAbstractArray, setAbstractArray, setKeywordsArray, setKeywordsArray, setTitleArray, setTitleArray, sizeOfAbstractArray, sizeOfKeywordsArray, sizeOfTitleArrayarraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlTextclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddNewAbstract, 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, xmlTextpublic PublicationTypeImpl(org.apache.xmlbeans.SchemaType sType)
public String getIdentifier()
getIdentifier in interface PublicationTypepublic PublicationIdentifierType xgetIdentifier()
xgetIdentifier in interface PublicationTypepublic void setIdentifier(String identifier)
setIdentifier in interface PublicationTypepublic void xsetIdentifier(PublicationIdentifierType identifier)
xsetIdentifier in interface PublicationTypepublic String[] getContentTypeArray()
getContentTypeArray in interface PublicationTypepublic String getContentTypeArray(int i)
getContentTypeArray in interface PublicationTypepublic MimeType[] xgetContentTypeArray()
xgetContentTypeArray in interface PublicationTypepublic MimeType xgetContentTypeArray(int i)
xgetContentTypeArray in interface PublicationTypepublic int sizeOfContentTypeArray()
sizeOfContentTypeArray in interface PublicationTypepublic void setContentTypeArray(String[] contentTypeArray)
setContentTypeArray in interface PublicationTypepublic void setContentTypeArray(int i,
String contentType)
setContentTypeArray in interface PublicationTypepublic void xsetContentTypeArray(MimeType[] contentTypeArray)
xsetContentTypeArray in interface PublicationTypepublic void xsetContentTypeArray(int i,
MimeType contentType)
xsetContentTypeArray in interface PublicationTypepublic void insertContentType(int i,
String contentType)
insertContentType in interface PublicationTypepublic void addContentType(String contentType)
addContentType in interface PublicationTypepublic MimeType insertNewContentType(int i)
insertNewContentType in interface PublicationTypepublic MimeType addNewContentType()
addNewContentType in interface PublicationTypepublic void removeContentType(int i)
removeContentType in interface PublicationTypepublic String[] getSupportedFilterLanguageArray()
getSupportedFilterLanguageArray in interface PublicationTypepublic String getSupportedFilterLanguageArray(int i)
getSupportedFilterLanguageArray in interface PublicationTypepublic org.apache.xmlbeans.XmlAnyURI[] xgetSupportedFilterLanguageArray()
xgetSupportedFilterLanguageArray in interface PublicationTypepublic org.apache.xmlbeans.XmlAnyURI xgetSupportedFilterLanguageArray(int i)
xgetSupportedFilterLanguageArray in interface PublicationTypepublic int sizeOfSupportedFilterLanguageArray()
sizeOfSupportedFilterLanguageArray in interface PublicationTypepublic void setSupportedFilterLanguageArray(String[] supportedFilterLanguageArray)
setSupportedFilterLanguageArray in interface PublicationTypepublic void setSupportedFilterLanguageArray(int i,
String supportedFilterLanguage)
setSupportedFilterLanguageArray in interface PublicationTypepublic void xsetSupportedFilterLanguageArray(org.apache.xmlbeans.XmlAnyURI[] supportedFilterLanguageArray)
xsetSupportedFilterLanguageArray in interface PublicationTypepublic void xsetSupportedFilterLanguageArray(int i,
org.apache.xmlbeans.XmlAnyURI supportedFilterLanguage)
xsetSupportedFilterLanguageArray in interface PublicationTypepublic void insertSupportedFilterLanguage(int i,
String supportedFilterLanguage)
insertSupportedFilterLanguage in interface PublicationTypepublic void addSupportedFilterLanguage(String supportedFilterLanguage)
addSupportedFilterLanguage in interface PublicationTypepublic org.apache.xmlbeans.XmlAnyURI insertNewSupportedFilterLanguage(int i)
insertNewSupportedFilterLanguage in interface PublicationTypepublic org.apache.xmlbeans.XmlAnyURI addNewSupportedFilterLanguage()
addNewSupportedFilterLanguage in interface PublicationTypepublic void removeSupportedFilterLanguage(int i)
removeSupportedFilterLanguage in interface PublicationTypepublic String[] getSupportedDeliveryMethodArray()
getSupportedDeliveryMethodArray in interface PublicationTypepublic String getSupportedDeliveryMethodArray(int i)
getSupportedDeliveryMethodArray in interface PublicationTypepublic org.apache.xmlbeans.XmlAnyURI[] xgetSupportedDeliveryMethodArray()
xgetSupportedDeliveryMethodArray in interface PublicationTypepublic org.apache.xmlbeans.XmlAnyURI xgetSupportedDeliveryMethodArray(int i)
xgetSupportedDeliveryMethodArray in interface PublicationTypepublic int sizeOfSupportedDeliveryMethodArray()
sizeOfSupportedDeliveryMethodArray in interface PublicationTypepublic void setSupportedDeliveryMethodArray(String[] supportedDeliveryMethodArray)
setSupportedDeliveryMethodArray in interface PublicationTypepublic void setSupportedDeliveryMethodArray(int i,
String supportedDeliveryMethod)
setSupportedDeliveryMethodArray in interface PublicationTypepublic void xsetSupportedDeliveryMethodArray(org.apache.xmlbeans.XmlAnyURI[] supportedDeliveryMethodArray)
xsetSupportedDeliveryMethodArray in interface PublicationTypepublic void xsetSupportedDeliveryMethodArray(int i,
org.apache.xmlbeans.XmlAnyURI supportedDeliveryMethod)
xsetSupportedDeliveryMethodArray in interface PublicationTypepublic void insertSupportedDeliveryMethod(int i,
String supportedDeliveryMethod)
insertSupportedDeliveryMethod in interface PublicationTypepublic void addSupportedDeliveryMethod(String supportedDeliveryMethod)
addSupportedDeliveryMethod in interface PublicationTypepublic org.apache.xmlbeans.XmlAnyURI insertNewSupportedDeliveryMethod(int i)
insertNewSupportedDeliveryMethod in interface PublicationTypepublic org.apache.xmlbeans.XmlAnyURI addNewSupportedDeliveryMethod()
addNewSupportedDeliveryMethod in interface PublicationTypepublic void removeSupportedDeliveryMethod(int i)
removeSupportedDeliveryMethod in interface PublicationTypepublic BoundingBoxType[] getBoundingBoxArray()
getBoundingBoxArray in interface PublicationTypepublic BoundingBoxType getBoundingBoxArray(int i)
getBoundingBoxArray in interface PublicationTypepublic int sizeOfBoundingBoxArray()
sizeOfBoundingBoxArray in interface PublicationTypepublic void setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)
setBoundingBoxArray in interface PublicationTypepublic void setBoundingBoxArray(int i,
BoundingBoxType boundingBox)
setBoundingBoxArray in interface PublicationTypepublic BoundingBoxType insertNewBoundingBox(int i)
insertNewBoundingBox in interface PublicationTypepublic BoundingBoxType addNewBoundingBox()
addNewBoundingBox in interface PublicationTypepublic void removeBoundingBox(int i)
removeBoundingBox in interface PublicationTypepublic String getFormalContentDefinitionLanguage()
getFormalContentDefinitionLanguage in interface PublicationTypepublic org.apache.xmlbeans.XmlAnyURI xgetFormalContentDefinitionLanguage()
xgetFormalContentDefinitionLanguage in interface PublicationTypepublic boolean isSetFormalContentDefinitionLanguage()
isSetFormalContentDefinitionLanguage in interface PublicationTypepublic void setFormalContentDefinitionLanguage(String formalContentDefinitionLanguage)
setFormalContentDefinitionLanguage in interface PublicationTypepublic void xsetFormalContentDefinitionLanguage(org.apache.xmlbeans.XmlAnyURI formalContentDefinitionLanguage)
xsetFormalContentDefinitionLanguage in interface PublicationTypepublic void unsetFormalContentDefinitionLanguage()
unsetFormalContentDefinitionLanguage in interface PublicationTypepublic org.apache.xmlbeans.XmlObject getFormalContentDefinition()
getFormalContentDefinition in interface PublicationTypepublic boolean isSetFormalContentDefinition()
isSetFormalContentDefinition in interface PublicationTypepublic void setFormalContentDefinition(org.apache.xmlbeans.XmlObject formalContentDefinition)
setFormalContentDefinition in interface PublicationTypepublic org.apache.xmlbeans.XmlObject addNewFormalContentDefinition()
addNewFormalContentDefinition in interface PublicationTypepublic void unsetFormalContentDefinition()
unsetFormalContentDefinition in interface PublicationTypepublic MetadataType[] getMetadataArray()
getMetadataArray in interface PublicationTypepublic MetadataType getMetadataArray(int i)
getMetadataArray in interface PublicationTypepublic int sizeOfMetadataArray()
sizeOfMetadataArray in interface PublicationTypepublic void setMetadataArray(MetadataType[] metadataArray)
setMetadataArray in interface PublicationTypepublic void setMetadataArray(int i,
MetadataType metadata)
setMetadataArray in interface PublicationTypepublic MetadataType insertNewMetadata(int i)
insertNewMetadata in interface PublicationTypepublic MetadataType addNewMetadata()
addNewMetadata in interface PublicationTypepublic void removeMetadata(int i)
removeMetadata in interface PublicationTypepublic org.apache.xmlbeans.XmlObject[] getExtensionArray()
getExtensionArray in interface PublicationTypepublic org.apache.xmlbeans.XmlObject getExtensionArray(int i)
getExtensionArray in interface PublicationTypepublic int sizeOfExtensionArray()
sizeOfExtensionArray in interface PublicationTypepublic void setExtensionArray(org.apache.xmlbeans.XmlObject[] extensionArray)
setExtensionArray in interface PublicationTypepublic void setExtensionArray(int i,
org.apache.xmlbeans.XmlObject extension)
setExtensionArray in interface PublicationTypepublic org.apache.xmlbeans.XmlObject insertNewExtension(int i)
insertNewExtension in interface PublicationTypepublic org.apache.xmlbeans.XmlObject addNewExtension()
addNewExtension in interface PublicationTypepublic void removeExtension(int i)
removeExtension in interface PublicationTypeCopyright © 2017 52north.org. All rights reserved.