Package org.hl7.fhir.r4.model
Class Contract.TermComponent
java.lang.Object
org.hl7.fhir.r4.model.Base
org.hl7.fhir.r4.model.Element
org.hl7.fhir.r4.model.BackboneElement
org.hl7.fhir.r4.model.Contract.TermComponent
- 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:
- Contract
public static class Contract.TermComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected List<Contract.ActionComponent>
action
An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.protected Period
applies
Relevant time or time-period when this Contract Provision is applicable.protected List<Contract.ContractAssetComponent>
asset
Contract Term Asset List.protected List<Contract.TermComponent>
group
Nested group of Contract Provisions.protected Identifier
identifier
Unique identifier for this particular Contract Provision.protected DateTimeType
issued
When this Contract Provision was issued.protected Contract.ContractOfferComponent
offer
The matter of concern in the context of this provision of the agrement.protected List<Contract.SecurityLabelComponent>
securityLabel
Security labels that protect the handling of information about the term and its elements, which may be specifically identified..protected CodeableConcept
subType
A specialized legal clause or condition based on overarching contract type.protected StringType
text
Statement of a provision in a policy or a contract.protected Type
topic
The entity that the term applies to.protected CodeableConcept
type
A legal clause or condition contained within a contract that requires one or both parties to perform a particular requirement by some specified time or prevents one or both parties from performing a particular requirement by some specified time.Fields inherited from class org.hl7.fhir.r4.model.BackboneElement
modifierExtension
-
Constructor Summary
Constructors Constructor Description TermComponent()
ConstructorTermComponent(Contract.ContractOfferComponent offer)
Constructor -
Method Summary
Methods inherited from class org.hl7.fhir.r4.model.BackboneElement
addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getModifierExtension, getModifierExtensionFirstRep, hasModifierExtension, setModifierExtension
Methods inherited from class org.hl7.fhir.r4.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, removeExtension, setDisallowExtensions, setExtension, setId, setIdBase, setIdElement
Methods inherited from class org.hl7.fhir.r4.model.Base
castToAddress, 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, isResource, 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
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasExtensions
addExtension, getExtension, hasExtension
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
addModifierExtension, getModifierExtension, hasModifierExtension
-
Field Details
-
identifier
Unique identifier for this particular Contract Provision. -
issued
When this Contract Provision was issued. -
applies
Relevant time or time-period when this Contract Provision is applicable. -
topic
The entity that the term applies to. -
type
A legal clause or condition contained within a contract that requires one or both parties to perform a particular requirement by some specified time or prevents one or both parties from performing a particular requirement by some specified time. -
subType
A specialized legal clause or condition based on overarching contract type. -
text
Statement of a provision in a policy or a contract. -
securityLabel
Security labels that protect the handling of information about the term and its elements, which may be specifically identified.. -
offer
The matter of concern in the context of this provision of the agrement. -
asset
Contract Term Asset List. -
action
An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place. -
group
Nested group of Contract Provisions.
-
-
Constructor Details
-
TermComponent
public TermComponent()Constructor -
TermComponent
Constructor
-
-
Method Details
-
getIdentifier
- Returns:
identifier
(Unique identifier for this particular Contract Provision.)
-
hasIdentifier
-
setIdentifier
- Parameters:
value
-identifier
(Unique identifier for this particular Contract Provision.)
-
getIssuedElement
- Returns:
issued
(When this Contract Provision was issued.). This is the underlying object with id, value and extensions. The accessor "getIssued" gives direct access to the value
-
hasIssuedElement
-
hasIssued
-
setIssuedElement
- Parameters:
value
-issued
(When this Contract Provision was issued.). This is the underlying object with id, value and extensions. The accessor "getIssued" gives direct access to the value
-
getIssued
- Returns:
- When this Contract Provision was issued.
-
setIssued
- Parameters:
value
- When this Contract Provision was issued.
-
getApplies
- Returns:
applies
(Relevant time or time-period when this Contract Provision is applicable.)
-
hasApplies
-
setApplies
- Parameters:
value
-applies
(Relevant time or time-period when this Contract Provision is applicable.)
-
getTopic
- Returns:
topic
(The entity that the term applies to.)
-
getTopicCodeableConcept
- Returns:
topic
(The entity that the term applies to.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasTopicCodeableConcept
-
getTopicReference
- Returns:
topic
(The entity that the term applies to.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasTopicReference
-
hasTopic
-
setTopic
- Parameters:
value
-topic
(The entity that the term applies to.)
-
getType
- Returns:
type
(A legal clause or condition contained within a contract that requires one or both parties to perform a particular requirement by some specified time or prevents one or both parties from performing a particular requirement by some specified time.)
-
hasType
-
setType
- Parameters:
value
-type
(A legal clause or condition contained within a contract that requires one or both parties to perform a particular requirement by some specified time or prevents one or both parties from performing a particular requirement by some specified time.)
-
getSubType
- Returns:
subType
(A specialized legal clause or condition based on overarching contract type.)
-
hasSubType
-
setSubType
- Parameters:
value
-subType
(A specialized legal clause or condition based on overarching contract type.)
-
getTextElement
- Returns:
text
(Statement of a provision in a policy or a contract.). This is the underlying object with id, value and extensions. The accessor "getText" gives direct access to the value
-
hasTextElement
-
hasText
-
setTextElement
- Parameters:
value
-text
(Statement of a provision in a policy or a contract.). This is the underlying object with id, value and extensions. The accessor "getText" gives direct access to the value
-
getText
- Returns:
- Statement of a provision in a policy or a contract.
-
setText
- Parameters:
value
- Statement of a provision in a policy or a contract.
-
getSecurityLabel
- Returns:
securityLabel
(Security labels that protect the handling of information about the term and its elements, which may be specifically identified..)
-
setSecurityLabel
public Contract.TermComponent setSecurityLabel(List<Contract.SecurityLabelComponent> theSecurityLabel)- Returns:
- Returns a reference to
this
for easy method chaining
-
hasSecurityLabel
-
addSecurityLabel
-
addSecurityLabel
-
getSecurityLabelFirstRep
- Returns:
- The first repetition of repeating field
securityLabel
, creating it if it does not already exist
-
getOffer
- Returns:
offer
(The matter of concern in the context of this provision of the agrement.)
-
hasOffer
-
setOffer
- Parameters:
value
-offer
(The matter of concern in the context of this provision of the agrement.)
-
getAsset
- Returns:
asset
(Contract Term Asset List.)
-
setAsset
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasAsset
-
addAsset
-
addAsset
-
getAssetFirstRep
- Returns:
- The first repetition of repeating field
asset
, creating it if it does not already exist
-
getAction
- Returns:
action
(An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.)
-
setAction
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasAction
-
addAction
-
addAction
-
getActionFirstRep
- Returns:
- The first repetition of repeating field
action
, creating it if it does not already exist
-
getGroup
- Returns:
group
(Nested group of Contract Provisions.)
-
setGroup
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasGroup
-
addGroup
-
addGroup
-
getGroupFirstRep
- Returns:
- The first repetition of repeating field
group
, creating it if it does not already exist
-
listChildren
- Overrides:
listChildren
in classBackboneElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException- Overrides:
getNamedProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException- Overrides:
getProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException- Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException- Overrides:
getTypesForProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
- Specified by:
copy
in classBackboneElement
-
copyValues
-
equalsDeep
- Overrides:
equalsDeep
in classBackboneElement
-
equalsShallow
- Overrides:
equalsShallow
in classBackboneElement
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classBackboneElement
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classBackboneElement
-