Interface DocumentCitationType
-
- All Superinterfaces:
AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
LegislationCitationType
- All Known Implementing Classes:
DocumentCitationTypeImpl,LegislationCitationTypeImpl
public interface DocumentCitationType extends AbstractGMLType
An XML DocumentCitationType(@http://inspire.ec.europa.eu/schemas/base2/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDocumentCitationType.DateAn XML date(@http://inspire.ec.europa.eu/schemas/base2/2.0).static classDocumentCitationType.FactoryA factory class with static methods for creating instances of this type.static interfaceDocumentCitationType.LinkAn XML link(@http://inspire.ec.europa.eu/schemas/base2/2.0).static interfaceDocumentCitationType.ShortNameAn XML shortName(@http://inspire.ec.europa.eu/schemas/base2/2.0).static interfaceDocumentCitationType.SpecificReferenceAn XML specificReference(@http://inspire.ec.europa.eu/schemas/base2/2.0).
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentCitationType.DateaddNewDate()Appends and returns a new empty "date" elementDocumentCitationType.LinkaddNewLink()Appends and returns a new empty value (as xml) as the last "link" elementDocumentCitationType.ShortNameaddNewShortName()Appends and returns a new empty "shortName" elementDocumentCitationType.SpecificReferenceaddNewSpecificReference()Appends and returns a new empty value (as xml) as the last "specificReference" elementDocumentCitationType.DategetDate()Gets the "date" elementDocumentCitationType.Link[]getLinkArray()Gets array of all "link" elementsDocumentCitationType.LinkgetLinkArray(int i)Gets ith "link" elementStringgetName2()Gets the "name" elementDocumentCitationType.ShortNamegetShortName()Gets the "shortName" elementDocumentCitationType.SpecificReference[]getSpecificReferenceArray()Gets array of all "specificReference" elementsDocumentCitationType.SpecificReferencegetSpecificReferenceArray(int i)Gets ith "specificReference" elementDocumentCitationType.LinkinsertNewLink(int i)Inserts and returns a new empty value (as xml) as the ith "link" elementDocumentCitationType.SpecificReferenceinsertNewSpecificReference(int i)Inserts and returns a new empty value (as xml) as the ith "specificReference" elementbooleanisNilDate()Tests for nil "date" elementbooleanisNilLinkArray(int i)Tests for nil ith "link" elementbooleanisNilShortName()Tests for nil "shortName" elementbooleanisNilSpecificReferenceArray(int i)Tests for nil ith "specificReference" elementbooleanisSetShortName()True if has "shortName" elementvoidremoveLink(int i)Removes the ith "link" elementvoidremoveSpecificReference(int i)Removes the ith "specificReference" elementvoidsetDate(DocumentCitationType.Date date)Sets the "date" elementvoidsetLinkArray(int i, DocumentCitationType.Link link)Sets ith "link" elementvoidsetLinkArray(DocumentCitationType.Link[] linkArray)Sets array of all "link" elementvoidsetName2(String name2)Sets the "name" elementvoidsetNilDate()Nils the "date" elementvoidsetNilLinkArray(int i)Nils the ith "link" elementvoidsetNilShortName()Nils the "shortName" elementvoidsetNilSpecificReferenceArray(int i)Nils the ith "specificReference" elementvoidsetShortName(DocumentCitationType.ShortName shortName)Sets the "shortName" elementvoidsetSpecificReferenceArray(int i, DocumentCitationType.SpecificReference specificReference)Sets ith "specificReference" elementvoidsetSpecificReferenceArray(DocumentCitationType.SpecificReference[] specificReferenceArray)Sets array of all "specificReference" elementintsizeOfLinkArray()Returns number of "link" elementintsizeOfSpecificReferenceArray()Returns number of "specificReference" elementvoidunsetShortName()Unsets the "shortName" elementorg.apache.xmlbeans.XmlStringxgetName2()Gets (as xml) the "name" elementvoidxsetName2(org.apache.xmlbeans.XmlString name2)Sets (as xml) the "name" element-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
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, xsetId
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
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, 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
-
-
-
-
Method Detail
-
getName2
String getName2()
Gets the "name" element
-
xgetName2
org.apache.xmlbeans.XmlString xgetName2()
Gets (as xml) the "name" element
-
setName2
void setName2(String name2)
Sets the "name" element
-
xsetName2
void xsetName2(org.apache.xmlbeans.XmlString name2)
Sets (as xml) the "name" element
-
getShortName
DocumentCitationType.ShortName getShortName()
Gets the "shortName" element
-
isNilShortName
boolean isNilShortName()
Tests for nil "shortName" element
-
isSetShortName
boolean isSetShortName()
True if has "shortName" element
-
setShortName
void setShortName(DocumentCitationType.ShortName shortName)
Sets the "shortName" element
-
addNewShortName
DocumentCitationType.ShortName addNewShortName()
Appends and returns a new empty "shortName" element
-
setNilShortName
void setNilShortName()
Nils the "shortName" element
-
unsetShortName
void unsetShortName()
Unsets the "shortName" element
-
getDate
DocumentCitationType.Date getDate()
Gets the "date" element
-
isNilDate
boolean isNilDate()
Tests for nil "date" element
-
setDate
void setDate(DocumentCitationType.Date date)
Sets the "date" element
-
addNewDate
DocumentCitationType.Date addNewDate()
Appends and returns a new empty "date" element
-
setNilDate
void setNilDate()
Nils the "date" element
-
getLinkArray
DocumentCitationType.Link[] getLinkArray()
Gets array of all "link" elements
-
getLinkArray
DocumentCitationType.Link getLinkArray(int i)
Gets ith "link" element
-
isNilLinkArray
boolean isNilLinkArray(int i)
Tests for nil ith "link" element
-
sizeOfLinkArray
int sizeOfLinkArray()
Returns number of "link" element
-
setLinkArray
void setLinkArray(DocumentCitationType.Link[] linkArray)
Sets array of all "link" element
-
setLinkArray
void setLinkArray(int i, DocumentCitationType.Link link)Sets ith "link" element
-
setNilLinkArray
void setNilLinkArray(int i)
Nils the ith "link" element
-
insertNewLink
DocumentCitationType.Link insertNewLink(int i)
Inserts and returns a new empty value (as xml) as the ith "link" element
-
addNewLink
DocumentCitationType.Link addNewLink()
Appends and returns a new empty value (as xml) as the last "link" element
-
removeLink
void removeLink(int i)
Removes the ith "link" element
-
getSpecificReferenceArray
DocumentCitationType.SpecificReference[] getSpecificReferenceArray()
Gets array of all "specificReference" elements
-
getSpecificReferenceArray
DocumentCitationType.SpecificReference getSpecificReferenceArray(int i)
Gets ith "specificReference" element
-
isNilSpecificReferenceArray
boolean isNilSpecificReferenceArray(int i)
Tests for nil ith "specificReference" element
-
sizeOfSpecificReferenceArray
int sizeOfSpecificReferenceArray()
Returns number of "specificReference" element
-
setSpecificReferenceArray
void setSpecificReferenceArray(DocumentCitationType.SpecificReference[] specificReferenceArray)
Sets array of all "specificReference" element
-
setSpecificReferenceArray
void setSpecificReferenceArray(int i, DocumentCitationType.SpecificReference specificReference)Sets ith "specificReference" element
-
setNilSpecificReferenceArray
void setNilSpecificReferenceArray(int i)
Nils the ith "specificReference" element
-
insertNewSpecificReference
DocumentCitationType.SpecificReference insertNewSpecificReference(int i)
Inserts and returns a new empty value (as xml) as the ith "specificReference" element
-
addNewSpecificReference
DocumentCitationType.SpecificReference addNewSpecificReference()
Appends and returns a new empty value (as xml) as the last "specificReference" element
-
removeSpecificReference
void removeSpecificReference(int i)
Removes the ith "specificReference" element
-
-