Interface LegemiddelblandingDocument.Legemiddelblanding.BestanddelVirkestoff
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
LegemiddelblandingDocumentImpl.LegemiddelblandingImpl.BestanddelVirkestoffImpl
- Enclosing interface:
- LegemiddelblandingDocument.Legemiddelblanding
public static interface LegemiddelblandingDocument.Legemiddelblanding.BestanddelVirkestoff
extends org.apache.xmlbeans.XmlObject
An XML BestanddelVirkestoff(@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<LegemiddelblandingDocument.Legemiddelblanding.BestanddelVirkestoff>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 "MengdeBestanddel" elementAppends and returns a new empty "Styrke" elementAppends and returns a new empty "Virkestoff" elementGets the "MengdeBestanddel" elementGets the "Styrke" elementGets the "Virkestoff" elementbooleanTrue if has "MengdeBestanddel" elementbooleanTrue if has "Styrke" elementvoidsetMengdeBestanddel(MengdeBestanddelDocument.MengdeBestanddel mengdeBestanddel) Sets the "MengdeBestanddel" elementvoidsetStyrke(StyrkeDocument.Styrke styrke) Sets the "Styrke" elementvoidsetVirkestoff(VirkestoffDocument.Virkestoff virkestoff) Sets the "Virkestoff" elementvoidUnsets the "MengdeBestanddel" elementvoidUnsets the "Styrke" 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<LegemiddelblandingDocument.Legemiddelblanding.BestanddelVirkestoff> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getVirkestoff
VirkestoffDocument.Virkestoff getVirkestoff()Gets the "Virkestoff" element -
setVirkestoff
Sets the "Virkestoff" element -
addNewVirkestoff
VirkestoffDocument.Virkestoff addNewVirkestoff()Appends and returns a new empty "Virkestoff" element -
getStyrke
StyrkeDocument.Styrke getStyrke()Gets the "Styrke" element -
isSetStyrke
boolean isSetStyrke()True if has "Styrke" element -
setStyrke
Sets the "Styrke" element -
addNewStyrke
StyrkeDocument.Styrke addNewStyrke()Appends and returns a new empty "Styrke" element -
unsetStyrke
void unsetStyrke()Unsets the "Styrke" element -
getMengdeBestanddel
MengdeBestanddelDocument.MengdeBestanddel getMengdeBestanddel()Gets the "MengdeBestanddel" element -
isSetMengdeBestanddel
boolean isSetMengdeBestanddel()True if has "MengdeBestanddel" element -
setMengdeBestanddel
Sets the "MengdeBestanddel" element -
addNewMengdeBestanddel
MengdeBestanddelDocument.MengdeBestanddel addNewMengdeBestanddel()Appends and returns a new empty "MengdeBestanddel" element -
unsetMengdeBestanddel
void unsetMengdeBestanddel()Unsets the "MengdeBestanddel" element
-