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.XmlObjectAn XML TRANSLATION_DETAILS(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTRANSLATIONDETAILS.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringDictionaryItemaddNewAuthor()Appends and returns a new empty value (as xml) as the last "author" elementCODEPHRASEaddNewLanguage()Appends and returns a new empty "language" elementStringDictionaryItemaddNewOtherDetails()Appends and returns a new empty value (as xml) as the last "other_details" elementStringgetAccreditation()Gets the "accreditation" elementStringDictionaryItem[]getAuthorArray()Gets array of all "author" elementsStringDictionaryItemgetAuthorArray(int i)Gets ith "author" elementCODEPHRASEgetLanguage()Gets the "language" elementStringDictionaryItem[]getOtherDetailsArray()Gets array of all "other_details" elementsStringDictionaryItemgetOtherDetailsArray(int i)Gets ith "other_details" elementStringDictionaryIteminsertNewAuthor(int i)Inserts and returns a new empty value (as xml) as the ith "author" elementStringDictionaryIteminsertNewOtherDetails(int i)Inserts and returns a new empty value (as xml) as the ith "other_details" elementbooleanisSetAccreditation()True 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" elementintsizeOfAuthorArray()Returns number of "author" elementintsizeOfOtherDetailsArray()Returns number of "other_details" elementvoidunsetAccreditation()Unsets the "accreditation" elementorg.apache.xmlbeans.XmlStringxgetAccreditation()Gets (as xml) the "accreditation" elementvoidxsetAccreditation(org.apache.xmlbeans.XmlString accreditation)Sets (as xml) the "accreditation" element-
Methods 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, valueHashCode
-
Methods 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
-
-
-
-
Method Detail
-
getLanguage
CODEPHRASE getLanguage()
Gets the "language" element
-
setLanguage
void setLanguage(CODEPHRASE language)
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
StringDictionaryItem getAuthorArray(int i)
Gets ith "author" element
-
sizeOfAuthorArray
int sizeOfAuthorArray()
Returns number of "author" element
-
setAuthorArray
void setAuthorArray(StringDictionaryItem[] authorArray)
Sets array of all "author" element
-
setAuthorArray
void setAuthorArray(int i, StringDictionaryItem author)Sets ith "author" element
-
insertNewAuthor
StringDictionaryItem insertNewAuthor(int i)
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
void setAccreditation(String accreditation)
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
StringDictionaryItem getOtherDetailsArray(int i)
Gets ith "other_details" element
-
sizeOfOtherDetailsArray
int sizeOfOtherDetailsArray()
Returns number of "other_details" element
-
setOtherDetailsArray
void setOtherDetailsArray(StringDictionaryItem[] otherDetailsArray)
Sets array of all "other_details" element
-
setOtherDetailsArray
void setOtherDetailsArray(int i, StringDictionaryItem otherDetails)Sets ith "other_details" element
-
insertNewOtherDetails
StringDictionaryItem insertNewOtherDetails(int i)
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
-
-