public interface DescriptionType extends BasicIdentificationType
| Modifier and Type | Interface and Description |
|---|---|
static class |
DescriptionType.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 |
|---|---|
LanguageStringType |
addNewAbstract()
Appends and returns a new empty value (as xml) as the last "Abstract" element
|
CodeType |
addNewIdentifier()
Appends and returns a new empty "Identifier" element
|
LanguageStringType |
addNewTitle()
Appends and returns a new empty value (as xml) as the last "Title" element
|
LanguageStringType[] |
getAbstractArray()
Gets array of all "Abstract" elements
|
LanguageStringType |
getAbstractArray(int i)
Gets ith "Abstract" element
|
CodeType |
getIdentifier()
Gets the "Identifier" element
|
LanguageStringType[] |
getTitleArray()
Gets array of all "Title" elements
|
LanguageStringType |
getTitleArray(int i)
Gets ith "Title" element
|
LanguageStringType |
insertNewAbstract(int i)
Inserts and returns a new empty value (as xml) as the ith "Abstract" element
|
LanguageStringType |
insertNewTitle(int i)
Inserts and returns a new empty value (as xml) as the ith "Title" element
|
boolean |
isSetIdentifier()
True if has "Identifier" element
|
void |
removeAbstract(int i)
Removes the ith "Abstract" element
|
void |
removeTitle(int i)
Removes the ith "Title" element
|
void |
setAbstractArray(int i,
LanguageStringType xabstract)
Sets ith "Abstract" element
|
void |
setAbstractArray(LanguageStringType[] xabstractArray)
Sets array of all "Abstract" element
|
void |
setIdentifier(CodeType identifier)
Sets the "Identifier" element
|
void |
setTitleArray(int i,
LanguageStringType title)
Sets ith "Title" element
|
void |
setTitleArray(LanguageStringType[] titleArray)
Sets array of all "Title" element
|
int |
sizeOfAbstractArray()
Returns number of "Abstract" element
|
int |
sizeOfTitleArray()
Returns number of "Title" element
|
void |
unsetIdentifier()
Unsets the "Identifier" element
|
addNewMetadata, getMetadataArray, getMetadataArray, insertNewMetadata, removeMetadata, setMetadataArray, setMetadataArray, sizeOfMetadataArrayaddNewKeywords, getKeywordsArray, getKeywordsArray, insertNewKeywords, removeKeywords, setKeywordsArray, setKeywordsArray, sizeOfKeywordsArraychangeType, 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, xmlTextLanguageStringType[] getTitleArray()
getTitleArray in interface DescriptionTypeLanguageStringType getTitleArray(int i)
getTitleArray in interface DescriptionTypeint sizeOfTitleArray()
sizeOfTitleArray in interface DescriptionTypevoid setTitleArray(LanguageStringType[] titleArray)
setTitleArray in interface DescriptionTypevoid setTitleArray(int i,
LanguageStringType title)
setTitleArray in interface DescriptionTypeLanguageStringType insertNewTitle(int i)
insertNewTitle in interface DescriptionTypeLanguageStringType addNewTitle()
addNewTitle in interface DescriptionTypevoid removeTitle(int i)
removeTitle in interface DescriptionTypeLanguageStringType[] getAbstractArray()
getAbstractArray in interface DescriptionTypeLanguageStringType getAbstractArray(int i)
getAbstractArray in interface DescriptionTypeint sizeOfAbstractArray()
sizeOfAbstractArray in interface DescriptionTypevoid setAbstractArray(LanguageStringType[] xabstractArray)
setAbstractArray in interface DescriptionTypevoid setAbstractArray(int i,
LanguageStringType xabstract)
setAbstractArray in interface DescriptionTypeLanguageStringType insertNewAbstract(int i)
insertNewAbstract in interface DescriptionTypeLanguageStringType addNewAbstract()
addNewAbstract in interface DescriptionTypevoid removeAbstract(int i)
removeAbstract in interface DescriptionTypeCodeType getIdentifier()
getIdentifier in interface BasicIdentificationTypeboolean isSetIdentifier()
isSetIdentifier in interface BasicIdentificationTypevoid setIdentifier(CodeType identifier)
setIdentifier in interface BasicIdentificationTypeCodeType addNewIdentifier()
addNewIdentifier in interface BasicIdentificationTypevoid unsetIdentifier()
unsetIdentifier in interface BasicIdentificationTypeCopyright © 2015–2018 52north.org. All rights reserved.