Interface RefusjonsvilkarDocument.Refusjonsvilkar
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
RefusjonsvilkarDocumentImpl.RefusjonsvilkarImpl
- Enclosing interface:
- RefusjonsvilkarDocument
public static interface RefusjonsvilkarDocument.Refusjonsvilkar
extends org.apache.xmlbeans.XmlObject
An XML Refusjonsvilkar(@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<RefusjonsvilkarDocument.Refusjonsvilkar>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 "FraDato" elementGets the "RefVilkar" elementGets the "TilDato" elementbooleanTrue if has "TilDato" elementvoidsetFraDato(Calendar fraDato) Sets the "FraDato" elementvoidsetRefVilkar(String refVilkar) Sets the "RefVilkar" elementvoidsetTilDato(Calendar tilDato) Sets the "TilDato" elementvoidUnsets the "TilDato" elementorg.apache.xmlbeans.XmlDateGets (as xml) the "FraDato" elementorg.apache.xmlbeans.XmlIDREFGets (as xml) the "RefVilkar" elementorg.apache.xmlbeans.XmlDateGets (as xml) the "TilDato" elementvoidxsetFraDato(org.apache.xmlbeans.XmlDate fraDato) Sets (as xml) the "FraDato" elementvoidxsetRefVilkar(org.apache.xmlbeans.XmlIDREF refVilkar) Sets (as xml) the "RefVilkar" elementvoidxsetTilDato(org.apache.xmlbeans.XmlDate tilDato) Sets (as xml) the "TilDato" 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<RefusjonsvilkarDocument.Refusjonsvilkar> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getRefVilkar
String getRefVilkar()Gets the "RefVilkar" element -
xgetRefVilkar
org.apache.xmlbeans.XmlIDREF xgetRefVilkar()Gets (as xml) the "RefVilkar" element -
setRefVilkar
Sets the "RefVilkar" element -
xsetRefVilkar
void xsetRefVilkar(org.apache.xmlbeans.XmlIDREF refVilkar) Sets (as xml) the "RefVilkar" element -
getFraDato
Calendar getFraDato()Gets the "FraDato" element -
xgetFraDato
org.apache.xmlbeans.XmlDate xgetFraDato()Gets (as xml) the "FraDato" element -
setFraDato
Sets the "FraDato" element -
xsetFraDato
void xsetFraDato(org.apache.xmlbeans.XmlDate fraDato) Sets (as xml) the "FraDato" element -
getTilDato
Calendar getTilDato()Gets the "TilDato" element -
xgetTilDato
org.apache.xmlbeans.XmlDate xgetTilDato()Gets (as xml) the "TilDato" element -
isSetTilDato
boolean isSetTilDato()True if has "TilDato" element -
setTilDato
Sets the "TilDato" element -
xsetTilDato
void xsetTilDato(org.apache.xmlbeans.XmlDate tilDato) Sets (as xml) the "TilDato" element -
unsetTilDato
void unsetTilDato()Unsets the "TilDato" element
-