Uses of Class
ca.uhn.fhir.model.dstu2.resource.ListResource.Entry
-
Packages that use ListResource.Entry Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of ListResource.Entry in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ListResource.Entry Modifier and Type Method Description ListResource.EntryListResource. addEntry()Adds and returns a new value for entry ()ListResource.EntryListResource. getEntryFirstRep()Gets the first repetition for entry (), creating it if it does not already exist.ListResource.EntryListResource.Entry. setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)Sets the value(s) for date ()ListResource.EntryListResource.Entry. setDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for date ()ListResource.EntryListResource.Entry. setDateWithSecondsPrecision(Date theDate)Sets the value for date ()ListResource.EntryListResource.Entry. setDeleted(boolean theBoolean)Sets the value for deleted ()ListResource.EntryListResource.Entry. setDeleted(ca.uhn.fhir.model.primitive.BooleanDt theValue)Sets the value(s) for deleted ()ListResource.EntryListResource.Entry. setFlag(CodeableConceptDt theValue)Sets the value(s) for flag ()ListResource.EntryListResource.Entry. setItem(ResourceReferenceDt theValue)Sets the value(s) for item ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ListResource.Entry Modifier and Type Method Description List<ListResource.Entry>ListResource. getEntry()Gets the value(s) for entry ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ListResource.Entry Modifier and Type Method Description ListResourceListResource. addEntry(ListResource.Entry theValue)Adds a given new value for entry ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ListResource.Entry Modifier and Type Method Description ListResourceListResource. setEntry(List<ListResource.Entry> theValue)Sets the value(s) for entry ()
-