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

public class TINType extends Object
This is the identification number/identification code for the party in question. As the identifier may be not strictly numeric, it is just defined as a string of characters. Attribute 'issuedBy' is required to designate the issuer of the identifier.

Java class for TIN_Type complex type.

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

 <complexType name="TIN_Type">
   <simpleContent>
     <extension base="<urn:oecd:ties:dpistf:v1>StringMin0Max200_Type">
       <attribute name="issuedBy" type="{urn:oecd:ties:isodpitypes:v1}CountryCode_Type" />
       <attribute name="unknown" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TINType

      public TINType()
  • Method Details

    • getValue

      public String getValue()
      Defines a string with minimum length 0 and maximum length of 200.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getIssuedBy

      public CountryCodeType getIssuedBy()
      Gets the value of the issuedBy property.
      Returns:
      possible object is CountryCodeType
    • setIssuedBy

      public void setIssuedBy(CountryCodeType value)
      Sets the value of the issuedBy property.
      Parameters:
      value - allowed object is CountryCodeType
    • isUnknown

      public Boolean isUnknown()
      Gets the value of the unknown property.
      Returns:
      possible object is Boolean
    • setUnknown

      public void setUnknown(Boolean value)
      Sets the value of the unknown property.
      Parameters:
      value - allowed object is Boolean