Interface KatHandelsvareDocument.KatHandelsvare.OppfHandelsvare
- All Superinterfaces:
TypeEnkeltoppforingFest,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
KatHandelsvareDocumentImpl.KatHandelsvareImpl.OppfHandelsvareImpl
- Enclosing interface:
- KatHandelsvareDocument.KatHandelsvare
public static interface KatHandelsvareDocument.KatHandelsvare.OppfHandelsvare
extends TypeEnkeltoppforingFest
An XML OppfHandelsvare(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.ElementFactory<KatHandelsvareDocument.KatHandelsvare.OppfHandelsvare>static final org.apache.xmlbeans.SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "Brystprotese" elementAppends and returns a new empty "MedForbMatr" elementAppends and returns a new empty "Naringsmiddel" elementGets the "Brystprotese" elementGets the "MedForbMatr" elementGets the "Naringsmiddel" elementbooleanTrue if has "Brystprotese" elementbooleanTrue if has "MedForbMatr" elementbooleanTrue if has "Naringsmiddel" elementvoidsetBrystprotese(TypeVare brystprotese) Sets the "Brystprotese" elementvoidsetMedForbMatr(MedForbMatrDocument.MedForbMatr medForbMatr) Sets the "MedForbMatr" elementvoidsetNaringsmiddel(NaringsmiddelDocument.Naringsmiddel naringsmiddel) Sets the "Naringsmiddel" elementvoidUnsets the "Brystprotese" elementvoidUnsets the "MedForbMatr" elementvoidUnsets the "Naringsmiddel" elementMethods inherited from interface no.kith.xmlstds.eresept.m30.x20141201.TypeEnkeltoppforingFest
addNewStatus, getId, getStatus, getTidspunkt, setId, setStatus, setTidspunkt, xgetId, xgetTidspunkt, xsetId, xsetTidspunktMethods 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<KatHandelsvareDocument.KatHandelsvare.OppfHandelsvare> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getBrystprotese
TypeVare getBrystprotese()Gets the "Brystprotese" element -
isSetBrystprotese
boolean isSetBrystprotese()True if has "Brystprotese" element -
setBrystprotese
Sets the "Brystprotese" element -
addNewBrystprotese
TypeVare addNewBrystprotese()Appends and returns a new empty "Brystprotese" element -
unsetBrystprotese
void unsetBrystprotese()Unsets the "Brystprotese" element -
getMedForbMatr
MedForbMatrDocument.MedForbMatr getMedForbMatr()Gets the "MedForbMatr" element -
isSetMedForbMatr
boolean isSetMedForbMatr()True if has "MedForbMatr" element -
setMedForbMatr
Sets the "MedForbMatr" element -
addNewMedForbMatr
MedForbMatrDocument.MedForbMatr addNewMedForbMatr()Appends and returns a new empty "MedForbMatr" element -
unsetMedForbMatr
void unsetMedForbMatr()Unsets the "MedForbMatr" element -
getNaringsmiddel
NaringsmiddelDocument.Naringsmiddel getNaringsmiddel()Gets the "Naringsmiddel" element -
isSetNaringsmiddel
boolean isSetNaringsmiddel()True if has "Naringsmiddel" element -
setNaringsmiddel
Sets the "Naringsmiddel" element -
addNewNaringsmiddel
NaringsmiddelDocument.Naringsmiddel addNewNaringsmiddel()Appends and returns a new empty "Naringsmiddel" element -
unsetNaringsmiddel
void unsetNaringsmiddel()Unsets the "Naringsmiddel" element
-