src/main/java/org/openvasp/core/model/ivms101/LegalPersonNameId.java [122:149]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    this.legalPersonNameIdentifierType = legalPersonNameIdentifierType;
    return this;
  }

   /**
   * Get legalPersonNameIdentifierType
   * @return legalPersonNameIdentifierType
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(value = "")

  public LegalPersonNameIdentifierTypeEnum getLegalPersonNameIdentifierType() {
    return legalPersonNameIdentifierType;
  }


  public void setLegalPersonNameIdentifierType(LegalPersonNameIdentifierTypeEnum legalPersonNameIdentifierType) {
    this.legalPersonNameIdentifierType = legalPersonNameIdentifierType;
  }


  @Override
  public boolean equals(Object o) {
    if (this == o) {
      return true;
    }
    if (o == null || getClass() != o.getClass()) {
      return false;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/openvasp/core/model/ivms101/LocalLegalPersonNameId.java [122:149]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    this.legalPersonNameIdentifierType = legalPersonNameIdentifierType;
    return this;
  }

   /**
   * Get legalPersonNameIdentifierType
   * @return legalPersonNameIdentifierType
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(value = "")

  public LegalPersonNameIdentifierTypeEnum getLegalPersonNameIdentifierType() {
    return legalPersonNameIdentifierType;
  }


  public void setLegalPersonNameIdentifierType(LegalPersonNameIdentifierTypeEnum legalPersonNameIdentifierType) {
    this.legalPersonNameIdentifierType = legalPersonNameIdentifierType;
  }


  @Override
  public boolean equals(Object o) {
    if (this == o) {
      return true;
    }
    if (o == null || getClass() != o.getClass()) {
      return false;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



