Uses of Class
ca.uhn.fhir.model.dstu2.resource.OperationDefinition.Contact
-
Packages that use OperationDefinition.Contact Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of OperationDefinition.Contact in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return OperationDefinition.Contact Modifier and Type Method Description OperationDefinition.ContactOperationDefinition. addContact()Adds and returns a new value for contact ()OperationDefinition.ContactOperationDefinition.Contact. addTelecom(ContactPointDt theValue)Adds a given new value for telecom ()OperationDefinition.ContactOperationDefinition. getContactFirstRep()Gets the first repetition for contact (), creating it if it does not already exist.OperationDefinition.ContactOperationDefinition.Contact. setName(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for name ()OperationDefinition.ContactOperationDefinition.Contact. setName(String theString)Sets the value for name ()OperationDefinition.ContactOperationDefinition.Contact. setTelecom(List<ContactPointDt> theValue)Sets the value(s) for telecom ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type OperationDefinition.Contact Modifier and Type Method Description List<OperationDefinition.Contact>OperationDefinition. getContact()Gets the value(s) for contact ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type OperationDefinition.Contact Modifier and Type Method Description OperationDefinitionOperationDefinition. addContact(OperationDefinition.Contact theValue)Adds a given new value for contact ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type OperationDefinition.Contact Modifier and Type Method Description OperationDefinitionOperationDefinition. setContact(List<OperationDefinition.Contact> theValue)Sets the value(s) for contact ()
-