Interface InteraksjonDocument.Interaksjon.Referanse
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
InteraksjonDocumentImpl.InteraksjonImpl.ReferanseImpl
- Enclosing interface:
- InteraksjonDocument.Interaksjon
public static interface InteraksjonDocument.Interaksjon.Referanse
extends org.apache.xmlbeans.XmlObject
An XML Referanse(@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<InteraksjonDocument.Interaksjon.Referanse>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 "Lenke" elementgetKilde()Gets the "Kilde" elementgetLenke()Gets the "Lenke" elementbooleanTrue if has "Lenke" elementvoidSets the "Kilde" elementvoidSets the "Lenke" elementvoidUnsets the "Lenke" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "Kilde" elementvoidxsetKilde(org.apache.xmlbeans.XmlString kilde) Sets (as xml) the "Kilde" 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<InteraksjonDocument.Interaksjon.Referanse> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getKilde
String getKilde()Gets the "Kilde" element -
xgetKilde
org.apache.xmlbeans.XmlString xgetKilde()Gets (as xml) the "Kilde" element -
setKilde
Sets the "Kilde" element -
xsetKilde
void xsetKilde(org.apache.xmlbeans.XmlString kilde) Sets (as xml) the "Kilde" element -
getLenke
URL getLenke()Gets the "Lenke" element -
isSetLenke
boolean isSetLenke()True if has "Lenke" element -
setLenke
Sets the "Lenke" element -
addNewLenke
URL addNewLenke()Appends and returns a new empty "Lenke" element -
unsetLenke
void unsetLenke()Unsets the "Lenke" element
-