Class StringMin1Max4000WithLangType

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

public class StringMin1Max4000WithLangType extends Object
Defines a string with minimum length 1 and maximum length of 4000, with the Language attribute.

Java class for StringMin1Max4000WithLang_Type complex type.

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

 <complexType name="StringMin1Max4000WithLang_Type">
   <simpleContent>
     <extension base="<urn:oecd:ties:dpistf:v1>StringMin1Max4000_Type">
       <attribute name="language" type="{urn:oecd:ties:isodpitypes:v1}LanguageCode_Type" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • StringMin1Max4000WithLangType

      public StringMin1Max4000WithLangType()
  • Method Details

    • getValue

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

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

      public LanguageCodeType getLanguage()
      Gets the value of the language property.
      Returns:
      possible object is LanguageCodeType
    • setLanguage

      public void setLanguage(LanguageCodeType value)
      Sets the value of the language property.
      Parameters:
      value - allowed object is LanguageCodeType