public interface DocumentMetadataType extends AbstractGMLType
addNewMetaDataProperty| Modifier and Type | Interface and Description |
|---|---|
static class |
DocumentMetadataType.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 |
|---|---|
ReferenceType |
addNewProfile()
Appends and returns a new empty value (as xml) as the last "profile" element
|
ReferenceType |
addNewVersion()
Appends and returns a new empty "version" element
|
Calendar |
getGenerationDate()
Gets the "generationDate" element
|
String |
getGenerationSystem()
Gets the "generationSystem" element
|
ReferenceType[] |
getProfileArray()
Gets array of all "profile" elements
|
ReferenceType |
getProfileArray(int i)
Gets ith "profile" element
|
ReferenceType |
getVersion()
Gets the "version" element
|
ReferenceType |
insertNewProfile(int i)
Inserts and returns a new empty value (as xml) as the ith "profile" element
|
boolean |
isSetGenerationSystem()
True if has "generationSystem" element
|
boolean |
isSetVersion()
True if has "version" element
|
void |
removeProfile(int i)
Removes the ith "profile" element
|
void |
setGenerationDate(Calendar generationDate)
Sets the "generationDate" element
|
void |
setGenerationSystem(String generationSystem)
Sets the "generationSystem" element
|
void |
setProfileArray(int i,
ReferenceType profile)
Sets ith "profile" element
|
void |
setProfileArray(ReferenceType[] profileArray)
Sets array of all "profile" element
|
void |
setVersion(ReferenceType version)
Sets the "version" element
|
int |
sizeOfProfileArray()
Returns number of "profile" element
|
void |
unsetGenerationSystem()
Unsets the "generationSystem" element
|
void |
unsetVersion()
Unsets the "version" element
|
org.apache.xmlbeans.XmlDateTime |
xgetGenerationDate()
Gets (as xml) the "generationDate" element
|
org.apache.xmlbeans.XmlString |
xgetGenerationSystem()
Gets (as xml) the "generationSystem" element
|
void |
xsetGenerationDate(org.apache.xmlbeans.XmlDateTime generationDate)
Sets (as xml) the "generationDate" element
|
void |
xsetGenerationSystem(org.apache.xmlbeans.XmlString generationSystem)
Sets (as xml) the "generationSystem" element
|
addNewDescription, addNewDescriptionReference, addNewIdentifier, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, isSetIdentifier, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, unsetIdentifier, xgetId, xsetIdchangeType, 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, xmlTextCalendar getGenerationDate()
org.apache.xmlbeans.XmlDateTime xgetGenerationDate()
void setGenerationDate(Calendar generationDate)
void xsetGenerationDate(org.apache.xmlbeans.XmlDateTime generationDate)
ReferenceType getVersion()
boolean isSetVersion()
void setVersion(ReferenceType version)
ReferenceType addNewVersion()
void unsetVersion()
String getGenerationSystem()
org.apache.xmlbeans.XmlString xgetGenerationSystem()
boolean isSetGenerationSystem()
void setGenerationSystem(String generationSystem)
void xsetGenerationSystem(org.apache.xmlbeans.XmlString generationSystem)
void unsetGenerationSystem()
ReferenceType[] getProfileArray()
ReferenceType getProfileArray(int i)
int sizeOfProfileArray()
void setProfileArray(ReferenceType[] profileArray)
void setProfileArray(int i,
ReferenceType profile)
ReferenceType insertNewProfile(int i)
ReferenceType addNewProfile()
void removeProfile(int i)
Copyright © 2017 52north.org. All rights reserved.