public class ReferentieType extends Object
Java class for referentieType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="referentieType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="type" use="required" type="{}referentieResType" />
<attribute name="id" use="required" type="{}IDResType" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected ReferentieResType |
type |
protected String |
value |
| Constructor and Description |
|---|
ReferentieType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
ReferentieResType |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setType(ReferentieResType value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected ReferentieResType type
protected String id
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic ReferentieResType getType()
ReferentieResTypepublic void setType(ReferentieResType value)
value - allowed object is
ReferentieResTypeCopyright © 2022 NPO. All rights reserved.