public class ErrorDetailType extends Object
Java class for ErrorDetail_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ErrorDetail_Type">
<simpleContent>
<extension base="<urn:oecd:ties:csm:v2>StringMin1Max4000_Type">
<attribute name="Language" type="{urn:oecd:ties:isocsmtypes:v1}LanguageCode_Type" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected LanguageCodeType |
language |
|
protected @Size(min=1,max=4000) String |
value |
| Constructor | Description |
|---|---|
ErrorDetailType() |
| Modifier and Type | Method | Description |
|---|---|---|
LanguageCodeType |
getLanguage() |
Gets the value of the language property.
|
String |
getValue() |
Defines a string with minimum length 1 and maximum length of 4000
|
void |
setLanguage(LanguageCodeType value) |
Sets the value of the language property.
|
void |
setValue(String value) |
Sets the value of the value property.
|
@Size(min=1,
max=4000)
protected @Size(min=1,max=4000) String value
protected LanguageCodeType language
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic LanguageCodeType getLanguage()
LanguageCodeTypepublic void setLanguage(LanguageCodeType value)
value - allowed object is
LanguageCodeTypeCopyright © 2025. All rights reserved.