Uses of Class
ca.uhn.fhir.model.dstu2.resource.Communication.Payload
-
Packages that use Communication.Payload Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Communication.Payload in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Communication.Payload Modifier and Type Method Description Communication.PayloadCommunication. addPayload()Adds and returns a new value for payload ()Communication.PayloadCommunication. getPayloadFirstRep()Gets the first repetition for payload (), creating it if it does not already exist.Communication.PayloadCommunication.Payload. setContent(ca.uhn.fhir.model.api.IDatatype theValue)Sets the value(s) for content[x] ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Communication.Payload Modifier and Type Method Description List<Communication.Payload>Communication. getPayload()Gets the value(s) for payload ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Communication.Payload Modifier and Type Method Description CommunicationCommunication. addPayload(Communication.Payload theValue)Adds a given new value for payload ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Communication.Payload Modifier and Type Method Description CommunicationCommunication. setPayload(List<Communication.Payload> theValue)Sets the value(s) for payload ()
-