es.mityc.firmaJava.libreria.xades.elementos.xades
Class SPUserNoticeType
java.lang.Object
es.mityc.firmaJava.libreria.xades.elementos.AbstractXMLElement
es.mityc.firmaJava.libreria.xades.elementos.xmldsig.AbstractXDsigElement
es.mityc.firmaJava.libreria.xades.elementos.xades.AbstractXADESElement
es.mityc.firmaJava.libreria.xades.elementos.xades.SPUserNoticeType
- Direct Known Subclasses:
- SPUserNotice
public class SPUserNoticeType
- extends AbstractXADESElement
- Author:
- dsantose
|
Method Summary |
protected void |
addContent(org.w3c.dom.Element element)
Incluye la información de este nodo al elemento indicado. |
void |
addContent(org.w3c.dom.Element element,
java.lang.String namespaceXAdES)
Este metodo lo puede hacer público los tipos |
boolean |
equals(java.lang.Object obj)
Compara otro objeto similar a ver si contienen la misma información |
java.lang.String |
getExplicitText()
|
NoticeRef |
getNoticeRef()
|
void |
load(org.w3c.dom.Element element)
Lee la información del nodo |
void |
setExplicitText(java.lang.String explicitText)
|
void |
setNoticeRef(NoticeRef noticeRef)
|
void |
setNoticeRef(java.lang.String organization,
int[] numbers)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPUserNoticeType
public SPUserNoticeType(XAdESSchemas schema)
- Parameters:
schema -
getNoticeRef
public NoticeRef getNoticeRef()
setNoticeRef
public void setNoticeRef(NoticeRef noticeRef)
setNoticeRef
public void setNoticeRef(java.lang.String organization,
int[] numbers)
getExplicitText
public java.lang.String getExplicitText()
setExplicitText
public void setExplicitText(java.lang.String explicitText)
addContent
public void addContent(org.w3c.dom.Element element,
java.lang.String namespaceXAdES)
throws InvalidInfoNodeException
- Description copied from class:
AbstractXADESElement
- Este metodo lo puede hacer público los tipos
- Overrides:
addContent in class AbstractXADESElement
- Throws:
InvalidInfoNodeException- See Also:
es.mityc.firmaJava.libreria.xades.elementos.xmldsig.AbstractXDsigElement#addContent(org.w3c.dom.Document, org.w3c.dom.Element, java.lang.String)
addContent
protected 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
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
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
Copyright © 2009 Ministerio de Industria, Energía y Turismo. All Rights Reserved.