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.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument Maven / Gradle / Ivy
/*
* An XML document type.
* Localname: Utlevering
* Namespace: http://www.kith.no/xmlstds/eresept/m9na4/2016-06-06
* Java type: no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument
*
* Automatically generated - do not modify.
*/
package no.kith.xmlstds.eresept.m9Na4.x20160606;
/**
* A document containing one Utlevering(@http://www.kith.no/xmlstds/eresept/m9na4/2016-06-06) element.
*
* This is a complex type.
*/
public interface UtleveringDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UtleveringDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s201246EE6066E5E8B288D0FA2991B0A9").resolveHandle("utleveringbdf1doctype");
/**
* Gets the "Utlevering" element
*/
no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument.Utlevering getUtlevering();
/**
* Sets the "Utlevering" element
*/
void setUtlevering(no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument.Utlevering utlevering);
/**
* Appends and returns a new empty "Utlevering" element
*/
no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument.Utlevering addNewUtlevering();
/**
* An XML Utlevering(@http://www.kith.no/xmlstds/eresept/m9na4/2016-06-06).
*
* This is a complex type.
*/
public interface Utlevering extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Utlevering.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s201246EE6066E5E8B288D0FA2991B0A9").resolveHandle("utleveringc5deelemtype");
/**
* Gets the "Nr" element
*/
java.lang.String getNr();
/**
* Gets (as xml) the "Nr" element
*/
org.apache.xmlbeans.XmlString xgetNr();
/**
* True if has "Nr" element
*/
boolean isSetNr();
/**
* Sets the "Nr" element
*/
void setNr(java.lang.String nr);
/**
* Sets (as xml) the "Nr" element
*/
void xsetNr(org.apache.xmlbeans.XmlString nr);
/**
* Unsets the "Nr" element
*/
void unsetNr();
/**
* Gets the "NavnFormStyrke" element
*/
java.lang.String getNavnFormStyrke();
/**
* Gets (as xml) the "NavnFormStyrke" element
*/
org.apache.xmlbeans.XmlString xgetNavnFormStyrke();
/**
* Sets the "NavnFormStyrke" element
*/
void setNavnFormStyrke(java.lang.String navnFormStyrke);
/**
* Sets (as xml) the "NavnFormStyrke" element
*/
void xsetNavnFormStyrke(org.apache.xmlbeans.XmlString navnFormStyrke);
/**
* Gets the "Pakningsstr" element
*/
no.kith.xmlstds.PQ getPakningsstr();
/**
* True if has "Pakningsstr" element
*/
boolean isSetPakningsstr();
/**
* Sets the "Pakningsstr" element
*/
void setPakningsstr(no.kith.xmlstds.PQ pakningsstr);
/**
* Appends and returns a new empty "Pakningsstr" element
*/
no.kith.xmlstds.PQ addNewPakningsstr();
/**
* Unsets the "Pakningsstr" element
*/
void unsetPakningsstr();
/**
* Gets the "AntallPakningerUtlevertTotalt" element
*/
java.math.BigDecimal getAntallPakningerUtlevertTotalt();
/**
* Gets (as xml) the "AntallPakningerUtlevertTotalt" element
*/
org.apache.xmlbeans.XmlDecimal xgetAntallPakningerUtlevertTotalt();
/**
* Sets the "AntallPakningerUtlevertTotalt" element
*/
void setAntallPakningerUtlevertTotalt(java.math.BigDecimal antallPakningerUtlevertTotalt);
/**
* Sets (as xml) the "AntallPakningerUtlevertTotalt" element
*/
void xsetAntallPakningerUtlevertTotalt(org.apache.xmlbeans.XmlDecimal antallPakningerUtlevertTotalt);
/**
* Gets the "AntallPakningerUtlevertSiste" element
*/
java.math.BigDecimal getAntallPakningerUtlevertSiste();
/**
* Gets (as xml) the "AntallPakningerUtlevertSiste" element
*/
org.apache.xmlbeans.XmlDecimal xgetAntallPakningerUtlevertSiste();
/**
* Sets the "AntallPakningerUtlevertSiste" element
*/
void setAntallPakningerUtlevertSiste(java.math.BigDecimal antallPakningerUtlevertSiste);
/**
* Sets (as xml) the "AntallPakningerUtlevertSiste" element
*/
void xsetAntallPakningerUtlevertSiste(org.apache.xmlbeans.XmlDecimal antallPakningerUtlevertSiste);
/**
* Gets the "TidspunktSisteUtlevering" element
*/
java.util.Calendar getTidspunktSisteUtlevering();
/**
* Gets (as xml) the "TidspunktSisteUtlevering" element
*/
org.apache.xmlbeans.XmlDateTime xgetTidspunktSisteUtlevering();
/**
* Sets the "TidspunktSisteUtlevering" element
*/
void setTidspunktSisteUtlevering(java.util.Calendar tidspunktSisteUtlevering);
/**
* Sets (as xml) the "TidspunktSisteUtlevering" element
*/
void xsetTidspunktSisteUtlevering(org.apache.xmlbeans.XmlDateTime tidspunktSisteUtlevering);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument.Utlevering newInstance() {
return (no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument.Utlevering) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument.Utlevering newInstance(org.apache.xmlbeans.XmlOptions options) {
return (no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument.Utlevering) 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.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument newInstance() {
return (no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument 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.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument) 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
}
}