Uses of Class
org.hl7.fhir.r4b.model.Integer64Type
-
Packages that use Integer64Type Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of Integer64Type in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return Integer64Type Modifier and Type Method Description protected Integer64TypeJsonParser. parseInteger64(Long v)protected Integer64TypeXmlParser. parseInteger64(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type Integer64Type Modifier and Type Method Description protected voidRdfParser. composeInteger64(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Integer64Type value, int index)protected voidXmlParser. composeInteger64(String name, Integer64Type value)protected voidJsonParser. composeInteger64Core(String name, Integer64Type value, boolean inArray)protected voidJsonParser. composeInteger64Extras(String name, Integer64Type value, boolean inArray) -
Uses of Integer64Type in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model that return Integer64Type Modifier and Type Method Description static Integer64TypeTypeConvertor. castToInteger64(Base b)Integer64TypeInteger64Type. copy()
-