org.wso2.solutions.identity.cards.model
Class PrivacyNotice

java.lang.Object
  extended by org.wso2.solutions.identity.cards.model.PrivacyNotice
All Implemented Interfaces:
CardElement

public class PrivacyNotice
extends java.lang.Object
implements CardElement


Field Summary
static javax.xml.namespace.QName NAME
           
 
Constructor Summary
PrivacyNotice()
           
 
Method Summary
 java.lang.String getNoticeUri()
           
 int getVersion()
           
 org.apache.axiom.om.OMElement serialize()
          Serialize this element into an OMElement
 void setNoticeUri(java.lang.String noticeUri)
           
 void setVersion(int version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final javax.xml.namespace.QName NAME
Constructor Detail

PrivacyNotice

public PrivacyNotice()
Method Detail

serialize

public org.apache.axiom.om.OMElement serialize()
                                        throws CardModelException
Description copied from interface: CardElement
Serialize this element into an OMElement

Specified by:
serialize in interface CardElement
Returns:
An OMelement that encapsulates information in this element.
Throws:
CardModelException

getNoticeUri

public java.lang.String getNoticeUri()

setNoticeUri

public void setNoticeUri(java.lang.String noticeUri)

getVersion

public int getVersion()

setVersion

public void setVersion(int version)