Class IdReferenceType
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.decoderfirmware.IdReferenceType
-
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>
-
-
Constructor Summary
Constructors Constructor Description IdReferenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)StringgetActiveItems()Gets the value of the activeItems property.StringgetComment()Gets the value of the comment property.StringgetId()Gets the value of the id property.inthashCode()voidsetActiveItems(String value)Sets the value of the activeItems property.voidsetComment(String value)Sets the value of the comment property.voidsetId(String value)Sets the value of the id property.StringtoString()IdReferenceTypewithActiveItems(String value)IdReferenceTypewithComment(String value)IdReferenceTypewithId(String value)
-
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getActiveItems
public String getActiveItems()
Gets the value of the activeItems property.- Returns:
- possible object is
String
-
setActiveItems
public void setActiveItems(String value)
Sets the value of the activeItems property.- Parameters:
value- allowed object isString
-
getComment
public String getComment()
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
public void setComment(String value)
Sets the value of the comment property.- Parameters:
value- allowed object isString
-
withId
public IdReferenceType withId(String value)
-
withActiveItems
public IdReferenceType withActiveItems(String value)
-
withComment
public IdReferenceType withComment(String value)
-
-