public static class ImplementationGuide.PackageResource extends BaseIdentifiableElement implements IResourceBlock
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
| Constructor and Description |
|---|
PackageResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcronym()
Gets the value(s) for acronym ().
|
StringDt |
getAcronymElement()
Gets the value(s) for acronym ().
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getDescription()
Gets the value(s) for description ().
|
StringDt |
getDescriptionElement()
Gets the value(s) for description ().
|
ResourceReferenceDt |
getExampleFor()
Gets the value(s) for exampleFor ().
|
String |
getName()
Gets the value(s) for name ().
|
StringDt |
getNameElement()
Gets the value(s) for name ().
|
String |
getPurpose()
Gets the value(s) for purpose ().
|
BoundCodeDt<GuideResourcePurposeEnum> |
getPurposeElement()
Gets the value(s) for purpose ().
|
IDatatype |
getSource()
Gets the value(s) for source[x] ().
|
boolean |
isEmpty() |
ImplementationGuide.PackageResource |
setAcronym(String theString)
Sets the value for acronym ()
|
ImplementationGuide.PackageResource |
setAcronym(StringDt theValue)
Sets the value(s) for acronym ()
|
ImplementationGuide.PackageResource |
setDescription(String theString)
Sets the value for description ()
|
ImplementationGuide.PackageResource |
setDescription(StringDt theValue)
Sets the value(s) for description ()
|
ImplementationGuide.PackageResource |
setExampleFor(ResourceReferenceDt theValue)
Sets the value(s) for exampleFor ()
|
ImplementationGuide.PackageResource |
setName(String theString)
Sets the value for name ()
|
ImplementationGuide.PackageResource |
setName(StringDt theValue)
Sets the value(s) for name ()
|
ImplementationGuide.PackageResource |
setPurpose(BoundCodeDt<GuideResourcePurposeEnum> theValue)
Sets the value(s) for purpose ()
|
ImplementationGuide.PackageResource |
setPurpose(GuideResourcePurposeEnum theValue)
Sets the value(s) for purpose ()
|
ImplementationGuide.PackageResource |
setSource(IDatatype theValue)
Sets the value(s) for source[x] ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic PackageResource()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic BoundCodeDt<GuideResourcePurposeEnum> getPurposeElement()
null.
Definition: Why the resource is included in the guide
public String getPurpose()
null.
Definition: Why the resource is included in the guide
public ImplementationGuide.PackageResource setPurpose(BoundCodeDt<GuideResourcePurposeEnum> theValue)
Definition: Why the resource is included in the guide
public ImplementationGuide.PackageResource setPurpose(GuideResourcePurposeEnum theValue)
Definition: Why the resource is included in the guide
public StringDt getNameElement()
null.
Definition: A human assigned name for the resource. All resources SHOULD have a name, but the name may be extracted from the resource (e.g. ValueSet.name)
public String getName()
null.
Definition: A human assigned name for the resource. All resources SHOULD have a name, but the name may be extracted from the resource (e.g. ValueSet.name)
public ImplementationGuide.PackageResource setName(StringDt theValue)
Definition: A human assigned name for the resource. All resources SHOULD have a name, but the name may be extracted from the resource (e.g. ValueSet.name)
public ImplementationGuide.PackageResource setName(String theString)
Definition: A human assigned name for the resource. All resources SHOULD have a name, but the name may be extracted from the resource (e.g. ValueSet.name)
public StringDt getDescriptionElement()
null.
Definition: A description of the reason that a resource has been included in the implementation guide
public String getDescription()
null.
Definition: A description of the reason that a resource has been included in the implementation guide
public ImplementationGuide.PackageResource setDescription(StringDt theValue)
Definition: A description of the reason that a resource has been included in the implementation guide
public ImplementationGuide.PackageResource setDescription(String theString)
Definition: A description of the reason that a resource has been included in the implementation guide
public StringDt getAcronymElement()
null.
Definition: A short code that may be used to identify the resource throughout the implementation guide
public String getAcronym()
null.
Definition: A short code that may be used to identify the resource throughout the implementation guide
public ImplementationGuide.PackageResource setAcronym(StringDt theValue)
Definition: A short code that may be used to identify the resource throughout the implementation guide
public ImplementationGuide.PackageResource setAcronym(String theString)
Definition: A short code that may be used to identify the resource throughout the implementation guide
public IDatatype getSource()
null.
Definition: Where this resource is found
public ImplementationGuide.PackageResource setSource(IDatatype theValue)
Definition: Where this resource is found
public ResourceReferenceDt getExampleFor()
null.
Definition: Another resource that this resource is an example for. This is mostly used for resources that are included as examples of StructureDefinitions
public ImplementationGuide.PackageResource setExampleFor(ResourceReferenceDt theValue)
Definition: Another resource that this resource is an example for. This is mostly used for resources that are included as examples of StructureDefinitions
Copyright © 2014–2016 University Health Network. All rights reserved.