Interface TypeVare
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
MedForbMatrDocument.MedForbMatr,NaringsmiddelDocument.Naringsmiddel
- All Known Implementing Classes:
MedForbMatrDocumentImpl.MedForbMatrImpl,NaringsmiddelDocumentImpl.NaringsmiddelImpl,TypeVareImpl
public interface TypeVare
extends org.apache.xmlbeans.XmlObject
An XML typeVare(@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.DocumentFactory<TypeVare>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 "Leverandor" elementAppends and returns a new empty value (as xml) as the last "PrisVare" elementAppends and returns a new empty "ProduktInfoVare" elementAppends and returns a new empty "Refusjon" elementGets the "Leverandor" elementgetNavn()Gets the "Navn" elementgetNr()Gets the "Nr" elementGets array of all "PrisVare" elementsgetPrisVareArray(int i) Gets ith "PrisVare" elementGets a List of "PrisVare" elementsGets the "ProduktInfoVare" elementGets the "Refusjon" elementinsertNewPrisVare(int i) Inserts and returns a new empty value (as xml) as the ith "PrisVare" elementbooleanTrue if has "Leverandor" elementbooleanTrue if has "ProduktInfoVare" elementbooleanTrue if has "Refusjon" elementvoidremovePrisVare(int i) Removes the ith "PrisVare" elementvoidsetLeverandor(LeverandorDocument.Leverandor leverandor) Sets the "Leverandor" elementvoidSets the "Navn" elementvoidSets the "Nr" elementvoidsetPrisVareArray(int i, PrisVareDocument.PrisVare prisVare) Sets ith "PrisVare" elementvoidsetPrisVareArray(PrisVareDocument.PrisVare[] prisVareArray) Sets array of all "PrisVare" elementvoidsetProduktInfoVare(ProduktInfoVareDocument.ProduktInfoVare produktInfoVare) Sets the "ProduktInfoVare" elementvoidsetRefusjon(RefusjonDocument.Refusjon refusjon) Sets the "Refusjon" elementintReturns number of "PrisVare" elementvoidUnsets the "Leverandor" elementvoidUnsets the "ProduktInfoVare" elementvoidUnsets the "Refusjon" elementorg.apache.xmlbeans.XmlStringxgetNavn()Gets (as xml) the "Navn" elementorg.apache.xmlbeans.XmlStringxgetNr()Gets (as xml) the "Nr" elementvoidxsetNavn(org.apache.xmlbeans.XmlString navn) Sets (as xml) the "Navn" elementvoidxsetNr(org.apache.xmlbeans.XmlString nr) Sets (as xml) the "Nr" 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
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getNr
String getNr()Gets the "Nr" element -
xgetNr
org.apache.xmlbeans.XmlString xgetNr()Gets (as xml) the "Nr" element -
setNr
Sets the "Nr" element -
xsetNr
void xsetNr(org.apache.xmlbeans.XmlString nr) Sets (as xml) the "Nr" element -
getProduktInfoVare
ProduktInfoVareDocument.ProduktInfoVare getProduktInfoVare()Gets the "ProduktInfoVare" element -
isSetProduktInfoVare
boolean isSetProduktInfoVare()True if has "ProduktInfoVare" element -
setProduktInfoVare
Sets the "ProduktInfoVare" element -
addNewProduktInfoVare
ProduktInfoVareDocument.ProduktInfoVare addNewProduktInfoVare()Appends and returns a new empty "ProduktInfoVare" element -
unsetProduktInfoVare
void unsetProduktInfoVare()Unsets the "ProduktInfoVare" element -
getLeverandor
LeverandorDocument.Leverandor getLeverandor()Gets the "Leverandor" element -
isSetLeverandor
boolean isSetLeverandor()True if has "Leverandor" element -
setLeverandor
Sets the "Leverandor" element -
addNewLeverandor
LeverandorDocument.Leverandor addNewLeverandor()Appends and returns a new empty "Leverandor" element -
unsetLeverandor
void unsetLeverandor()Unsets the "Leverandor" element -
getPrisVareList
List<PrisVareDocument.PrisVare> getPrisVareList()Gets a List of "PrisVare" elements -
getPrisVareArray
PrisVareDocument.PrisVare[] getPrisVareArray()Gets array of all "PrisVare" elements -
getPrisVareArray
Gets ith "PrisVare" element -
sizeOfPrisVareArray
int sizeOfPrisVareArray()Returns number of "PrisVare" element -
setPrisVareArray
Sets array of all "PrisVare" element -
setPrisVareArray
Sets ith "PrisVare" element -
insertNewPrisVare
Inserts and returns a new empty value (as xml) as the ith "PrisVare" element -
addNewPrisVare
PrisVareDocument.PrisVare addNewPrisVare()Appends and returns a new empty value (as xml) as the last "PrisVare" element -
removePrisVare
void removePrisVare(int i) Removes the ith "PrisVare" element -
getRefusjon
RefusjonDocument.Refusjon getRefusjon()Gets the "Refusjon" element -
isSetRefusjon
boolean isSetRefusjon()True if has "Refusjon" element -
setRefusjon
Sets the "Refusjon" element -
addNewRefusjon
RefusjonDocument.Refusjon addNewRefusjon()Appends and returns a new empty "Refusjon" element -
unsetRefusjon
void unsetRefusjon()Unsets the "Refusjon" element
-