public static class TabsType.Tab 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">
<all>
<element name="naam" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="link" type="{http://namespace.com/importBase}httpURI"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
link |
protected String |
naam |
| Constructor and Description |
|---|
Tab() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLink()
Gets the value of the link property.
|
String |
getNaam()
Gets the value of the naam property.
|
void |
setLink(String value)
Sets the value of the link property.
|
void |
setNaam(String value)
Sets the value of the naam property.
|
public String getNaam()
Stringpublic void setNaam(String value)
value - allowed object is
Stringpublic String getLink()
StringCopyright © 2022 NPO. All rights reserved.