Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument Maven / Gradle / Ivy
/*
* An XML document type.
* Localname: Multidoselege
* Namespace: http://www.ehelse.no/xmlstds/eresept/m912/2021-10-01
* Java type: no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument
*
* Automatically generated - do not modify.
*/
package no.ehelse.xmlstds.eresept.m912.x20211001;
/**
* A document containing one Multidoselege(@http://www.ehelse.no/xmlstds/eresept/m912/2021-10-01) element.
*
* This is a complex type.
*/
public interface MultidoselegeDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MultidoselegeDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sBA43CC6B9DC6D394A7EBD683381E5679").resolveHandle("multidoselege119fdoctype");
/**
* Gets the "Multidoselege" element
*/
no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument.Multidoselege getMultidoselege();
/**
* Sets the "Multidoselege" element
*/
void setMultidoselege(no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument.Multidoselege multidoselege);
/**
* Appends and returns a new empty "Multidoselege" element
*/
no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument.Multidoselege addNewMultidoselege();
/**
* An XML Multidoselege(@http://www.ehelse.no/xmlstds/eresept/m912/2021-10-01).
*
* This is a complex type.
*/
public interface Multidoselege extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Multidoselege.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sBA43CC6B9DC6D394A7EBD683381E5679").resolveHandle("multidoselegebd06elemtype");
/**
* Gets the "HprNr" element
*/
java.lang.String getHprNr();
/**
* Gets (as xml) the "HprNr" element
*/
org.apache.xmlbeans.XmlString xgetHprNr();
/**
* Sets the "HprNr" element
*/
void setHprNr(java.lang.String hprNr);
/**
* Sets (as xml) the "HprNr" element
*/
void xsetHprNr(org.apache.xmlbeans.XmlString hprNr);
/**
* Gets the "Fornavn" element
*/
java.lang.String getFornavn();
/**
* Gets (as xml) the "Fornavn" element
*/
org.apache.xmlbeans.XmlString xgetFornavn();
/**
* Sets the "Fornavn" element
*/
void setFornavn(java.lang.String fornavn);
/**
* Sets (as xml) the "Fornavn" element
*/
void xsetFornavn(org.apache.xmlbeans.XmlString fornavn);
/**
* Gets the "Etternavn" element
*/
java.lang.String getEtternavn();
/**
* Gets (as xml) the "Etternavn" element
*/
org.apache.xmlbeans.XmlString xgetEtternavn();
/**
* Sets the "Etternavn" element
*/
void setEtternavn(java.lang.String etternavn);
/**
* Sets (as xml) the "Etternavn" element
*/
void xsetEtternavn(org.apache.xmlbeans.XmlString etternavn);
/**
* Gets the "OrgNavn" element
*/
java.lang.String getOrgNavn();
/**
* Gets (as xml) the "OrgNavn" element
*/
org.apache.xmlbeans.XmlString xgetOrgNavn();
/**
* Sets the "OrgNavn" element
*/
void setOrgNavn(java.lang.String orgNavn);
/**
* Sets (as xml) the "OrgNavn" element
*/
void xsetOrgNavn(org.apache.xmlbeans.XmlString orgNavn);
/**
* Gets the "HerId" element
*/
java.lang.String getHerId();
/**
* Gets (as xml) the "HerId" element
*/
org.apache.xmlbeans.XmlString xgetHerId();
/**
* Sets the "HerId" element
*/
void setHerId(java.lang.String herId);
/**
* Sets (as xml) the "HerId" element
*/
void xsetHerId(org.apache.xmlbeans.XmlString herId);
/**
* Gets the "AktivTil" element
*/
java.util.Calendar getAktivTil();
/**
* Gets (as xml) the "AktivTil" element
*/
org.apache.xmlbeans.XmlDate xgetAktivTil();
/**
* True if has "AktivTil" element
*/
boolean isSetAktivTil();
/**
* Sets the "AktivTil" element
*/
void setAktivTil(java.util.Calendar aktivTil);
/**
* Sets (as xml) the "AktivTil" element
*/
void xsetAktivTil(org.apache.xmlbeans.XmlDate aktivTil);
/**
* Unsets the "AktivTil" element
*/
void unsetAktivTil();
/**
* Gets the "Telefon" element
*/
java.lang.String getTelefon();
/**
* Gets (as xml) the "Telefon" element
*/
org.apache.xmlbeans.XmlString xgetTelefon();
/**
* True if has "Telefon" element
*/
boolean isSetTelefon();
/**
* Sets the "Telefon" element
*/
void setTelefon(java.lang.String telefon);
/**
* Sets (as xml) the "Telefon" element
*/
void xsetTelefon(org.apache.xmlbeans.XmlString telefon);
/**
* Unsets the "Telefon" element
*/
void unsetTelefon();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument.Multidoselege newInstance() {
return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument.Multidoselege) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument.Multidoselege newInstance(org.apache.xmlbeans.XmlOptions options) {
return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument.Multidoselege) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument newInstance() {
return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}