public class MessageheaderResponseRequestEnumFactory extends Object implements EnumFactory<MessageheaderResponseRequest>
| Constructor and Description |
|---|
MessageheaderResponseRequestEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
MessageheaderResponseRequest |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
String |
toCode(MessageheaderResponseRequest code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(MessageheaderResponseRequest code)
Get the system URI for an enumerated value
|
public MessageheaderResponseRequestEnumFactory()
public MessageheaderResponseRequest fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<MessageheaderResponseRequest>fromCode in interface EnumFactory<MessageheaderResponseRequest>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic String toCode(MessageheaderResponseRequest code)
EnumFactorytoCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<MessageheaderResponseRequest>toCode in interface EnumFactory<MessageheaderResponseRequest>code - - the enumeration valuepublic String toSystem(MessageheaderResponseRequest code)
EnumFactorytoSystem in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<MessageheaderResponseRequest>toSystem in interface EnumFactory<MessageheaderResponseRequest>code - - the enumeration valueCopyright © 2014–2021 Health Level 7. All rights reserved.