java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.GVSType

public class GVSType extends Object
The GVS element reflects the Government Verification Service (GVS) due diligence procedures and is composed of the Name GVS, Jurisdiction GVS, Reference GVS and Other TIN GVS elements, which contain the information items subject to reporting (and exchange) in respect of a Reportable Seller that has been identified on the basis of a Government Verification Service, as well as the Financial Identifier element. [EU Specific] At the time of publication, the collection and exchange of GVS information is not a legal requirement under [EU DIR2021/514].

Java class for GVSType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GVSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="NameGVS" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type"/>
         <element name="JurisdictionGVS">
           <simpleType>
             <restriction base="{urn:oecd:ties:isodpitypes:v1}CountryCode_Type">
             </restriction>
           </simpleType>
         </element>
         <element name="ReferenceGVS" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type"/>
         <element name="OtherTINGVS" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" minOccurs="0"/>
         <element name="FinancialIdentifier" type="{urn:oecd:ties:dpi:v1}FinancialIdentifier_Type"
         minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • GVSType

      public GVSType()
  • Method Details

    • getNameGVS

      public String getNameGVS()
      Gets the value of the nameGVS property.
      Returns:
      possible object is String
    • setNameGVS

      public void setNameGVS(String value)
      Sets the value of the nameGVS property.
      Parameters:
      value - allowed object is String
    • getJurisdictionGVS

      public CountryCodeType getJurisdictionGVS()
      Gets the value of the jurisdictionGVS property.
      Returns:
      possible object is CountryCodeType
    • setJurisdictionGVS

      public void setJurisdictionGVS(CountryCodeType value)
      Sets the value of the jurisdictionGVS property.
      Parameters:
      value - allowed object is CountryCodeType
    • getReferenceGVS

      public String getReferenceGVS()
      Gets the value of the referenceGVS property.
      Returns:
      possible object is String
    • setReferenceGVS

      public void setReferenceGVS(String value)
      Sets the value of the referenceGVS property.
      Parameters:
      value - allowed object is String
    • getOtherTINGVS

      public String getOtherTINGVS()
      Gets the value of the otherTINGVS property.
      Returns:
      possible object is String
    • setOtherTINGVS

      public void setOtherTINGVS(String value)
      Sets the value of the otherTINGVS property.
      Parameters:
      value - allowed object is String
    • getFinancialIdentifier

      public FinancialIdentifierType getFinancialIdentifier()
      Gets the value of the financialIdentifier property.
      Returns:
      possible object is FinancialIdentifierType
    • setFinancialIdentifier

      public void setFinancialIdentifier(FinancialIdentifierType value)
      Sets the value of the financialIdentifier property.
      Parameters:
      value - allowed object is FinancialIdentifierType