Package org.hl7.fhir.dstu2016may.model
Class ModuleDefinition.ModuleDefinitionParameterComponent
- java.lang.Object
-
- org.hl7.fhir.dstu2016may.model.Base
-
- org.hl7.fhir.dstu2016may.model.Element
-
- org.hl7.fhir.dstu2016may.model.BackboneElement
-
- org.hl7.fhir.dstu2016may.model.ModuleDefinition.ModuleDefinitionParameterComponent
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseBackboneElement,org.hl7.fhir.instance.model.api.IBaseElement,org.hl7.fhir.instance.model.api.IBaseHasExtensions,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
- Enclosing class:
- ModuleDefinition
public static class ModuleDefinition.ModuleDefinitionParameterComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringTypedocumentationA brief description of the parameter.protected CodeTypenameThe name of the parameter.protected ReferenceprofileThe profile of the parameter, if any.protected StructureDefinitionprofileTargetThe actual object that is the target of the reference (The profile of the parameter, if any.)protected CodeTypetypeThe type of the parameter.protected CodeTypeuseWhether the parameter is input or output for the module.-
Fields inherited from class org.hl7.fhir.dstu2016may.model.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description ModuleDefinitionParameterComponent()ConstructorModuleDefinitionParameterComponent(CodeType name, CodeType use, CodeType type)Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.BackboneElement
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, hasModifierExtension
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.Element
addExtension, addExtension, copyValues, getExtension, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElement
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.Base
castToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
-
-
-
-
Field Detail
-
documentation
protected StringType documentation
A brief description of the parameter.
-
profileTarget
protected StructureDefinition profileTarget
The actual object that is the target of the reference (The profile of the parameter, if any.)
-
-
Constructor Detail
-
ModuleDefinitionParameterComponent
public ModuleDefinitionParameterComponent()
Constructor
-
ModuleDefinitionParameterComponent
public ModuleDefinitionParameterComponent(CodeType name, CodeType use, CodeType type)
Constructor
-
-
Method Detail
-
getNameElement
public CodeType getNameElement()
- Returns:
name(The name of the parameter.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
-
hasNameElement
public boolean hasNameElement()
-
hasName
public boolean hasName()
-
setNameElement
public ModuleDefinition.ModuleDefinitionParameterComponent setNameElement(CodeType value)
- Parameters:
value-name(The name of the parameter.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
-
setName
public ModuleDefinition.ModuleDefinitionParameterComponent setName(String value)
- Parameters:
value- The name of the parameter.
-
getUseElement
public CodeType getUseElement()
- Returns:
use(Whether the parameter is input or output for the module.). This is the underlying object with id, value and extensions. The accessor "getUse" gives direct access to the value
-
hasUseElement
public boolean hasUseElement()
-
hasUse
public boolean hasUse()
-
setUseElement
public ModuleDefinition.ModuleDefinitionParameterComponent setUseElement(CodeType value)
- Parameters:
value-use(Whether the parameter is input or output for the module.). This is the underlying object with id, value and extensions. The accessor "getUse" gives direct access to the value
-
setUse
public ModuleDefinition.ModuleDefinitionParameterComponent setUse(String value)
- Parameters:
value- Whether the parameter is input or output for the module.
-
getDocumentationElement
public StringType getDocumentationElement()
- Returns:
documentation(A brief description of the parameter.). This is the underlying object with id, value and extensions. The accessor "getDocumentation" gives direct access to the value
-
hasDocumentationElement
public boolean hasDocumentationElement()
-
hasDocumentation
public boolean hasDocumentation()
-
setDocumentationElement
public ModuleDefinition.ModuleDefinitionParameterComponent setDocumentationElement(StringType value)
- Parameters:
value-documentation(A brief description of the parameter.). This is the underlying object with id, value and extensions. The accessor "getDocumentation" gives direct access to the value
-
getDocumentation
public String getDocumentation()
- Returns:
- A brief description of the parameter.
-
setDocumentation
public ModuleDefinition.ModuleDefinitionParameterComponent setDocumentation(String value)
- Parameters:
value- A brief description of the parameter.
-
getTypeElement
public CodeType getTypeElement()
- Returns:
type(The type of the parameter.). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the value
-
hasTypeElement
public boolean hasTypeElement()
-
hasType
public boolean hasType()
-
setTypeElement
public ModuleDefinition.ModuleDefinitionParameterComponent setTypeElement(CodeType value)
- Parameters:
value-type(The type of the parameter.). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the value
-
setType
public ModuleDefinition.ModuleDefinitionParameterComponent setType(String value)
- Parameters:
value- The type of the parameter.
-
getProfile
public Reference getProfile()
- Returns:
profile(The profile of the parameter, if any.)
-
hasProfile
public boolean hasProfile()
-
setProfile
public ModuleDefinition.ModuleDefinitionParameterComponent setProfile(Reference value)
- Parameters:
value-profile(The profile of the parameter, if any.)
-
getProfileTarget
public StructureDefinition getProfileTarget()
- Returns:
profileThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The profile of the parameter, if any.)
-
setProfileTarget
public ModuleDefinition.ModuleDefinitionParameterComponent setProfileTarget(StructureDefinition value)
- Parameters:
value-profileThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The profile of the parameter, if any.)
-
listChildren
protected void listChildren(List<Property> childrenList)
- Overrides:
listChildrenin classBackboneElement
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
Description copied from class:Basemake an instance of a property. If the property is a repeating property, make a new instance. if the property is not repeating, return the property- Overrides:
makePropertyin classBackboneElement- Returns:
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChildin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
public ModuleDefinition.ModuleDefinitionParameterComponent copy()
- Specified by:
copyin classBackboneElement
-
equalsDeep
public boolean equalsDeep(Base other)
- Overrides:
equalsDeepin classBackboneElement
-
equalsShallow
public boolean equalsShallow(Base other)
- Overrides:
equalsShallowin classBackboneElement
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classBackboneElement
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classBackboneElement
-
-