Class DocumentIdentification

    • Field Detail

      • standard

        protected String standard
      • typeVersion

        protected String typeVersion
      • instanceIdentifier

        protected String instanceIdentifier
      • multipleType

        protected Boolean multipleType
      • creationDateAndTime

        protected ZonedDateTime creationDateAndTime
    • Constructor Detail

      • DocumentIdentification

        public DocumentIdentification()
    • Method Detail

      • getStandard

        public String getStandard()
      • getTypeVersion

        public String getTypeVersion()
      • getInstanceIdentifier

        public String getInstanceIdentifier()
      • getType

        public String getType()
      • getCreationDateAndTime

        public ZonedDateTime getCreationDateAndTime()
      • setStandard

        public void setStandard​(String standard)
      • setTypeVersion

        public void setTypeVersion​(String typeVersion)
      • setInstanceIdentifier

        public void setInstanceIdentifier​(String instanceIdentifier)
      • setType

        public void setType​(String type)
      • setCreationDateAndTime

        public void setCreationDateAndTime​(ZonedDateTime creationDateAndTime)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object