Class NameOrganisationType

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

public class NameOrganisationType extends Object
Name of organisation

Java class for NameOrganisation_Type complex type.

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

 <complexType name="NameOrganisation_Type">
   <simpleContent>
     <extension base="<urn:oecd:ties:dpistf:v1>StringMin1Max200_Type">
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
  • Constructor Details

    • NameOrganisationType

      public NameOrganisationType()
  • 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