Package dev.pcvolkmer.mv64e.model
Class PatientHealthInsurance
- java.lang.Object
-
- dev.pcvolkmer.mv64e.model.PatientHealthInsurance
-
public class PatientHealthInsurance extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPatientHealthInsurance.Builder
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_REFERENCEstatic java.lang.StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description PatientHealthInsurance()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PatientHealthInsurance.Builderbuilder()booleanequals(java.lang.Object o)@Nullable ReferencegetReference()HealthInsuranceTypeCodinggetType()inthashCode()PatientHealthInsurancereference(@Nullable Reference reference)voidsetReference(@Nullable Reference reference)voidsetType(HealthInsuranceTypeCoding type)PatientHealthInsurance.BuildertoBuilder()java.lang.StringtoString()PatientHealthInsurancetype(HealthInsuranceTypeCoding type)
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final java.lang.String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_REFERENCE
public static final java.lang.String JSON_PROPERTY_REFERENCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public PatientHealthInsurance type(HealthInsuranceTypeCoding type)
-
getType
public HealthInsuranceTypeCoding getType()
-
setType
public void setType(HealthInsuranceTypeCoding type)
-
reference
public PatientHealthInsurance reference(@Nullable Reference reference)
-
getReference
public @Nullable Reference getReference()
-
setReference
public void setReference(@Nullable Reference reference)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static PatientHealthInsurance.Builder builder()
-
toBuilder
public PatientHealthInsurance.Builder toBuilder()
-
-