Interface LeverandorDocument.Leverandor
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
LeverandorDocumentImpl.LeverandorImpl
- Enclosing interface:
- LeverandorDocument
public static interface LeverandorDocument.Leverandor
extends org.apache.xmlbeans.XmlObject
An XML Leverandor(@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<LeverandorDocument.Leverandor>static final org.apache.xmlbeans.SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "Adresse" elementgetNavn()Gets the "Navn" elementGets the "Telefon" elementvoidsetAdresse(String adresse) Sets the "Adresse" elementvoidSets the "Navn" elementvoidsetTelefon(String telefon) Sets the "Telefon" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "Adresse" elementorg.apache.xmlbeans.XmlStringxgetNavn()Gets (as xml) the "Navn" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "Telefon" elementvoidxsetAdresse(org.apache.xmlbeans.XmlString adresse) Sets (as xml) the "Adresse" elementvoidxsetNavn(org.apache.xmlbeans.XmlString navn) Sets (as xml) the "Navn" elementvoidxsetTelefon(org.apache.xmlbeans.XmlString telefon) Sets (as xml) the "Telefon" 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
-
getAdresse
String getAdresse()Gets the "Adresse" element -
xgetAdresse
org.apache.xmlbeans.XmlString xgetAdresse()Gets (as xml) the "Adresse" element -
setAdresse
Sets the "Adresse" element -
xsetAdresse
void xsetAdresse(org.apache.xmlbeans.XmlString adresse) Sets (as xml) the "Adresse" element -
getTelefon
String getTelefon()Gets the "Telefon" element -
xgetTelefon
org.apache.xmlbeans.XmlString xgetTelefon()Gets (as xml) the "Telefon" element -
setTelefon
Sets the "Telefon" element -
xsetTelefon
void xsetTelefon(org.apache.xmlbeans.XmlString telefon) Sets (as xml) the "Telefon" element