Package org.openehr.schemas.v1
Interface TRANSLATIONDETAILS
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TRANSLATIONDETAILSImpl
public interface TRANSLATIONDETAILS
extends org.apache.xmlbeans.XmlObject
An XML TRANSLATION_DETAILS(@http://schemas.openehr.org/v1).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "author" elementAppends and returns a new empty "language" elementAppends and returns a new empty value (as xml) as the last "other_details" elementGets the "accreditation" elementGets array of all "author" elementsgetAuthorArray(int i) Gets ith "author" elementGets the "language" elementGets array of all "other_details" elementsgetOtherDetailsArray(int i) Gets ith "other_details" elementinsertNewAuthor(int i) Inserts and returns a new empty value (as xml) as the ith "author" elementinsertNewOtherDetails(int i) Inserts and returns a new empty value (as xml) as the ith "other_details" elementbooleanTrue if has "accreditation" elementvoidremoveAuthor(int i) Removes the ith "author" elementvoidremoveOtherDetails(int i) Removes the ith "other_details" elementvoidsetAccreditation(String accreditation) Sets the "accreditation" elementvoidsetAuthorArray(int i, StringDictionaryItem author) Sets ith "author" elementvoidsetAuthorArray(StringDictionaryItem[] authorArray) Sets array of all "author" elementvoidsetLanguage(CODEPHRASE language) Sets the "language" elementvoidsetOtherDetailsArray(int i, StringDictionaryItem otherDetails) Sets ith "other_details" elementvoidsetOtherDetailsArray(StringDictionaryItem[] otherDetailsArray) Sets array of all "other_details" elementintReturns number of "author" elementintReturns number of "other_details" elementvoidUnsets the "accreditation" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "accreditation" elementvoidxsetAccreditation(org.apache.xmlbeans.XmlString accreditation) Sets (as xml) the "accreditation" 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getLanguage
CODEPHRASE getLanguage()Gets the "language" element -
setLanguage
Sets the "language" element -
addNewLanguage
CODEPHRASE addNewLanguage()Appends and returns a new empty "language" element -
getAuthorArray
StringDictionaryItem[] getAuthorArray()Gets array of all "author" elements -
getAuthorArray
Gets ith "author" element -
sizeOfAuthorArray
int sizeOfAuthorArray()Returns number of "author" element -
setAuthorArray
Sets array of all "author" element -
setAuthorArray
Sets ith "author" element -
insertNewAuthor
Inserts and returns a new empty value (as xml) as the ith "author" element -
addNewAuthor
StringDictionaryItem addNewAuthor()Appends and returns a new empty value (as xml) as the last "author" element -
removeAuthor
void removeAuthor(int i) Removes the ith "author" element -
getAccreditation
String getAccreditation()Gets the "accreditation" element -
xgetAccreditation
org.apache.xmlbeans.XmlString xgetAccreditation()Gets (as xml) the "accreditation" element -
isSetAccreditation
boolean isSetAccreditation()True if has "accreditation" element -
setAccreditation
Sets the "accreditation" element -
xsetAccreditation
void xsetAccreditation(org.apache.xmlbeans.XmlString accreditation) Sets (as xml) the "accreditation" element -
unsetAccreditation
void unsetAccreditation()Unsets the "accreditation" element -
getOtherDetailsArray
StringDictionaryItem[] getOtherDetailsArray()Gets array of all "other_details" elements -
getOtherDetailsArray
Gets ith "other_details" element -
sizeOfOtherDetailsArray
int sizeOfOtherDetailsArray()Returns number of "other_details" element -
setOtherDetailsArray
Sets array of all "other_details" element -
setOtherDetailsArray
Sets ith "other_details" element -
insertNewOtherDetails
Inserts and returns a new empty value (as xml) as the ith "other_details" element -
addNewOtherDetails
StringDictionaryItem addNewOtherDetails()Appends and returns a new empty value (as xml) as the last "other_details" element -
removeOtherDetails
void removeOtherDetails(int i) Removes the ith "other_details" element
-