public class MaxSigLifeType
extends java.lang.Object
Constructor and Description |
---|
MaxSigLifeType() |
Modifier and Type | Method and Description |
---|---|
void |
createXMLElement(XMLWriter xmlWriter,
org.w3c.dom.Element changeElement)
Creates the XML element.
|
int |
getMaxSigLife()
Returns the max sig life.
|
void |
setMaxSigLife(int maxSigLifeArg)
Sets the max sig life and validates the value is a positive number.
|
public final int getMaxSigLife()
public final void setMaxSigLife(int maxSigLifeArg)
maxSigLifeArg
- the new max sig lifejava.lang.IllegalArgumentException
- if maxSigLifeArg
is less than one.public void createXMLElement(XMLWriter xmlWriter, org.w3c.dom.Element changeElement)
xmlWriter
- the XML writerchangeElement
- the change element