Uses of Interface
eu.europa.ec.inspire.schemas.base2.x20.DocumentCitationType
-
Packages that use DocumentCitationType Package Description eu.europa.ec.inspire.schemas.base2.x20 eu.europa.ec.inspire.schemas.base2.x20.impl -
-
Uses of DocumentCitationType in eu.europa.ec.inspire.schemas.base2.x20
Subinterfaces of DocumentCitationType in eu.europa.ec.inspire.schemas.base2.x20 Modifier and Type Interface Description interfaceLegislationCitationTypeAn XML LegislationCitationType(@http://inspire.ec.europa.eu/schemas/base2/2.0).Methods in eu.europa.ec.inspire.schemas.base2.x20 that return DocumentCitationType Modifier and Type Method Description DocumentCitationTypeDocumentCitationDocument. addNewDocumentCitation()Appends and returns a new empty "DocumentCitation" elementDocumentCitationTypeDocumentCitationPropertyType. addNewDocumentCitation()Appends and returns a new empty "DocumentCitation" elementDocumentCitationTypeDocumentCitationDocument. getDocumentCitation()Gets the "DocumentCitation" elementDocumentCitationTypeDocumentCitationPropertyType. getDocumentCitation()Gets the "DocumentCitation" elementstatic DocumentCitationTypeDocumentCitationType.Factory. newInstance()static DocumentCitationTypeDocumentCitationType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DocumentCitationTypeDocumentCitationType.Factory. parse(File file)static DocumentCitationTypeDocumentCitationType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DocumentCitationTypeDocumentCitationType.Factory. parse(InputStream is)static DocumentCitationTypeDocumentCitationType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DocumentCitationTypeDocumentCitationType.Factory. parse(Reader r)static DocumentCitationTypeDocumentCitationType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DocumentCitationTypeDocumentCitationType.Factory. parse(String xmlAsString)static DocumentCitationTypeDocumentCitationType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DocumentCitationTypeDocumentCitationType.Factory. parse(URL u)static DocumentCitationTypeDocumentCitationType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DocumentCitationTypeDocumentCitationType.Factory. parse(XMLStreamReader sr)static DocumentCitationTypeDocumentCitationType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DocumentCitationTypeDocumentCitationType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DocumentCitationTypeDocumentCitationType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DocumentCitationTypeDocumentCitationType.Factory. parse(Node node)static DocumentCitationTypeDocumentCitationType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.base2.x20 with parameters of type DocumentCitationType Modifier and Type Method Description voidDocumentCitationDocument. setDocumentCitation(DocumentCitationType documentCitation)Sets the "DocumentCitation" elementvoidDocumentCitationPropertyType. setDocumentCitation(DocumentCitationType documentCitation)Sets the "DocumentCitation" element -
Uses of DocumentCitationType in eu.europa.ec.inspire.schemas.base2.x20.impl
Classes in eu.europa.ec.inspire.schemas.base2.x20.impl that implement DocumentCitationType Modifier and Type Class Description classDocumentCitationTypeImplAn XML DocumentCitationType(@http://inspire.ec.europa.eu/schemas/base2/2.0).classLegislationCitationTypeImplAn XML LegislationCitationType(@http://inspire.ec.europa.eu/schemas/base2/2.0).Methods in eu.europa.ec.inspire.schemas.base2.x20.impl that return DocumentCitationType Modifier and Type Method Description DocumentCitationTypeDocumentCitationDocumentImpl. addNewDocumentCitation()Appends and returns a new empty "DocumentCitation" elementDocumentCitationTypeDocumentCitationPropertyTypeImpl. addNewDocumentCitation()Appends and returns a new empty "DocumentCitation" elementDocumentCitationTypeDocumentCitationDocumentImpl. getDocumentCitation()Gets the "DocumentCitation" elementDocumentCitationTypeDocumentCitationPropertyTypeImpl. getDocumentCitation()Gets the "DocumentCitation" elementMethods in eu.europa.ec.inspire.schemas.base2.x20.impl with parameters of type DocumentCitationType Modifier and Type Method Description voidDocumentCitationDocumentImpl. setDocumentCitation(DocumentCitationType documentCitation)Sets the "DocumentCitation" elementvoidDocumentCitationPropertyTypeImpl. setDocumentCitation(DocumentCitationType documentCitation)Sets the "DocumentCitation" element
-