no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument Maven / Gradle / Ivy
/*
* An XML document type.
* Localname: ReseptNedlasting
* Namespace: http://www.kith.no/xmlstds/eresept/m94/2010-07-01
* Java type: no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument
*
* Automatically generated - do not modify.
*/
package no.kith.xmlstds.eresept.m94.x20100701;
/**
* A document containing one ReseptNedlasting(@http://www.kith.no/xmlstds/eresept/m94/2010-07-01) element.
*
* This is a complex type.
*/
public interface ReseptNedlastingDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ReseptNedlastingDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s6CBB978FBA761192BF2F0176010E0D81").resolveHandle("reseptnedlasting25a3doctype");
/**
* Gets the "ReseptNedlasting" element
*/
no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument.ReseptNedlasting getReseptNedlasting();
/**
* Sets the "ReseptNedlasting" element
*/
void setReseptNedlasting(no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument.ReseptNedlasting reseptNedlasting);
/**
* Appends and returns a new empty "ReseptNedlasting" element
*/
no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument.ReseptNedlasting addNewReseptNedlasting();
/**
* An XML ReseptNedlasting(@http://www.kith.no/xmlstds/eresept/m94/2010-07-01).
*
* This is a complex type.
*/
public interface ReseptNedlasting extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ReseptNedlasting.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s6CBB978FBA761192BF2F0176010E0D81").resolveHandle("reseptnedlasting869felemtype");
/**
* Gets the "DatoSoknadSendtSLV" element
*/
java.util.Calendar getDatoSoknadSendtSLV();
/**
* Gets (as xml) the "DatoSoknadSendtSLV" element
*/
org.apache.xmlbeans.XmlDate xgetDatoSoknadSendtSLV();
/**
* True if has "DatoSoknadSendtSLV" element
*/
boolean isSetDatoSoknadSendtSLV();
/**
* Sets the "DatoSoknadSendtSLV" element
*/
void setDatoSoknadSendtSLV(java.util.Calendar datoSoknadSendtSLV);
/**
* Sets (as xml) the "DatoSoknadSendtSLV" element
*/
void xsetDatoSoknadSendtSLV(org.apache.xmlbeans.XmlDate datoSoknadSendtSLV);
/**
* Unsets the "DatoSoknadSendtSLV" element
*/
void unsetDatoSoknadSendtSLV();
/**
* Gets the "SvarSLVDato" element
*/
java.util.Calendar getSvarSLVDato();
/**
* Gets (as xml) the "SvarSLVDato" element
*/
org.apache.xmlbeans.XmlDate xgetSvarSLVDato();
/**
* True if has "SvarSLVDato" element
*/
boolean isSetSvarSLVDato();
/**
* Sets the "SvarSLVDato" element
*/
void setSvarSLVDato(java.util.Calendar svarSLVDato);
/**
* Sets (as xml) the "SvarSLVDato" element
*/
void xsetSvarSLVDato(org.apache.xmlbeans.XmlDate svarSLVDato);
/**
* Unsets the "SvarSLVDato" element
*/
void unsetSvarSLVDato();
/**
* Gets the "InnvligetGodkjFritak" element
*/
boolean getInnvligetGodkjFritak();
/**
* Gets (as xml) the "InnvligetGodkjFritak" element
*/
org.apache.xmlbeans.XmlBoolean xgetInnvligetGodkjFritak();
/**
* True if has "InnvligetGodkjFritak" element
*/
boolean isSetInnvligetGodkjFritak();
/**
* Sets the "InnvligetGodkjFritak" element
*/
void setInnvligetGodkjFritak(boolean innvligetGodkjFritak);
/**
* Sets (as xml) the "InnvligetGodkjFritak" element
*/
void xsetInnvligetGodkjFritak(org.apache.xmlbeans.XmlBoolean innvligetGodkjFritak);
/**
* Unsets the "InnvligetGodkjFritak" element
*/
void unsetInnvligetGodkjFritak();
/**
* Gets the "Status" element
*/
no.kith.xmlstds.CS getStatus();
/**
* Sets the "Status" element
*/
void setStatus(no.kith.xmlstds.CS status);
/**
* Appends and returns a new empty "Status" element
*/
no.kith.xmlstds.CS addNewStatus();
/**
* Gets the "StatusSoknadSlv" element
*/
no.kith.xmlstds.CS getStatusSoknadSlv();
/**
* True if has "StatusSoknadSlv" element
*/
boolean isSetStatusSoknadSlv();
/**
* Sets the "StatusSoknadSlv" element
*/
void setStatusSoknadSlv(no.kith.xmlstds.CS statusSoknadSlv);
/**
* Appends and returns a new empty "StatusSoknadSlv" element
*/
no.kith.xmlstds.CS addNewStatusSoknadSlv();
/**
* Unsets the "StatusSoknadSlv" element
*/
void unsetStatusSoknadSlv();
/**
* Gets array of all "Egenandel" elements
*/
no.kith.xmlstds.eresept.m94.x20100701.EgenandelDocument.Egenandel[] getEgenandelArray();
/**
* Gets ith "Egenandel" element
*/
no.kith.xmlstds.eresept.m94.x20100701.EgenandelDocument.Egenandel getEgenandelArray(int i);
/**
* Returns number of "Egenandel" element
*/
int sizeOfEgenandelArray();
/**
* Sets array of all "Egenandel" element
*/
void setEgenandelArray(no.kith.xmlstds.eresept.m94.x20100701.EgenandelDocument.Egenandel[] egenandelArray);
/**
* Sets ith "Egenandel" element
*/
void setEgenandelArray(int i, no.kith.xmlstds.eresept.m94.x20100701.EgenandelDocument.Egenandel egenandel);
/**
* Inserts and returns a new empty value (as xml) as the ith "Egenandel" element
*/
no.kith.xmlstds.eresept.m94.x20100701.EgenandelDocument.Egenandel insertNewEgenandel(int i);
/**
* Appends and returns a new empty value (as xml) as the last "Egenandel" element
*/
no.kith.xmlstds.eresept.m94.x20100701.EgenandelDocument.Egenandel addNewEgenandel();
/**
* Removes the ith "Egenandel" element
*/
void removeEgenandel(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument.ReseptNedlasting newInstance() {
return (no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument.ReseptNedlasting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument.ReseptNedlasting newInstance(org.apache.xmlbeans.XmlOptions options) {
return (no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument.ReseptNedlasting) 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.m94.x20100701.ReseptNedlastingDocument newInstance() {
return (no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument) 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.m94.x20100701.ReseptNedlastingDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static no.kith.xmlstds.eresept.m94.x20100701.ReseptNedlastingDocument 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.m94.x20100701.ReseptNedlastingDocument) 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
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy