Class IdReferenceType
java.lang.Object
org.bidib.jbidibc.decoder.schema.decoderfirmware.IdReferenceType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the activeItems property.Gets the value of the comment property.getId()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.voidSets the value of the id property.toString()withActiveItems(String value) withComment(String value)
-
Field Details
-
id
-
activeItems
-
comment
-
-
Constructor Details
-
IdReferenceType
public IdReferenceType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getActiveItems
Gets the value of the activeItems property.- Returns:
- possible object is
String
-
setActiveItems
Sets the value of the activeItems property.- Parameters:
value- allowed object isString
-
getComment
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
Sets the value of the comment property.- Parameters:
value- allowed object isString
-
toString
-
equals
-
hashCode
public int hashCode() -
withId
-
withActiveItems
-
withComment
-