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