Class ResetsType
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.decoderfirmware.ResetsType
-
public class ResetsType extends Object
<p>Java class for ResetsType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="ResetsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="reset" type="{http://www.decoderdb.de/schema/decoderFirmware/1.2}ResetType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Constructor Summary
Constructors Constructor Description ResetsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)List<ResetType>getReset()Gets the value of the reset property.inthashCode()StringtoString()ResetsTypewithReset(Collection<ResetType> values)ResetsTypewithReset(ResetType... values)
-
-
-
Method Detail
-
getReset
public List<ResetType> getReset()
Gets the value of the reset property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the reset property. <p> For example, to add a new item, do as follows: <pre> getReset().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the listResetType
-
withReset
public ResetsType withReset(ResetType... values)
-
withReset
public ResetsType withReset(Collection<ResetType> values)
-
-