Uses of Class
org.hl7.fhir.dstu2016may.model.Library.LibraryLibraryComponent
-
Packages that use Library.LibraryLibraryComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Library.LibraryLibraryComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return Library.LibraryLibraryComponent Modifier and Type Method Description protected Library.LibraryLibraryComponentJsonParser. parseLibraryLibraryLibraryComponent(com.google.gson.JsonObject json, Library owner)protected Library.LibraryLibraryComponentXmlParser. parseLibraryLibraryLibraryComponent(org.xmlpull.v1.XmlPullParser xpp, Library owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type Library.LibraryLibraryComponent Modifier and Type Method Description protected voidJsonParser. composeLibraryLibraryLibraryComponent(String name, Library.LibraryLibraryComponent element)protected voidRdfParser. composeLibraryLibraryLibraryComponent(RdfGenerator.Complex parent, String parentType, String name, Library.LibraryLibraryComponent element, int index)protected voidXmlParser. composeLibraryLibraryLibraryComponent(String name, Library.LibraryLibraryComponent element)protected voidJsonParser. composeLibraryLibraryLibraryComponentInner(Library.LibraryLibraryComponent element) -
Uses of Library.LibraryLibraryComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type Library.LibraryLibraryComponent Modifier and Type Field Description protected List<Library.LibraryLibraryComponent>Library. libraryA library element describes a library referenced by this library.Methods in org.hl7.fhir.dstu2016may.model that return Library.LibraryLibraryComponent Modifier and Type Method Description Library.LibraryLibraryComponentLibrary. addLibrary()Library.LibraryLibraryComponentLibrary.LibraryLibraryComponent. copy()Library.LibraryLibraryComponentLibrary.LibraryLibraryComponent. setDocument(Type value)Library.LibraryLibraryComponentLibrary.LibraryLibraryComponent. setIdentifier(String value)Library.LibraryLibraryComponentLibrary.LibraryLibraryComponent. setIdentifierElement(StringType value)Library.LibraryLibraryComponentLibrary.LibraryLibraryComponent. setName(String value)Library.LibraryLibraryComponentLibrary.LibraryLibraryComponent. setNameElement(StringType value)Library.LibraryLibraryComponentLibrary.LibraryLibraryComponent. setVersion(String value)Library.LibraryLibraryComponentLibrary.LibraryLibraryComponent. setVersionElement(StringType value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type Library.LibraryLibraryComponent Modifier and Type Method Description List<Library.LibraryLibraryComponent>Library. getLibrary()Methods in org.hl7.fhir.dstu2016may.model with parameters of type Library.LibraryLibraryComponent Modifier and Type Method Description LibraryLibrary. addLibrary(Library.LibraryLibraryComponent t)
-