public class IdReferenceType extends Object
Java class for IdReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IdReferenceType">
<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" />
<attribute name="activeItems" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="comment" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activeItems |
protected String |
comment |
protected String |
id |
| Constructor and Description |
|---|
IdReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getActiveItems()
Gets the value of the activeItems property.
|
String |
getComment()
Gets the value of the comment property.
|
String |
getId()
Gets the value of the id property.
|
int |
hashCode() |
void |
setActiveItems(String value)
Sets the value of the activeItems property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setId(String value)
Sets the value of the id property.
|
String |
toString() |
IdReferenceType |
withActiveItems(String value) |
IdReferenceType |
withComment(String value) |
IdReferenceType |
withId(String value) |
protected String id
protected String activeItems
protected String comment
public void setId(String value)
value - allowed object is
Stringpublic String getActiveItems()
Stringpublic void setActiveItems(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic IdReferenceType withId(String value)
public IdReferenceType withActiveItems(String value)
public IdReferenceType withComment(String value)
Copyright © 2021. All rights reserved.