|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SummaryRecordType
An XML SummaryRecordType(@http://www.opengis.net/cat/csw/2.0.2). This is a complex type.
Nested Class Summary | |
---|---|
static class |
SummaryRecordType.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
SimpleLiteral |
addNewAbstract()
Appends and returns a new empty value (as xml) as the last "abstract" element |
BoundingBoxType |
addNewBoundingBox()
Appends and returns a new empty value (as xml) as the last "BoundingBox" element |
SimpleLiteral |
addNewFormat()
Appends and returns a new empty value (as xml) as the last "format" element |
SimpleLiteral |
addNewIdentifier()
Appends and returns a new empty value (as xml) as the last "identifier" element |
SimpleLiteral |
addNewModified()
Appends and returns a new empty value (as xml) as the last "modified" element |
SimpleLiteral |
addNewRelation()
Appends and returns a new empty value (as xml) as the last "relation" element |
SimpleLiteral |
addNewSpatial()
Appends and returns a new empty value (as xml) as the last "spatial" element |
SimpleLiteral |
addNewSubject()
Appends and returns a new empty value (as xml) as the last "subject" element |
SimpleLiteral |
addNewTitle()
Appends and returns a new empty value (as xml) as the last "title" element |
SimpleLiteral |
addNewType()
Appends and returns a new empty "type" element |
SimpleLiteral[] |
getAbstractArray()
Gets array of all "abstract" elements |
SimpleLiteral |
getAbstractArray(int i)
Gets ith "abstract" element |
BoundingBoxType[] |
getBoundingBoxArray()
Gets array of all "BoundingBox" elements |
BoundingBoxType |
getBoundingBoxArray(int i)
Gets ith "BoundingBox" element |
SimpleLiteral[] |
getFormatArray()
Gets array of all "format" elements |
SimpleLiteral |
getFormatArray(int i)
Gets ith "format" element |
SimpleLiteral[] |
getIdentifierArray()
Gets array of all "identifier" elements |
SimpleLiteral |
getIdentifierArray(int i)
Gets ith "identifier" element |
SimpleLiteral[] |
getModifiedArray()
Gets array of all "modified" elements |
SimpleLiteral |
getModifiedArray(int i)
Gets ith "modified" element |
SimpleLiteral[] |
getRelationArray()
Gets array of all "relation" elements |
SimpleLiteral |
getRelationArray(int i)
Gets ith "relation" element |
SimpleLiteral[] |
getSpatialArray()
Gets array of all "spatial" elements |
SimpleLiteral |
getSpatialArray(int i)
Gets ith "spatial" element |
SimpleLiteral[] |
getSubjectArray()
Gets array of all "subject" elements |
SimpleLiteral |
getSubjectArray(int i)
Gets ith "subject" element |
SimpleLiteral[] |
getTitleArray()
Gets array of all "title" elements |
SimpleLiteral |
getTitleArray(int i)
Gets ith "title" element |
SimpleLiteral |
getType()
Gets the "type" element |
SimpleLiteral |
insertNewAbstract(int i)
Inserts and returns a new empty value (as xml) as the ith "abstract" element |
BoundingBoxType |
insertNewBoundingBox(int i)
Inserts and returns a new empty value (as xml) as the ith "BoundingBox" element |
SimpleLiteral |
insertNewFormat(int i)
Inserts and returns a new empty value (as xml) as the ith "format" element |
SimpleLiteral |
insertNewIdentifier(int i)
Inserts and returns a new empty value (as xml) as the ith "identifier" element |
SimpleLiteral |
insertNewModified(int i)
Inserts and returns a new empty value (as xml) as the ith "modified" element |
SimpleLiteral |
insertNewRelation(int i)
Inserts and returns a new empty value (as xml) as the ith "relation" element |
SimpleLiteral |
insertNewSpatial(int i)
Inserts and returns a new empty value (as xml) as the ith "spatial" element |
SimpleLiteral |
insertNewSubject(int i)
Inserts and returns a new empty value (as xml) as the ith "subject" element |
SimpleLiteral |
insertNewTitle(int i)
Inserts and returns a new empty value (as xml) as the ith "title" element |
boolean |
isSetType()
True if has "type" element |
void |
removeAbstract(int i)
Removes the ith "abstract" element |
void |
removeBoundingBox(int i)
Removes the ith "BoundingBox" element |
void |
removeFormat(int i)
Removes the ith "format" element |
void |
removeIdentifier(int i)
Removes the ith "identifier" element |
void |
removeModified(int i)
Removes the ith "modified" element |
void |
removeRelation(int i)
Removes the ith "relation" element |
void |
removeSpatial(int i)
Removes the ith "spatial" element |
void |
removeSubject(int i)
Removes the ith "subject" element |
void |
removeTitle(int i)
Removes the ith "title" element |
void |
setAbstractArray(int i,
SimpleLiteral xabstract)
Sets ith "abstract" element |
void |
setAbstractArray(SimpleLiteral[] xabstractArray)
Sets array of all "abstract" element |
void |
setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)
Sets array of all "BoundingBox" element |
void |
setBoundingBoxArray(int i,
BoundingBoxType boundingBox)
Sets ith "BoundingBox" element |
void |
setFormatArray(int i,
SimpleLiteral format)
Sets ith "format" element |
void |
setFormatArray(SimpleLiteral[] formatArray)
Sets array of all "format" element |
void |
setIdentifierArray(int i,
SimpleLiteral identifier)
Sets ith "identifier" element |
void |
setIdentifierArray(SimpleLiteral[] identifierArray)
Sets array of all "identifier" element |
void |
setModifiedArray(int i,
SimpleLiteral modified)
Sets ith "modified" element |
void |
setModifiedArray(SimpleLiteral[] modifiedArray)
Sets array of all "modified" element |
void |
setRelationArray(int i,
SimpleLiteral relation)
Sets ith "relation" element |
void |
setRelationArray(SimpleLiteral[] relationArray)
Sets array of all "relation" element |
void |
setSpatialArray(int i,
SimpleLiteral spatial)
Sets ith "spatial" element |
void |
setSpatialArray(SimpleLiteral[] spatialArray)
Sets array of all "spatial" element |
void |
setSubjectArray(int i,
SimpleLiteral subject)
Sets ith "subject" element |
void |
setSubjectArray(SimpleLiteral[] subjectArray)
Sets array of all "subject" element |
void |
setTitleArray(int i,
SimpleLiteral title)
Sets ith "title" element |
void |
setTitleArray(SimpleLiteral[] titleArray)
Sets array of all "title" element |
void |
setType(SimpleLiteral type)
Sets the "type" element |
int |
sizeOfAbstractArray()
Returns number of "abstract" element |
int |
sizeOfBoundingBoxArray()
Returns number of "BoundingBox" element |
int |
sizeOfFormatArray()
Returns number of "format" element |
int |
sizeOfIdentifierArray()
Returns number of "identifier" element |
int |
sizeOfModifiedArray()
Returns number of "modified" element |
int |
sizeOfRelationArray()
Returns number of "relation" element |
int |
sizeOfSpatialArray()
Returns number of "spatial" element |
int |
sizeOfSubjectArray()
Returns number of "subject" element |
int |
sizeOfTitleArray()
Returns number of "title" element |
void |
unsetType()
Unsets the "type" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
SimpleLiteral[] getIdentifierArray()
SimpleLiteral getIdentifierArray(int i)
int sizeOfIdentifierArray()
void setIdentifierArray(SimpleLiteral[] identifierArray)
void setIdentifierArray(int i, SimpleLiteral identifier)
SimpleLiteral insertNewIdentifier(int i)
SimpleLiteral addNewIdentifier()
void removeIdentifier(int i)
SimpleLiteral[] getTitleArray()
SimpleLiteral getTitleArray(int i)
int sizeOfTitleArray()
void setTitleArray(SimpleLiteral[] titleArray)
void setTitleArray(int i, SimpleLiteral title)
SimpleLiteral insertNewTitle(int i)
SimpleLiteral addNewTitle()
void removeTitle(int i)
SimpleLiteral getType()
boolean isSetType()
void setType(SimpleLiteral type)
SimpleLiteral addNewType()
void unsetType()
SimpleLiteral[] getSubjectArray()
SimpleLiteral getSubjectArray(int i)
int sizeOfSubjectArray()
void setSubjectArray(SimpleLiteral[] subjectArray)
void setSubjectArray(int i, SimpleLiteral subject)
SimpleLiteral insertNewSubject(int i)
SimpleLiteral addNewSubject()
void removeSubject(int i)
SimpleLiteral[] getFormatArray()
SimpleLiteral getFormatArray(int i)
int sizeOfFormatArray()
void setFormatArray(SimpleLiteral[] formatArray)
void setFormatArray(int i, SimpleLiteral format)
SimpleLiteral insertNewFormat(int i)
SimpleLiteral addNewFormat()
void removeFormat(int i)
SimpleLiteral[] getRelationArray()
SimpleLiteral getRelationArray(int i)
int sizeOfRelationArray()
void setRelationArray(SimpleLiteral[] relationArray)
void setRelationArray(int i, SimpleLiteral relation)
SimpleLiteral insertNewRelation(int i)
SimpleLiteral addNewRelation()
void removeRelation(int i)
SimpleLiteral[] getModifiedArray()
SimpleLiteral getModifiedArray(int i)
int sizeOfModifiedArray()
void setModifiedArray(SimpleLiteral[] modifiedArray)
void setModifiedArray(int i, SimpleLiteral modified)
SimpleLiteral insertNewModified(int i)
SimpleLiteral addNewModified()
void removeModified(int i)
SimpleLiteral[] getAbstractArray()
SimpleLiteral getAbstractArray(int i)
int sizeOfAbstractArray()
void setAbstractArray(SimpleLiteral[] xabstractArray)
void setAbstractArray(int i, SimpleLiteral xabstract)
SimpleLiteral insertNewAbstract(int i)
SimpleLiteral addNewAbstract()
void removeAbstract(int i)
SimpleLiteral[] getSpatialArray()
SimpleLiteral getSpatialArray(int i)
int sizeOfSpatialArray()
void setSpatialArray(SimpleLiteral[] spatialArray)
void setSpatialArray(int i, SimpleLiteral spatial)
SimpleLiteral insertNewSpatial(int i)
SimpleLiteral addNewSpatial()
void removeSpatial(int i)
BoundingBoxType[] getBoundingBoxArray()
BoundingBoxType getBoundingBoxArray(int i)
int sizeOfBoundingBoxArray()
void setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)
void setBoundingBoxArray(int i, BoundingBoxType boundingBox)
BoundingBoxType insertNewBoundingBox(int i)
BoundingBoxType addNewBoundingBox()
void removeBoundingBox(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |