public static class SummaryType.SBIE 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="NotApplicable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="NoTut" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull boolean |
notApplicable |
|
protected @NotNull boolean |
noTut |
| Constructor | Description |
|---|---|
SBIE() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isNotApplicable() |
Gets the value of the notApplicable property.
|
boolean |
isNoTut() |
Gets the value of the noTut property.
|
void |
setNotApplicable(boolean value) |
Sets the value of the notApplicable property.
|
void |
setNoTut(boolean value) |
Sets the value of the noTut property.
|
@NotNull protected @NotNull boolean notApplicable
@NotNull protected @NotNull boolean noTut
public boolean isNotApplicable()
public void setNotApplicable(boolean value)
public boolean isNoTut()
public void setNoTut(boolean value)
Copyright © 2025. All rights reserved.