public class PresetGroupIdReferenceType extends Object
Java class for presetGroupIdReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="presetGroupIdReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PresetGroupIdReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getId()
Gets the value of the id property.
|
int |
hashCode() |
void |
setId(String value)
Sets the value of the id property.
|
String |
toString() |
PresetGroupIdReferenceType |
withId(String value) |
protected String id
public void setId(String value)
value - allowed object is
Stringpublic PresetGroupIdReferenceType withId(String value)
Copyright © 2021. All rights reserved.