Uses of Class
ca.uhn.fhir.model.dstu2.resource.OperationDefinition.Contact
-
Uses of OperationDefinition.Contact in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionOperationDefinition.addContact()
Adds and returns a new value for contact ()OperationDefinition.Contact.addTelecom
(ContactPointDt theValue) Adds a given new value for telecom ()OperationDefinition.getContactFirstRep()
Gets the first repetition for contact (), creating it if it does not already exist.OperationDefinition.Contact.setName
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()OperationDefinition.Contact.setTelecom
(List<ContactPointDt> theValue) Sets the value(s) for telecom ()Modifier and TypeMethodDescriptionOperationDefinition.getContact()
Gets the value(s) for contact ().Modifier and TypeMethodDescriptionOperationDefinition.addContact
(OperationDefinition.Contact theValue) Adds a given new value for contact ()Modifier and TypeMethodDescriptionOperationDefinition.setContact
(List<OperationDefinition.Contact> theValue) Sets the value(s) for contact ()