Class XmlByteRange

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlByteRange
All Implemented Interfaces:
Serializable

public class XmlByteRange extends Object implements Serializable

Java class for ByteRange complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ByteRange">
   <simpleContent>
     <extension base="<http://dss.esig.europa.eu/validation/diagnostic>int-list">
       <attribute name="valid" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </simpleContent>
 </complexType>
 
See Also:
  • Field Details

    • value

      protected List<BigInteger> value
    • valid

      protected boolean valid
  • Constructor Details

    • XmlByteRange

      public XmlByteRange()
  • Method Details

    • getValue

      public List<BigInteger> getValue()
      Gets the value of the value property.

      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 Jakarta XML Binding object. This is why there is not a set method for the value property.

      For example, to add a new item, do as follows:

          getValue().add(newItem);
       

      Objects of the following type(s) are allowed in the list BigInteger

    • isValid

      public boolean isValid()
      Gets the value of the valid property.
    • setValid

      public void setValid(boolean value)
      Sets the value of the valid property.