public class Parameters extends Resource implements org.hl7.fhir.instance.model.api.IBaseParameters
| Modifier and Type | Class and Description |
|---|---|
static class |
Parameters.ParametersParameterComponent |
| Modifier and Type | Field and Description |
|---|---|
protected List<Parameters.ParametersParameterComponent> |
parameter
A parameter passed to or received from the operation.
|
id, implicitRules, language, meta| Constructor and Description |
|---|
Parameters()
Constructor
|
copyValues, getId, getIdBase, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetagetStructureFhirVersionEnum, isResource, setIdcastToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdElement, getMeta, getStructureFhirVersionEnum, setId, setIdprotected List<Parameters.ParametersParameterComponent> parameter
public Parameters()
public List<Parameters.ParametersParameterComponent> getParameter()
parameter (A parameter passed to or received from the operation.)public Parameters setParameter(List<Parameters.ParametersParameterComponent> theParameter)
this for easy method chainingpublic boolean hasParameter()
public Parameters.ParametersParameterComponent addParameter()
public Parameters addParameter(Parameters.ParametersParameterComponent t)
public Parameters.ParametersParameterComponent getParameterFirstRep()
parameter, creating it if it does not already existprotected void listChildren(List<Property> children)
listChildren in class Resourcepublic Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
getNamedProperty in class Resourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class Resourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class Resourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class Resourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class Resourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
getTypesForProperty in class Resourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Parameters copy()
public void copyValues(Parameters dst)
protected Parameters typedCopy()
public boolean equalsDeep(Base other_)
equalsDeep in class Resourcepublic boolean equalsShallow(Base other_)
equalsShallow in class Resourcepublic boolean isEmpty()
public ResourceType getResourceType()
getResourceType in class Resourcepublic Parameters addParameter(String name, boolean b)
public Parameters addParameter(String name, String s)
public Parameters addParameter(String name, Type v)
public Parameters setParameter(String name, boolean b)
public Parameters setParameter(String name, String s)
public Parameters setParameter(String name, Type v)
public boolean hasParameter(String name)
public Type getParameter(String name)
public List<Type> getParameters(String name)
public boolean getParameterBool(String name)
Copyright © 2014–2021 Health Level 7. All rights reserved.