Uses of Interface
eu.europa.ec.inspire.schemas.base2.x20.DocumentCitationType.SpecificReference
-
Packages that use DocumentCitationType.SpecificReference Package Description eu.europa.ec.inspire.schemas.base2.x20 eu.europa.ec.inspire.schemas.base2.x20.impl -
-
Uses of DocumentCitationType.SpecificReference in eu.europa.ec.inspire.schemas.base2.x20
Methods in eu.europa.ec.inspire.schemas.base2.x20 that return DocumentCitationType.SpecificReference Modifier and Type Method Description DocumentCitationType.SpecificReferenceDocumentCitationType. addNewSpecificReference()Appends and returns a new empty value (as xml) as the last "specificReference" elementDocumentCitationType.SpecificReference[]DocumentCitationType. getSpecificReferenceArray()Gets array of all "specificReference" elementsDocumentCitationType.SpecificReferenceDocumentCitationType. getSpecificReferenceArray(int i)Gets ith "specificReference" elementDocumentCitationType.SpecificReferenceDocumentCitationType. insertNewSpecificReference(int i)Inserts and returns a new empty value (as xml) as the ith "specificReference" elementstatic DocumentCitationType.SpecificReferenceDocumentCitationType.SpecificReference.Factory. newInstance()static DocumentCitationType.SpecificReferenceDocumentCitationType.SpecificReference.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.base2.x20 with parameters of type DocumentCitationType.SpecificReference Modifier and Type Method Description voidDocumentCitationType. setSpecificReferenceArray(int i, DocumentCitationType.SpecificReference specificReference)Sets ith "specificReference" elementvoidDocumentCitationType. setSpecificReferenceArray(DocumentCitationType.SpecificReference[] specificReferenceArray)Sets array of all "specificReference" element -
Uses of DocumentCitationType.SpecificReference in eu.europa.ec.inspire.schemas.base2.x20.impl
Classes in eu.europa.ec.inspire.schemas.base2.x20.impl that implement DocumentCitationType.SpecificReference Modifier and Type Class Description static classDocumentCitationTypeImpl.SpecificReferenceImplAn XML specificReference(@http://inspire.ec.europa.eu/schemas/base2/2.0).Methods in eu.europa.ec.inspire.schemas.base2.x20.impl that return DocumentCitationType.SpecificReference Modifier and Type Method Description DocumentCitationType.SpecificReferenceDocumentCitationTypeImpl. addNewSpecificReference()Appends and returns a new empty value (as xml) as the last "specificReference" elementDocumentCitationType.SpecificReference[]DocumentCitationTypeImpl. getSpecificReferenceArray()Gets array of all "specificReference" elementsDocumentCitationType.SpecificReferenceDocumentCitationTypeImpl. getSpecificReferenceArray(int i)Gets ith "specificReference" elementDocumentCitationType.SpecificReferenceDocumentCitationTypeImpl. insertNewSpecificReference(int i)Inserts and returns a new empty value (as xml) as the ith "specificReference" elementMethods in eu.europa.ec.inspire.schemas.base2.x20.impl with parameters of type DocumentCitationType.SpecificReference Modifier and Type Method Description voidDocumentCitationTypeImpl. setSpecificReferenceArray(int i, DocumentCitationType.SpecificReference specificReference)Sets ith "specificReference" elementvoidDocumentCitationTypeImpl. setSpecificReferenceArray(DocumentCitationType.SpecificReference[] specificReferenceArray)Sets array of all "specificReference" element
-