es.mityc.firmaJava.libreria.xades.elementos
Class XMLDataIntegerType
java.lang.Object
es.mityc.firmaJava.libreria.xades.elementos.AbstractXMLElement
es.mityc.firmaJava.libreria.xades.elementos.XMLDataIntegerType
public class XMLDataIntegerType
- extends AbstractXMLElement
|
Field Summary |
protected java.math.BigInteger |
value
|
|
Method Summary |
void |
addContent(org.w3c.dom.Element element)
Incluye la información de este nodo al elemento indicado. |
boolean |
equals(java.lang.Object obj)
Compara otro objeto similar a ver si contienen la misma información |
java.math.BigInteger |
getValue()
|
void |
load(org.w3c.dom.Element element)
Lee la información del nodo |
void |
setValue(java.math.BigInteger value)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected java.math.BigInteger value
XMLDataIntegerType
public XMLDataIntegerType(java.math.BigInteger value)
addContent
public void addContent(org.w3c.dom.Element element)
throws InvalidInfoNodeException
- Description copied from class:
AbstractXMLElement
- Incluye la información de este nodo al elemento indicado. Implementado por los tipos.
- Overrides:
addContent in class AbstractXMLElement
- Throws:
InvalidInfoNodeException- See Also:
AbstractXMLElement.addContent(org.w3c.dom.Element)
equals
public boolean equals(java.lang.Object obj)
- Description copied from class:
AbstractXMLElement
- Compara otro objeto similar a ver si contienen la misma información
- Specified by:
equals in class AbstractXMLElement
- Parameters:
obj - Objeto que ha de ser de la misma clase
- Returns:
true si contienen la misma información, false en cualquier otro caso- See Also:
AbstractXMLElement.equals(java.lang.Object)
load
public void load(org.w3c.dom.Element element)
throws InvalidInfoNodeException
- Description copied from class:
AbstractXMLElement
- Lee la información del nodo
- Specified by:
load in class AbstractXMLElement
- Parameters:
element - elemento del que cuelga la información
- Throws:
InvalidInfoNodeException - lanzada cuando la estructura de nodos leída es inválida- See Also:
AbstractXMLElement.load(org.w3c.dom.Element)
getValue
public java.math.BigInteger getValue()
- Returns:
- the value
setValue
public void setValue(java.math.BigInteger value)
- Parameters:
value - the value to set
Copyright © 2009 Ministerio de Industria, Energía y Turismo. All Rights Reserved.