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