Class StringMin1Max4000WithLangType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.StringMin1Max4000WithLangType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the language property.getValue()Defines a string with minimum length 1 and maximum length of 4000.voidsetLanguage(LanguageCodeType value) Sets the value of the language property.voidSets the value of the value property.
-
Field Details
-
value
-
language
-
-
Constructor Details
-
StringMin1Max4000WithLangType
public StringMin1Max4000WithLangType()
-
-
Method Details
-
getValue
Defines a string with minimum length 1 and maximum length of 4000.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getLanguage
Gets the value of the language property.- Returns:
- possible object is
LanguageCodeType
-
setLanguage
Sets the value of the language property.- Parameters:
value- allowed object isLanguageCodeType
-