Class XmlGeneralSubtree

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

public class XmlGeneralSubtree extends XmlGeneralName implements Serializable

Java class for GeneralSubtree complex type.

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

 <complexType name="GeneralSubtree">
   <simpleContent>
     <extension base="<http://dss.esig.europa.eu/validation/diagnostic>GeneralName">
       <attribute name="minimum" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="maximum" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </extension>
   </simpleContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • XmlGeneralSubtree

      public XmlGeneralSubtree()
  • Method Details

    • getMinimum

      public BigInteger getMinimum()
      Gets the value of the minimum property.
      Returns:
      possible object is BigInteger
    • setMinimum

      public void setMinimum(BigInteger value)
      Sets the value of the minimum property.
      Parameters:
      value - allowed object is BigInteger
    • getMaximum

      public BigInteger getMaximum()
      Gets the value of the maximum property.
      Returns:
      possible object is BigInteger
    • setMaximum

      public void setMaximum(BigInteger value)
      Sets the value of the maximum property.
      Parameters:
      value - allowed object is BigInteger