Class Contract.Term

  • All Implemented Interfaces:
    Visitable
    Enclosing class:
    Contract

    public static class Contract.Term
    extends BackboneElement
    One or more Contract Provisions, which may be related and conveyed as a group, and may contain nested groups.
    • Method Detail

      • getIdentifier

        public Identifier getIdentifier()
        Unique identifier for this particular Contract Provision.
        Returns:
        An immutable object of type Identifier that may be null.
      • getIssued

        public DateTime getIssued()
        When this Contract Provision was issued.
        Returns:
        An immutable object of type DateTime that may be null.
      • getApplies

        public Period getApplies()
        Relevant time or time-period when this Contract Provision is applicable.
        Returns:
        An immutable object of type Period that may be null.
      • getTopic

        public Element getTopic()
        The entity that the term applies to.
        Returns:
        An immutable object of type CodeableConcept or Reference that may be null.
      • getType

        public CodeableConcept getType()
        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.
        Returns:
        An immutable object of type CodeableConcept that may be null.
      • getSubType

        public CodeableConcept getSubType()
        A specialized legal clause or condition based on overarching contract type.
        Returns:
        An immutable object of type CodeableConcept that may be null.
      • getText

        public String getText()
        Statement of a provision in a policy or a contract.
        Returns:
        An immutable object of type String that may be null.
      • getSecurityLabel

        public java.util.List<Contract.Term.SecurityLabel> getSecurityLabel()
        Security labels that protect the handling of information about the term and its elements, which may be specifically identified..
        Returns:
        An unmodifiable list containing immutable objects of type Contract.Term.SecurityLabel that may be empty.
      • getOffer

        public Contract.Term.Offer getOffer()
        The matter of concern in the context of this provision of the agrement.
        Returns:
        An immutable object of type Contract.Term.Offer that is non-null.
      • getAsset

        public java.util.List<Contract.Term.Asset> getAsset()
        Contract Term Asset List.
        Returns:
        An unmodifiable list containing immutable objects of type Contract.Term.Asset that may be empty.
      • getAction

        public java.util.List<Contract.Term.Action> getAction()
        An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.
        Returns:
        An unmodifiable list containing immutable objects of type Contract.Term.Action that may be empty.
      • getGroup

        public java.util.List<Contract.Term> getGroup()
        Nested group of Contract Provisions.
        Returns:
        An unmodifiable list containing immutable objects of type Contract.Term that may be empty.
      • accept

        public void accept​(java.lang.String elementName,
                           int elementIndex,
                           Visitor visitor)
        Description copied from interface: Visitable
        Accept a Visitor and invoke the appropriate visit methods. A typical implementation would look like this:
         if (visitor.preVisit(this)) {
             visitor.visitStart(elementName, elementIndex, this);
             if (visitor.visit(elementName, elementIndex, this)) {
                 // visit children
             }
             visitor.visitEnd(elementName, elementIndex, this);
             visitor.postVisit(this);
         }
         
        Specified by:
        accept in interface Visitable
        Specified by:
        accept in class AbstractVisitable
        Parameters:
        elementName - the name of the element in the context of this visit
        elementIndex - the index of the element in a list or -1 if it is not contained within a List
        visitor - the visitor to use
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object