Interface LegislationCitationType
-
- All Superinterfaces:
AbstractGMLType,DocumentCitationType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
LegislationCitationTypeImpl
public interface LegislationCitationType extends DocumentCitationType
An XML LegislationCitationType(@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 classLegislationCitationType.FactoryA factory class with static methods for creating instances of this type.-
Nested classes/interfaces inherited from interface eu.europa.ec.inspire.schemas.base2.x20.DocumentCitationType
DocumentCitationType.Date, DocumentCitationType.Link, DocumentCitationType.ShortName, DocumentCitationType.SpecificReference
-
-
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 TimePositionTypeaddNewDateEnteredIntoForce()Appends and returns a new empty "dateEnteredIntoForce" elementTimePositionTypeaddNewDateRepealed()Appends and returns a new empty "dateRepealed" elementOfficialJournalInformationPropertyTypeaddNewJournalCitation()Appends and returns a new empty "journalCitation" elementReferenceTypeaddNewLevel()Appends and returns a new empty "level" elementTimePositionTypegetDateEnteredIntoForce()Gets the "dateEnteredIntoForce" elementTimePositionTypegetDateRepealed()Gets the "dateRepealed" elementStringgetIdentificationNumber()Gets the "identificationNumber" elementOfficialJournalInformationPropertyTypegetJournalCitation()Gets the "journalCitation" elementReferenceTypegetLevel()Gets the "level" elementStringgetOfficialDocumentNumber()Gets the "officialDocumentNumber" elementbooleanisSetDateEnteredIntoForce()True if has "dateEnteredIntoForce" elementbooleanisSetDateRepealed()True if has "dateRepealed" elementbooleanisSetIdentificationNumber()True if has "identificationNumber" elementbooleanisSetJournalCitation()True if has "journalCitation" elementbooleanisSetOfficialDocumentNumber()True if has "officialDocumentNumber" elementvoidsetDateEnteredIntoForce(TimePositionType dateEnteredIntoForce)Sets the "dateEnteredIntoForce" elementvoidsetDateRepealed(TimePositionType dateRepealed)Sets the "dateRepealed" elementvoidsetIdentificationNumber(String identificationNumber)Sets the "identificationNumber" elementvoidsetJournalCitation(OfficialJournalInformationPropertyType journalCitation)Sets the "journalCitation" elementvoidsetLevel(ReferenceType level)Sets the "level" elementvoidsetOfficialDocumentNumber(String officialDocumentNumber)Sets the "officialDocumentNumber" elementvoidunsetDateEnteredIntoForce()Unsets the "dateEnteredIntoForce" elementvoidunsetDateRepealed()Unsets the "dateRepealed" elementvoidunsetIdentificationNumber()Unsets the "identificationNumber" elementvoidunsetJournalCitation()Unsets the "journalCitation" elementvoidunsetOfficialDocumentNumber()Unsets the "officialDocumentNumber" elementorg.apache.xmlbeans.XmlStringxgetIdentificationNumber()Gets (as xml) the "identificationNumber" elementorg.apache.xmlbeans.XmlStringxgetOfficialDocumentNumber()Gets (as xml) the "officialDocumentNumber" elementvoidxsetIdentificationNumber(org.apache.xmlbeans.XmlString identificationNumber)Sets (as xml) the "identificationNumber" elementvoidxsetOfficialDocumentNumber(org.apache.xmlbeans.XmlString officialDocumentNumber)Sets (as xml) the "officialDocumentNumber" 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 eu.europa.ec.inspire.schemas.base2.x20.DocumentCitationType
addNewDate, addNewLink, addNewShortName, addNewSpecificReference, getDate, getLinkArray, getLinkArray, getName2, getShortName, getSpecificReferenceArray, getSpecificReferenceArray, insertNewLink, insertNewSpecificReference, isNilDate, isNilLinkArray, isNilShortName, isNilSpecificReferenceArray, isSetShortName, removeLink, removeSpecificReference, setDate, setLinkArray, setLinkArray, setName2, setNilDate, setNilLinkArray, setNilShortName, setNilSpecificReferenceArray, setShortName, setSpecificReferenceArray, setSpecificReferenceArray, sizeOfLinkArray, sizeOfSpecificReferenceArray, unsetShortName, xgetName2, xsetName2
-
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
-
getIdentificationNumber
String getIdentificationNumber()
Gets the "identificationNumber" element
-
xgetIdentificationNumber
org.apache.xmlbeans.XmlString xgetIdentificationNumber()
Gets (as xml) the "identificationNumber" element
-
isSetIdentificationNumber
boolean isSetIdentificationNumber()
True if has "identificationNumber" element
-
setIdentificationNumber
void setIdentificationNumber(String identificationNumber)
Sets the "identificationNumber" element
-
xsetIdentificationNumber
void xsetIdentificationNumber(org.apache.xmlbeans.XmlString identificationNumber)
Sets (as xml) the "identificationNumber" element
-
unsetIdentificationNumber
void unsetIdentificationNumber()
Unsets the "identificationNumber" element
-
getOfficialDocumentNumber
String getOfficialDocumentNumber()
Gets the "officialDocumentNumber" element
-
xgetOfficialDocumentNumber
org.apache.xmlbeans.XmlString xgetOfficialDocumentNumber()
Gets (as xml) the "officialDocumentNumber" element
-
isSetOfficialDocumentNumber
boolean isSetOfficialDocumentNumber()
True if has "officialDocumentNumber" element
-
setOfficialDocumentNumber
void setOfficialDocumentNumber(String officialDocumentNumber)
Sets the "officialDocumentNumber" element
-
xsetOfficialDocumentNumber
void xsetOfficialDocumentNumber(org.apache.xmlbeans.XmlString officialDocumentNumber)
Sets (as xml) the "officialDocumentNumber" element
-
unsetOfficialDocumentNumber
void unsetOfficialDocumentNumber()
Unsets the "officialDocumentNumber" element
-
getDateEnteredIntoForce
TimePositionType getDateEnteredIntoForce()
Gets the "dateEnteredIntoForce" element
-
isSetDateEnteredIntoForce
boolean isSetDateEnteredIntoForce()
True if has "dateEnteredIntoForce" element
-
setDateEnteredIntoForce
void setDateEnteredIntoForce(TimePositionType dateEnteredIntoForce)
Sets the "dateEnteredIntoForce" element
-
addNewDateEnteredIntoForce
TimePositionType addNewDateEnteredIntoForce()
Appends and returns a new empty "dateEnteredIntoForce" element
-
unsetDateEnteredIntoForce
void unsetDateEnteredIntoForce()
Unsets the "dateEnteredIntoForce" element
-
getDateRepealed
TimePositionType getDateRepealed()
Gets the "dateRepealed" element
-
isSetDateRepealed
boolean isSetDateRepealed()
True if has "dateRepealed" element
-
setDateRepealed
void setDateRepealed(TimePositionType dateRepealed)
Sets the "dateRepealed" element
-
addNewDateRepealed
TimePositionType addNewDateRepealed()
Appends and returns a new empty "dateRepealed" element
-
unsetDateRepealed
void unsetDateRepealed()
Unsets the "dateRepealed" element
-
getLevel
ReferenceType getLevel()
Gets the "level" element
-
setLevel
void setLevel(ReferenceType level)
Sets the "level" element
-
addNewLevel
ReferenceType addNewLevel()
Appends and returns a new empty "level" element
-
getJournalCitation
OfficialJournalInformationPropertyType getJournalCitation()
Gets the "journalCitation" element
-
isSetJournalCitation
boolean isSetJournalCitation()
True if has "journalCitation" element
-
setJournalCitation
void setJournalCitation(OfficialJournalInformationPropertyType journalCitation)
Sets the "journalCitation" element
-
addNewJournalCitation
OfficialJournalInformationPropertyType addNewJournalCitation()
Appends and returns a new empty "journalCitation" element
-
unsetJournalCitation
void unsetJournalCitation()
Unsets the "journalCitation" element
-
-