Class XmlGeneralSubtree
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlGeneralName
eu.europa.esig.dss.diagnostic.jaxb.XmlGeneralSubtree
- All Implemented Interfaces:
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 Summary
Fields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlGeneralName
type, value
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the maximum property.Gets the value of the minimum property.void
setMaximum
(BigInteger value) Sets the value of the maximum property.void
setMinimum
(BigInteger value) Sets the value of the minimum property.Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlGeneralName
getType, getValue, setType, setValue
-
Field Details
-
minimum
-
maximum
-
-
Constructor Details
-
XmlGeneralSubtree
public XmlGeneralSubtree()
-
-
Method Details
-
getMinimum
Gets the value of the minimum property.- Returns:
- possible object is
BigInteger
-
setMinimum
Sets the value of the minimum property.- Parameters:
value
- allowed object isBigInteger
-
getMaximum
Gets the value of the maximum property.- Returns:
- possible object is
BigInteger
-
setMaximum
Sets the value of the maximum property.- Parameters:
value
- allowed object isBigInteger
-