Class GVSType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.GVSType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected FinancialIdentifierTypeprotected CountryCodeTypeprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the financialIdentifier property.Gets the value of the jurisdictionGVS property.Gets the value of the nameGVS property.Gets the value of the otherTINGVS property.Gets the value of the referenceGVS property.voidSets the value of the financialIdentifier property.voidSets the value of the jurisdictionGVS property.voidsetNameGVS(String value) Sets the value of the nameGVS property.voidsetOtherTINGVS(String value) Sets the value of the otherTINGVS property.voidsetReferenceGVS(String value) Sets the value of the referenceGVS property.
-
Field Details
-
nameGVS
-
jurisdictionGVS
-
referenceGVS
-
otherTINGVS
-
financialIdentifier
-
-
Constructor Details
-
GVSType
public GVSType()
-
-
Method Details
-
getNameGVS
Gets the value of the nameGVS property.- Returns:
- possible object is
String
-
setNameGVS
Sets the value of the nameGVS property.- Parameters:
value- allowed object isString
-
getJurisdictionGVS
Gets the value of the jurisdictionGVS property.- Returns:
- possible object is
CountryCodeType
-
setJurisdictionGVS
Sets the value of the jurisdictionGVS property.- Parameters:
value- allowed object isCountryCodeType
-
getReferenceGVS
Gets the value of the referenceGVS property.- Returns:
- possible object is
String
-
setReferenceGVS
Sets the value of the referenceGVS property.- Parameters:
value- allowed object isString
-
getOtherTINGVS
Gets the value of the otherTINGVS property.- Returns:
- possible object is
String
-
setOtherTINGVS
Sets the value of the otherTINGVS property.- Parameters:
value- allowed object isString
-
getFinancialIdentifier
Gets the value of the financialIdentifier property.- Returns:
- possible object is
FinancialIdentifierType
-
setFinancialIdentifier
Sets the value of the financialIdentifier property.- Parameters:
value- allowed object isFinancialIdentifierType
-