public static class Conformance.ConformanceRestComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
| Modifier and Type | Field and Description |
|---|---|
protected List<UriType> |
compartment
An absolute URI which is a reference to the definition of a compartment that the system supports.
|
protected StringType |
documentation
Information about the system's restful capabilities that apply across all applications, such as security.
|
protected List<Conformance.SystemInteractionComponent> |
interaction
A specification of restful operations supported by the system.
|
protected Enumeration<Conformance.RestfulConformanceMode> |
mode
Identifies whether this portion of the statement is describing ability to initiate or receive restful operations.
|
protected List<Conformance.ConformanceRestOperationComponent> |
operation
Definition of an operation or a named query and with its parameters and their meaning and type.
|
protected List<Conformance.ConformanceRestResourceComponent> |
resource
A specification of the restful capabilities of the solution for a specific resource type.
|
protected List<Conformance.ConformanceRestResourceSearchParamComponent> |
searchParam
Search parameters that are supported for searching all resources for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation.
|
protected Conformance.ConformanceRestSecurityComponent |
security
Information about security implementation from an interface perspective - what a client needs to know.
|
protected Enumeration<Conformance.TransactionMode> |
transactionMode
A code that indicates how transactions are supported.
|
modifierExtension| Constructor and Description |
|---|
ConformanceRestComponent()
Constructor
|
ConformanceRestComponent(Enumeration<Conformance.RestfulConformanceMode> mode)
Constructor
|
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, hasModifierExtensionaddExtension, addExtension, copyValues, getExtension, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElementcastToActionDefinition, 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, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFormatCommentsPost, getFormatCommentsPre, hasFormatCommentprotected Enumeration<Conformance.RestfulConformanceMode> mode
protected StringType documentation
protected Conformance.ConformanceRestSecurityComponent security
protected List<Conformance.ConformanceRestResourceComponent> resource
protected List<Conformance.SystemInteractionComponent> interaction
protected Enumeration<Conformance.TransactionMode> transactionMode
protected List<Conformance.ConformanceRestResourceSearchParamComponent> searchParam
protected List<Conformance.ConformanceRestOperationComponent> operation
protected List<UriType> compartment
public ConformanceRestComponent()
public ConformanceRestComponent(Enumeration<Conformance.RestfulConformanceMode> mode)
public Enumeration<Conformance.RestfulConformanceMode> getModeElement()
mode (Identifies whether this portion of the statement is describing ability to initiate or receive restful operations.). This is the underlying object with id, value and extensions. The accessor "getMode" gives direct access to the valuepublic boolean hasModeElement()
public boolean hasMode()
public Conformance.ConformanceRestComponent setModeElement(Enumeration<Conformance.RestfulConformanceMode> value)
value - mode (Identifies whether this portion of the statement is describing ability to initiate or receive restful operations.). This is the underlying object with id, value and extensions. The accessor "getMode" gives direct access to the valuepublic Conformance.RestfulConformanceMode getMode()
public Conformance.ConformanceRestComponent setMode(Conformance.RestfulConformanceMode value)
value - Identifies whether this portion of the statement is describing ability to initiate or receive restful operations.public StringType getDocumentationElement()
documentation (Information about the system's restful capabilities that apply across all applications, such as security.). This is the underlying object with id, value and extensions. The accessor "getDocumentation" gives direct access to the valuepublic boolean hasDocumentationElement()
public boolean hasDocumentation()
public Conformance.ConformanceRestComponent setDocumentationElement(StringType value)
value - documentation (Information about the system's restful capabilities that apply across all applications, such as security.). This is the underlying object with id, value and extensions. The accessor "getDocumentation" gives direct access to the valuepublic String getDocumentation()
public Conformance.ConformanceRestComponent setDocumentation(String value)
value - Information about the system's restful capabilities that apply across all applications, such as security.public Conformance.ConformanceRestSecurityComponent getSecurity()
security (Information about security implementation from an interface perspective - what a client needs to know.)public boolean hasSecurity()
public Conformance.ConformanceRestComponent setSecurity(Conformance.ConformanceRestSecurityComponent value)
value - security (Information about security implementation from an interface perspective - what a client needs to know.)public List<Conformance.ConformanceRestResourceComponent> getResource()
resource (A specification of the restful capabilities of the solution for a specific resource type.)public boolean hasResource()
public Conformance.ConformanceRestResourceComponent addResource()
resource (A specification of the restful capabilities of the solution for a specific resource type.)public Conformance.ConformanceRestComponent addResource(Conformance.ConformanceRestResourceComponent t)
public List<Conformance.SystemInteractionComponent> getInteraction()
interaction (A specification of restful operations supported by the system.)public boolean hasInteraction()
public Conformance.SystemInteractionComponent addInteraction()
interaction (A specification of restful operations supported by the system.)public Conformance.ConformanceRestComponent addInteraction(Conformance.SystemInteractionComponent t)
public Enumeration<Conformance.TransactionMode> getTransactionModeElement()
transactionMode (A code that indicates how transactions are supported.). This is the underlying object with id, value and extensions. The accessor "getTransactionMode" gives direct access to the valuepublic boolean hasTransactionModeElement()
public boolean hasTransactionMode()
public Conformance.ConformanceRestComponent setTransactionModeElement(Enumeration<Conformance.TransactionMode> value)
value - transactionMode (A code that indicates how transactions are supported.). This is the underlying object with id, value and extensions. The accessor "getTransactionMode" gives direct access to the valuepublic Conformance.TransactionMode getTransactionMode()
public Conformance.ConformanceRestComponent setTransactionMode(Conformance.TransactionMode value)
value - A code that indicates how transactions are supported.public List<Conformance.ConformanceRestResourceSearchParamComponent> getSearchParam()
searchParam (Search parameters that are supported for searching all resources for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation.)public boolean hasSearchParam()
public Conformance.ConformanceRestResourceSearchParamComponent addSearchParam()
searchParam (Search parameters that are supported for searching all resources for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation.)public Conformance.ConformanceRestComponent addSearchParam(Conformance.ConformanceRestResourceSearchParamComponent t)
public List<Conformance.ConformanceRestOperationComponent> getOperation()
operation (Definition of an operation or a named query and with its parameters and their meaning and type.)public boolean hasOperation()
public Conformance.ConformanceRestOperationComponent addOperation()
operation (Definition of an operation or a named query and with its parameters and their meaning and type.)public Conformance.ConformanceRestComponent addOperation(Conformance.ConformanceRestOperationComponent t)
public List<UriType> getCompartment()
compartment (An absolute URI which is a reference to the definition of a compartment that the system supports. The reference is to a CompartmentDefinition resource by it's canonical URL.)public boolean hasCompartment()
public UriType addCompartmentElement()
compartment (An absolute URI which is a reference to the definition of a compartment that the system supports. The reference is to a CompartmentDefinition resource by it's canonical URL.)public Conformance.ConformanceRestComponent addCompartment(String value)
value - compartment (An absolute URI which is a reference to the definition of a compartment that the system supports. The reference is to a CompartmentDefinition resource by it's canonical URL.)public boolean hasCompartment(String value)
value - compartment (An absolute URI which is a reference to the definition of a compartment that the system supports. The reference is to a CompartmentDefinition resource by it's canonical URL.)protected void listChildren(List<Property> childrenList)
listChildren in class BackboneElementpublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Conformance.ConformanceRestComponent copy()
copy in class BackboneElementpublic boolean equalsDeep(Base other)
equalsDeep in class BackboneElementpublic boolean equalsShallow(Base other)
equalsShallow in class BackboneElementpublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class BackboneElementpublic String fhirType()
fhirType in class BackboneElementCopyright © 2014–2018 University Health Network. All rights reserved.