Class PresetGroupIdReferenceType
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.decoderfirmware.PresetGroupIdReferenceType
-
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 Summary
Constructors Constructor Description PresetGroupIdReferenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)StringgetId()Gets the value of the id property.inthashCode()voidsetId(String value)Sets the value of the id property.StringtoString()PresetGroupIdReferenceTypewithId(String value)
-
-
-
Field Detail
-
id
protected String id
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
withId
public PresetGroupIdReferenceType withId(String value)
-
-