Class OrganisationINType

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

public class OrganisationINType extends Object
This is the identification number/identification code for the Entity 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. Attribute 'INType' defines the type of identification number.

Java class for OrganisationIN_Type complex type.

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

 <complexType name="OrganisationIN_Type">
   <simpleContent>
     <extension base="<urn:oecd:ties:dpistf:v1>StringMin1Max200_Type">
       <attribute name="issuedBy" type="{urn:oecd:ties:isodpitypes:v1}CountryCode_Type" />
       <attribute name="INType" use="required" type="{urn:oecd:ties:dpi:v1}INType_EnumType" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • OrganisationINType

      public OrganisationINType()
  • Method Details

    • getValue

      public String getValue()
      Defines a string with minimum length 1 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
    • getINType

      public INTypeEnumType getINType()
      Gets the value of the inType property.
      Returns:
      possible object is INTypeEnumType
    • setINType

      public void setINType(INTypeEnumType value)
      Sets the value of the inType property.
      Parameters:
      value - allowed object is INTypeEnumType