public class DocSpecType extends Object
Java class for DocSpec_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocSpec_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DocTypeIndic" type="{urn:oecd:ties:globestf:v5}OECDDocTypeIndic_EnumType"/>
<element name="DocRefId" type="{urn:oecd:ties:globestf:v5}StringMin1Max200_Type"/>
<element name="CorrDocRefId" type="{urn:oecd:ties:globestf:v5}StringMin1Max200_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @Size(min=1,max=200) String |
corrDocRefId |
|
protected @NotNull @Size(min=1,max=200) String |
docRefId |
|
protected @NotNull OECDDocTypeIndicEnumType |
docTypeIndic |
| Constructor | Description |
|---|---|
DocSpecType() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCorrDocRefId() |
Gets the value of the corrDocRefId property.
|
String |
getDocRefId() |
Gets the value of the docRefId property.
|
OECDDocTypeIndicEnumType |
getDocTypeIndic() |
Gets the value of the docTypeIndic property.
|
void |
setCorrDocRefId(String value) |
Sets the value of the corrDocRefId property.
|
void |
setDocRefId(String value) |
Sets the value of the docRefId property.
|
void |
setDocTypeIndic(OECDDocTypeIndicEnumType value) |
Sets the value of the docTypeIndic property.
|
@NotNull protected @NotNull OECDDocTypeIndicEnumType docTypeIndic
@NotNull
@Size(min=1,
max=200)
protected @NotNull @Size(min=1,max=200) String docRefId
@Size(min=1,
max=200)
protected @Size(min=1,max=200) String corrDocRefId
public OECDDocTypeIndicEnumType getDocTypeIndic()
OECDDocTypeIndicEnumTypepublic void setDocTypeIndic(OECDDocTypeIndicEnumType value)
value - allowed object is
OECDDocTypeIndicEnumTypepublic String getDocRefId()
Stringpublic void setDocRefId(String value)
value - allowed object is
Stringpublic String getCorrDocRefId()
StringCopyright © 2025. All rights reserved.