public interface TVPMetadataType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
TVPMetadataType.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 |
addNewNilReason()
Appends and returns a new empty "nilReason" element
|
ReferenceType |
addNewProcessing()
Appends and returns a new empty "processing" element
|
QualityPropertyType |
addNewQualifier()
Appends and returns a new empty value (as xml) as the last "qualifier" element
|
ReferenceType |
addNewQuality()
Appends and returns a new empty "quality" element
|
ObservationContextPropertyType |
addNewRelatedObservation()
Appends and returns a new empty value (as xml) as the last "relatedObservation" element
|
ReferenceType |
addNewSource()
Appends and returns a new empty "source" element
|
String |
getComment()
Gets the "comment" element
|
ReferenceType |
getNilReason()
Gets the "nilReason" element
|
ReferenceType |
getProcessing()
Gets the "processing" element
|
QualityPropertyType[] |
getQualifierArray()
Gets array of all "qualifier" elements
|
QualityPropertyType |
getQualifierArray(int i)
Gets ith "qualifier" element
|
ReferenceType |
getQuality()
Gets the "quality" element
|
ObservationContextPropertyType[] |
getRelatedObservationArray()
Gets array of all "relatedObservation" elements
|
ObservationContextPropertyType |
getRelatedObservationArray(int i)
Gets ith "relatedObservation" element
|
ReferenceType |
getSource()
Gets the "source" element
|
QualityPropertyType |
insertNewQualifier(int i)
Inserts and returns a new empty value (as xml) as the ith "qualifier" element
|
ObservationContextPropertyType |
insertNewRelatedObservation(int i)
Inserts and returns a new empty value (as xml) as the ith "relatedObservation" element
|
boolean |
isSetComment()
True if has "comment" element
|
boolean |
isSetNilReason()
True if has "nilReason" element
|
boolean |
isSetProcessing()
True if has "processing" element
|
boolean |
isSetQuality()
True if has "quality" element
|
boolean |
isSetSource()
True if has "source" element
|
void |
removeQualifier(int i)
Removes the ith "qualifier" element
|
void |
removeRelatedObservation(int i)
Removes the ith "relatedObservation" element
|
void |
setComment(String comment)
Sets the "comment" element
|
void |
setNilReason(ReferenceType nilReason)
Sets the "nilReason" element
|
void |
setProcessing(ReferenceType processing)
Sets the "processing" element
|
void |
setQualifierArray(int i,
QualityPropertyType qualifier)
Sets ith "qualifier" element
|
void |
setQualifierArray(QualityPropertyType[] qualifierArray)
Sets array of all "qualifier" element
|
void |
setQuality(ReferenceType quality)
Sets the "quality" element
|
void |
setRelatedObservationArray(int i,
ObservationContextPropertyType relatedObservation)
Sets ith "relatedObservation" element
|
void |
setRelatedObservationArray(ObservationContextPropertyType[] relatedObservationArray)
Sets array of all "relatedObservation" element
|
void |
setSource(ReferenceType source)
Sets the "source" element
|
int |
sizeOfQualifierArray()
Returns number of "qualifier" element
|
int |
sizeOfRelatedObservationArray()
Returns number of "relatedObservation" element
|
void |
unsetComment()
Unsets the "comment" element
|
void |
unsetNilReason()
Unsets the "nilReason" element
|
void |
unsetProcessing()
Unsets the "processing" element
|
void |
unsetQuality()
Unsets the "quality" element
|
void |
unsetSource()
Unsets the "source" element
|
org.apache.xmlbeans.XmlString |
xgetComment()
Gets (as xml) the "comment" element
|
void |
xsetComment(org.apache.xmlbeans.XmlString comment)
Sets (as xml) the "comment" 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, xmlTextReferenceType getQuality()
boolean isSetQuality()
void setQuality(ReferenceType quality)
ReferenceType addNewQuality()
void unsetQuality()
ReferenceType getNilReason()
boolean isSetNilReason()
void setNilReason(ReferenceType nilReason)
ReferenceType addNewNilReason()
void unsetNilReason()
String getComment()
org.apache.xmlbeans.XmlString xgetComment()
boolean isSetComment()
void setComment(String comment)
void xsetComment(org.apache.xmlbeans.XmlString comment)
void unsetComment()
ObservationContextPropertyType[] getRelatedObservationArray()
ObservationContextPropertyType getRelatedObservationArray(int i)
int sizeOfRelatedObservationArray()
void setRelatedObservationArray(ObservationContextPropertyType[] relatedObservationArray)
void setRelatedObservationArray(int i,
ObservationContextPropertyType relatedObservation)
ObservationContextPropertyType insertNewRelatedObservation(int i)
ObservationContextPropertyType addNewRelatedObservation()
void removeRelatedObservation(int i)
QualityPropertyType[] getQualifierArray()
QualityPropertyType getQualifierArray(int i)
int sizeOfQualifierArray()
void setQualifierArray(QualityPropertyType[] qualifierArray)
void setQualifierArray(int i,
QualityPropertyType qualifier)
QualityPropertyType insertNewQualifier(int i)
QualityPropertyType addNewQualifier()
void removeQualifier(int i)
ReferenceType getProcessing()
boolean isSetProcessing()
void setProcessing(ReferenceType processing)
ReferenceType addNewProcessing()
void unsetProcessing()
ReferenceType getSource()
boolean isSetSource()
void setSource(ReferenceType source)
ReferenceType addNewSource()
void unsetSource()
Copyright © 2017 52north.org. All rights reserved.