Package org.hl7.fhir.r4.model
Class PaymentNotice.PaymentNoticeStatusEnumFactory
- java.lang.Object
-
- org.hl7.fhir.r4.model.PaymentNotice.PaymentNoticeStatusEnumFactory
-
- All Implemented Interfaces:
Serializable
,org.hl7.fhir.instance.model.api.IBaseEnumFactory<PaymentNotice.PaymentNoticeStatus>
,EnumFactory<PaymentNotice.PaymentNoticeStatus>
- Enclosing class:
- PaymentNotice
public static class PaymentNotice.PaymentNoticeStatusEnumFactory extends Object implements EnumFactory<PaymentNotice.PaymentNoticeStatus>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PaymentNoticeStatusEnumFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentNotice.PaymentNoticeStatus
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSONEnumeration<PaymentNotice.PaymentNoticeStatus>
fromType(Base code)
String
toCode(PaymentNotice.PaymentNoticeStatus code)
Get the XML/JSON representation for an enumerated valueString
toSystem(PaymentNotice.PaymentNoticeStatus code)
Get the system URI for an enumerated value
-
-
-
Constructor Detail
-
PaymentNoticeStatusEnumFactory
public PaymentNoticeStatusEnumFactory()
-
-
Method Detail
-
fromCode
public PaymentNotice.PaymentNoticeStatus fromCode(String codeString) throws IllegalArgumentException
Description copied from interface:EnumFactory
Read an enumeration value from the string that represents it on the XML or JSON- Specified by:
fromCode
in interfaceEnumFactory<PaymentNotice.PaymentNoticeStatus>
- Specified by:
fromCode
in interfaceorg.hl7.fhir.instance.model.api.IBaseEnumFactory<PaymentNotice.PaymentNoticeStatus>
- Parameters:
codeString
- the value found in the XML or JSON- Returns:
- the enumeration value
- Throws:
IllegalArgumentException
-
fromType
public Enumeration<PaymentNotice.PaymentNoticeStatus> fromType(Base code) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
public String toCode(PaymentNotice.PaymentNoticeStatus code)
Description copied from interface:EnumFactory
Get the XML/JSON representation for an enumerated value- Specified by:
toCode
in interfaceEnumFactory<PaymentNotice.PaymentNoticeStatus>
- Specified by:
toCode
in interfaceorg.hl7.fhir.instance.model.api.IBaseEnumFactory<PaymentNotice.PaymentNoticeStatus>
- Parameters:
code
- - the enumeration value- Returns:
- the XML/JSON representation
-
toSystem
public String toSystem(PaymentNotice.PaymentNoticeStatus code)
Description copied from interface:EnumFactory
Get the system URI for an enumerated value- Specified by:
toSystem
in interfaceEnumFactory<PaymentNotice.PaymentNoticeStatus>
- Specified by:
toSystem
in interfaceorg.hl7.fhir.instance.model.api.IBaseEnumFactory<PaymentNotice.PaymentNoticeStatus>
- Parameters:
code
- - the enumeration value- Returns:
- the XML/JSON representation
-
-