Interface PakningByttegruppeDocument.PakningByttegruppe
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PakningByttegruppeDocumentImpl.PakningByttegruppeImpl
- Enclosing interface:
- PakningByttegruppeDocument
public static interface PakningByttegruppeDocument.PakningByttegruppe
extends org.apache.xmlbeans.XmlObject
An XML PakningByttegruppe(@http://www.kith.no/xmlstds/eresept/forskrivning/2014-12-01).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.ElementFactory<PakningByttegruppeDocument.PakningByttegruppe>static final org.apache.xmlbeans.SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "GyldigFraDato" elementGets the "GyldigTilDato" elementGets the "RefByttegruppe" elementbooleanTrue if has "GyldigFraDato" elementbooleanTrue if has "GyldigTilDato" elementvoidsetGyldigFraDato(Calendar gyldigFraDato) Sets the "GyldigFraDato" elementvoidsetGyldigTilDato(Calendar gyldigTilDato) Sets the "GyldigTilDato" elementvoidsetRefByttegruppe(String refByttegruppe) Sets the "RefByttegruppe" elementvoidUnsets the "GyldigFraDato" elementvoidUnsets the "GyldigTilDato" elementorg.apache.xmlbeans.XmlDateGets (as xml) the "GyldigFraDato" elementorg.apache.xmlbeans.XmlDateGets (as xml) the "GyldigTilDato" elementorg.apache.xmlbeans.XmlIDREFGets (as xml) the "RefByttegruppe" elementvoidxsetGyldigFraDato(org.apache.xmlbeans.XmlDate gyldigFraDato) Sets (as xml) the "GyldigFraDato" elementvoidxsetGyldigTilDato(org.apache.xmlbeans.XmlDate gyldigTilDato) Sets (as xml) the "GyldigTilDato" elementvoidxsetRefByttegruppe(org.apache.xmlbeans.XmlIDREF refByttegruppe) Sets (as xml) the "RefByttegruppe" elementMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
static final org.apache.xmlbeans.impl.schema.ElementFactory<PakningByttegruppeDocument.PakningByttegruppe> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getRefByttegruppe
String getRefByttegruppe()Gets the "RefByttegruppe" element -
xgetRefByttegruppe
org.apache.xmlbeans.XmlIDREF xgetRefByttegruppe()Gets (as xml) the "RefByttegruppe" element -
setRefByttegruppe
Sets the "RefByttegruppe" element -
xsetRefByttegruppe
void xsetRefByttegruppe(org.apache.xmlbeans.XmlIDREF refByttegruppe) Sets (as xml) the "RefByttegruppe" element -
getGyldigFraDato
Calendar getGyldigFraDato()Gets the "GyldigFraDato" element -
xgetGyldigFraDato
org.apache.xmlbeans.XmlDate xgetGyldigFraDato()Gets (as xml) the "GyldigFraDato" element -
isSetGyldigFraDato
boolean isSetGyldigFraDato()True if has "GyldigFraDato" element -
setGyldigFraDato
Sets the "GyldigFraDato" element -
xsetGyldigFraDato
void xsetGyldigFraDato(org.apache.xmlbeans.XmlDate gyldigFraDato) Sets (as xml) the "GyldigFraDato" element -
unsetGyldigFraDato
void unsetGyldigFraDato()Unsets the "GyldigFraDato" element -
getGyldigTilDato
Calendar getGyldigTilDato()Gets the "GyldigTilDato" element -
xgetGyldigTilDato
org.apache.xmlbeans.XmlDate xgetGyldigTilDato()Gets (as xml) the "GyldigTilDato" element -
isSetGyldigTilDato
boolean isSetGyldigTilDato()True if has "GyldigTilDato" element -
setGyldigTilDato
Sets the "GyldigTilDato" element -
xsetGyldigTilDato
void xsetGyldigTilDato(org.apache.xmlbeans.XmlDate gyldigTilDato) Sets (as xml) the "GyldigTilDato" element -
unsetGyldigTilDato
void unsetGyldigTilDato()Unsets the "GyldigTilDato" element
-