Package org.projecthusky.xua.hl7v3.impl
Class AbstractImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.projecthusky.xua.hl7v3.impl.AbstractImpl
- All Implemented Interfaces:
org.opensaml.core.xml.XMLObject,CE
- Direct Known Subclasses:
CodedWithEquivalentImpl
HEREISENGLISH
HIERISTDEUTSCH
VOICIFRANCAIS
ITALIANO
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractImpl(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor to create element with certain namespace, name and prefix -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Method to get the code. Methode um den code zu erhalten.Method to get the CodeSystem. Methode um das CodeSystem zu erhalten.Method to get the CodeSystemName. Methode um den CodeSystemName zu erhalten.Method to get the CodeSystemVersion. Methode um die CodeSystemVersion zu erhalten.Method to get the DisplayName. Methode um den DisplayName zu erhalten.List<org.opensaml.core.xml.XMLObject>voidMethod to set the Code. Methode um den Code zu setzen.voidsetCodeSystem(String value) Method to set the CodeSystem. Methode um das CodeSystem zu setzen.voidsetCodeSystemName(String value) Method to set the CodeSystemName. Methode um den CodeSystemName zu setzen.voidsetCodeSystemVersion(String value) Method to set the CodeSystemVersion. Methode um die CodeSystemVersion zu setzen.voidsetDisplayName(String value) Method to set the DisplayName. Methode um den DisplayName zu setzen.Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
-
Field Details
-
code
The code -
codeSystem
The code system -
codeSystemName
The code system name -
codeSystemVersion
The code system version -
displayName
The display name
-
-
Constructor Details
-
AbstractImpl
Constructor to create element with certain namespace, name and prefix- Parameters:
namespaceURI- the namespace urielementLocalName- the element local namenamespacePrefix- the namespace prefix
-
-
Method Details
-
getCode
Description copied from interface:CEMethod to get the code.Methode um den code zu erhalten. -
getCodeSystem
Description copied from interface:CEMethod to get the CodeSystem.Methode um das CodeSystem zu erhalten.- Specified by:
getCodeSystemin interfaceCE- Returns:
- The CodeSystem.Das CodeSystem.
-
getCodeSystemName
Description copied from interface:CEMethod to get the CodeSystemName.Methode um den CodeSystemName zu erhalten.- Specified by:
getCodeSystemNamein interfaceCE- Returns:
- The CodeSystemName.Der CodeSystemName.
-
getCodeSystemVersion
Description copied from interface:CEMethod to get the CodeSystemVersion.Methode um die CodeSystemVersion zu erhalten.- Specified by:
getCodeSystemVersionin interfaceCE- Returns:
- The CodeSystemVersion.Die CodeSystemVersion.
-
getDisplayName
Description copied from interface:CEMethod to get the DisplayName.Methode um den DisplayName zu erhalten.- Specified by:
getDisplayNamein interfaceCE- Returns:
- The DisplayName.Der DisplayName.
-
getOrderedChildren
- Specified by:
getOrderedChildrenin interfaceorg.opensaml.core.xml.XMLObject
-
setCode
Description copied from interface:CEMethod to set the Code.Methode um den Code zu setzen. -
setCodeSystem
Description copied from interface:CEMethod to set the CodeSystem.Methode um das CodeSystem zu setzen.- Specified by:
setCodeSystemin interfaceCE- Parameters:
value-The value to be set as CodeSystem.Der Wert der als CodeSystem gesetzt werden soll.
-
setCodeSystemName
Description copied from interface:CEMethod to set the CodeSystemName.Methode um den CodeSystemName zu setzen.- Specified by:
setCodeSystemNamein interfaceCE- Parameters:
value-The value to be set as CodeSystemName.Der Wert der als CodeSystemName gesetzt werden soll.
-
setCodeSystemVersion
Description copied from interface:CEMethod to set the CodeSystemVersion.Methode um die CodeSystemVersion zu setzen.- Specified by:
setCodeSystemVersionin interfaceCE- Parameters:
value-The value to be set as CodeSystemVersion.Der Wert der als CodeSystemVersion gesetzt werden soll.
-
setDisplayName
Description copied from interface:CEMethod to set the DisplayName.Methode um den DisplayName zu setzen.- Specified by:
setDisplayNamein interfaceCE- Parameters:
value-The value to be set as DisplayName.Der Wert der als DisplayName gesetzt werden soll.
-