Interface StyrkeFormStoffDocument.StyrkeFormStoff
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
StyrkeFormStoffDocumentImpl.StyrkeFormStoffImpl
- Enclosing interface:
- StyrkeFormStoffDocument
public static interface StyrkeFormStoffDocument.StyrkeFormStoff
extends org.apache.xmlbeans.XmlObject
An XML StyrkeFormStoff(@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<StyrkeFormStoffDocument.StyrkeFormStoff>static final org.apache.xmlbeans.SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.xmlbeans.XmlStringAppends and returns a new empty value (as xml) as the last "Stoff" elementvoidAppends the value as the last "Stoff" elementgetForm()Gets the "Form" elementString[]Gets array of all "Stoff" elementsgetStoffArray(int i) Gets ith "Stoff" elementGets a List of "Stoff" elementsGets the "Styrke" elementorg.apache.xmlbeans.XmlStringinsertNewStoff(int i) Inserts and returns a new empty value (as xml) as the ith "Stoff" elementvoidinsertStoff(int i, String stoff) Inserts the value as the ith "Stoff" elementbooleanTrue if has "Form" elementbooleanTrue if has "Styrke" elementvoidremoveStoff(int i) Removes the ith "Stoff" elementvoidSets the "Form" elementvoidsetStoffArray(int i, String stoff) Sets ith "Stoff" elementvoidsetStoffArray(String[] stoffArray) Sets array of all "Stoff" elementvoidSets the "Styrke" elementintReturns number of "Stoff" elementvoidUnsets the "Form" elementvoidUnsets the "Styrke" elementorg.apache.xmlbeans.XmlStringxgetForm()Gets (as xml) the "Form" elementorg.apache.xmlbeans.XmlString[]Gets (as xml) array of all "Stoff" elementsorg.apache.xmlbeans.XmlStringxgetStoffArray(int i) Gets (as xml) ith "Stoff" elementList<org.apache.xmlbeans.XmlString>Gets (as xml) a List of "Stoff" elementsorg.apache.xmlbeans.XmlStringGets (as xml) the "Styrke" elementvoidxsetForm(org.apache.xmlbeans.XmlString form) Sets (as xml) the "Form" elementvoidxsetStoffArray(int i, org.apache.xmlbeans.XmlString stoff) Sets (as xml) ith "Stoff" elementvoidxsetStoffArray(org.apache.xmlbeans.XmlString[] stoffArray) Sets (as xml) array of all "Stoff" elementvoidxsetStyrke(org.apache.xmlbeans.XmlString styrke) Sets (as xml) the "Styrke" 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<StyrkeFormStoffDocument.StyrkeFormStoff> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getStyrke
String getStyrke()Gets the "Styrke" element -
xgetStyrke
org.apache.xmlbeans.XmlString xgetStyrke()Gets (as xml) the "Styrke" element -
isSetStyrke
boolean isSetStyrke()True if has "Styrke" element -
setStyrke
Sets the "Styrke" element -
xsetStyrke
void xsetStyrke(org.apache.xmlbeans.XmlString styrke) Sets (as xml) the "Styrke" element -
unsetStyrke
void unsetStyrke()Unsets the "Styrke" element -
getForm
String getForm()Gets the "Form" element -
xgetForm
org.apache.xmlbeans.XmlString xgetForm()Gets (as xml) the "Form" element -
isSetForm
boolean isSetForm()True if has "Form" element -
setForm
Sets the "Form" element -
xsetForm
void xsetForm(org.apache.xmlbeans.XmlString form) Sets (as xml) the "Form" element -
unsetForm
void unsetForm()Unsets the "Form" element -
getStoffList
Gets a List of "Stoff" elements -
getStoffArray
String[] getStoffArray()Gets array of all "Stoff" elements -
getStoffArray
Gets ith "Stoff" element -
xgetStoffList
List<org.apache.xmlbeans.XmlString> xgetStoffList()Gets (as xml) a List of "Stoff" elements -
xgetStoffArray
org.apache.xmlbeans.XmlString[] xgetStoffArray()Gets (as xml) array of all "Stoff" elements -
xgetStoffArray
org.apache.xmlbeans.XmlString xgetStoffArray(int i) Gets (as xml) ith "Stoff" element -
sizeOfStoffArray
int sizeOfStoffArray()Returns number of "Stoff" element -
setStoffArray
Sets array of all "Stoff" element -
setStoffArray
Sets ith "Stoff" element -
xsetStoffArray
void xsetStoffArray(org.apache.xmlbeans.XmlString[] stoffArray) Sets (as xml) array of all "Stoff" element -
xsetStoffArray
void xsetStoffArray(int i, org.apache.xmlbeans.XmlString stoff) Sets (as xml) ith "Stoff" element -
insertStoff
Inserts the value as the ith "Stoff" element -
addStoff
Appends the value as the last "Stoff" element -
insertNewStoff
org.apache.xmlbeans.XmlString insertNewStoff(int i) Inserts and returns a new empty value (as xml) as the ith "Stoff" element -
addNewStoff
org.apache.xmlbeans.XmlString addNewStoff()Appends and returns a new empty value (as xml) as the last "Stoff" element -
removeStoff
void removeStoff(int i) Removes the ith "Stoff" element
-