Interface KatVirkestoffDocument.KatVirkestoff.OppfVirkestoff
- All Superinterfaces:
TypeEnkeltoppforingFest,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
KatVirkestoffDocumentImpl.KatVirkestoffImpl.OppfVirkestoffImpl
- Enclosing interface:
- KatVirkestoffDocument.KatVirkestoff
public static interface KatVirkestoffDocument.KatVirkestoff.OppfVirkestoff
extends TypeEnkeltoppforingFest
An XML OppfVirkestoff(@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<KatVirkestoffDocument.KatVirkestoff.OppfVirkestoff>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 "Virkestoff" elementAppends and returns a new empty "VirkestoffMedStyrke" elementGets the "Virkestoff" elementGets the "VirkestoffMedStyrke" elementbooleanTrue if has "Virkestoff" elementbooleanTrue if has "VirkestoffMedStyrke" elementvoidsetVirkestoff(VirkestoffDocument.Virkestoff virkestoff) Sets the "Virkestoff" elementvoidsetVirkestoffMedStyrke(VirkestoffMedStyrkeDocument.VirkestoffMedStyrke virkestoffMedStyrke) Sets the "VirkestoffMedStyrke" elementvoidUnsets the "Virkestoff" elementvoidUnsets the "VirkestoffMedStyrke" 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<KatVirkestoffDocument.KatVirkestoff.OppfVirkestoff> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getVirkestoff
VirkestoffDocument.Virkestoff getVirkestoff()Gets the "Virkestoff" element -
isSetVirkestoff
boolean isSetVirkestoff()True if has "Virkestoff" element -
setVirkestoff
Sets the "Virkestoff" element -
addNewVirkestoff
VirkestoffDocument.Virkestoff addNewVirkestoff()Appends and returns a new empty "Virkestoff" element -
unsetVirkestoff
void unsetVirkestoff()Unsets the "Virkestoff" element -
getVirkestoffMedStyrke
VirkestoffMedStyrkeDocument.VirkestoffMedStyrke getVirkestoffMedStyrke()Gets the "VirkestoffMedStyrke" element -
isSetVirkestoffMedStyrke
boolean isSetVirkestoffMedStyrke()True if has "VirkestoffMedStyrke" element -
setVirkestoffMedStyrke
Sets the "VirkestoffMedStyrke" element -
addNewVirkestoffMedStyrke
VirkestoffMedStyrkeDocument.VirkestoffMedStyrke addNewVirkestoffMedStyrke()Appends and returns a new empty "VirkestoffMedStyrke" element -
unsetVirkestoffMedStyrke
void unsetVirkestoffMedStyrke()Unsets the "VirkestoffMedStyrke" element
-