public static class CorporateStructureType.ExcludedEntity extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{urn:oecd:ties:globestf:v5}StringMin1Max200_Type"/>
<element name="Type" type="{urn:oecd:ties:globe:v2}ExcludedEntity_EnumType"/>
<element name="Change" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull boolean |
change |
|
protected @NotNull @Size(min=1,max=200) String |
name |
|
protected @NotNull ExcludedEntityEnumType |
type |
| Constructor | Description |
|---|---|
ExcludedEntity() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getName() |
Gets the value of the name property.
|
ExcludedEntityEnumType |
getType() |
Gets the value of the type property.
|
boolean |
isChange() |
Gets the value of the change property.
|
void |
setChange(boolean value) |
Sets the value of the change property.
|
void |
setName(String value) |
Sets the value of the name property.
|
void |
setType(ExcludedEntityEnumType value) |
Sets the value of the type property.
|
@NotNull
@Size(min=1,
max=200)
protected @NotNull @Size(min=1,max=200) String name
@NotNull protected @NotNull ExcludedEntityEnumType type
@NotNull protected @NotNull boolean change
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ExcludedEntityEnumType getType()
ExcludedEntityEnumTypepublic void setType(ExcludedEntityEnumType value)
value - allowed object is
ExcludedEntityEnumTypepublic boolean isChange()
public void setChange(boolean value)
Copyright © 2025. All rights reserved.