Interface PakningskomponentDocument.Pakningskomponent
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PakningskomponentDocumentImpl.PakningskomponentImpl
- Enclosing interface:
- PakningskomponentDocument
public static interface PakningskomponentDocument.Pakningskomponent
extends org.apache.xmlbeans.XmlObject
An XML Pakningskomponent(@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<PakningskomponentDocument.Pakningskomponent>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 "Mengde" elementAppends and returns a new empty "Pakningstype" elementintGets the "Antall" elementGets the "Mengde" elementGets the "Pakningstype" elementbooleanTrue if has "Antall" elementvoidsetAntall(int antall) Sets the "Antall" elementvoidSets the "Mengde" elementvoidsetPakningstype(CV pakningstype) Sets the "Pakningstype" elementvoidUnsets the "Antall" elementorg.apache.xmlbeans.XmlIntGets (as xml) the "Antall" elementvoidxsetAntall(org.apache.xmlbeans.XmlInt antall) Sets (as xml) the "Antall" 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<PakningskomponentDocument.Pakningskomponent> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getPakningstype
CV getPakningstype()Gets the "Pakningstype" element -
setPakningstype
Sets the "Pakningstype" element -
addNewPakningstype
CV addNewPakningstype()Appends and returns a new empty "Pakningstype" element -
getMengde
PQ getMengde()Gets the "Mengde" element -
setMengde
Sets the "Mengde" element -
addNewMengde
PQ addNewMengde()Appends and returns a new empty "Mengde" element -
getAntall
int getAntall()Gets the "Antall" element -
xgetAntall
org.apache.xmlbeans.XmlInt xgetAntall()Gets (as xml) the "Antall" element -
isSetAntall
boolean isSetAntall()True if has "Antall" element -
setAntall
void setAntall(int antall) Sets the "Antall" element -
xsetAntall
void xsetAntall(org.apache.xmlbeans.XmlInt antall) Sets (as xml) the "Antall" element -
unsetAntall
void unsetAntall()Unsets the "Antall" element
-