Uses of Class
ca.uhn.fhir.model.dstu2.resource.DocumentManifest.Content
-
Packages that use DocumentManifest.Content Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of DocumentManifest.Content in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DocumentManifest.Content Modifier and Type Method Description DocumentManifest.ContentDocumentManifest. addContent()Adds and returns a new value for content ()DocumentManifest.ContentDocumentManifest. getContentFirstRep()Gets the first repetition for content (), creating it if it does not already exist.DocumentManifest.ContentDocumentManifest.Content. setP(ca.uhn.fhir.model.api.IDatatype theValue)Sets the value(s) for p[x] ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type DocumentManifest.Content Modifier and Type Method Description List<DocumentManifest.Content>DocumentManifest. getContent()Gets the value(s) for content ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DocumentManifest.Content Modifier and Type Method Description DocumentManifestDocumentManifest. addContent(DocumentManifest.Content theValue)Adds a given new value for content ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type DocumentManifest.Content Modifier and Type Method Description DocumentManifestDocumentManifest. setContent(List<DocumentManifest.Content> theValue)Sets the value(s) for content ()
-