public static class ImplementationGuide.Package extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: A logical group of resources. Logical groups can be used when building pages
| Constructor and Description |
|---|
Package() |
| Modifier and Type | Method and Description |
|---|---|
ImplementationGuide.PackageResource |
addResource()
Adds and returns a new value for resource ()
|
ImplementationGuide.Package |
addResource(ImplementationGuide.PackageResource theValue)
Adds a given new value for resource ()
|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getDescription()
Gets the value(s) for description ().
|
ca.uhn.fhir.model.primitive.StringDt |
getDescriptionElement()
Gets the value(s) for description ().
|
String |
getName()
Gets the value(s) for name ().
|
ca.uhn.fhir.model.primitive.StringDt |
getNameElement()
Gets the value(s) for name ().
|
List<ImplementationGuide.PackageResource> |
getResource()
Gets the value(s) for resource ().
|
ImplementationGuide.PackageResource |
getResourceFirstRep()
Gets the first repetition for resource (),
creating it if it does not already exist.
|
boolean |
isEmpty() |
ImplementationGuide.Package |
setDescription(String theString)
Sets the value for description ()
|
ImplementationGuide.Package |
setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for description ()
|
ImplementationGuide.Package |
setName(String theString)
Sets the value for name ()
|
ImplementationGuide.Package |
setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for name ()
|
ImplementationGuide.Package |
setResource(List<ImplementationGuide.PackageResource> theValue)
Sets the value(s) for resource ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Package()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.StringDt getNameElement()
null.
Definition: The name for the group, as used in page.package
public String getName()
null.
Definition: The name for the group, as used in page.package
public ImplementationGuide.Package setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: The name for the group, as used in page.package
public ImplementationGuide.Package setName(String theString)
Definition: The name for the group, as used in page.package
public ca.uhn.fhir.model.primitive.StringDt getDescriptionElement()
null.
Definition:
public String getDescription()
null.
Definition:
public ImplementationGuide.Package setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition:
public ImplementationGuide.Package setDescription(String theString)
Definition:
public List<ImplementationGuide.PackageResource> getResource()
null.
Definition: A resource that is part of the implementation guide. Conformance resources (value set, structure definition, conformance statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource
public ImplementationGuide.Package setResource(List<ImplementationGuide.PackageResource> theValue)
Definition: A resource that is part of the implementation guide. Conformance resources (value set, structure definition, conformance statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource
public ImplementationGuide.PackageResource addResource()
Definition: A resource that is part of the implementation guide. Conformance resources (value set, structure definition, conformance statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource
public ImplementationGuide.Package addResource(ImplementationGuide.PackageResource theValue)
Definition: A resource that is part of the implementation guide. Conformance resources (value set, structure definition, conformance statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource
theValue - The resource to add (must not be null)public ImplementationGuide.PackageResource getResourceFirstRep()
Definition: A resource that is part of the implementation guide. Conformance resources (value set, structure definition, conformance statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource
Copyright © 2014–2018 University Health Network. All rights reserved.