org.eclipse.higgins.cardstore.schemas._2005._05.identity
Interface IPrivacyNoticeLocation

All Superinterfaces:
XMLSerializer
All Known Implementing Classes:
PrivacyNoticeLocation

public interface IPrivacyNoticeLocation
extends XMLSerializer


Field Summary
static String copyright
           
 
Method Summary
 String getValue()
           
 long getVersion()
           
 boolean isSetVersion()
           
 void setValue(String value)
           
 void setVersion(long value)
           
 void unsetVersion()
           
 
Methods inherited from interface org.eclipse.higgins.cardstore.schemas.XMLSerializer
fromXml, getParent, setParent, toXml
 

Field Detail

copyright

static final String copyright
See Also:
Constant Field Values
Method Detail

getValue

String getValue()

setValue

void setValue(String value)

getVersion

long getVersion()

setVersion

void setVersion(long value)

unsetVersion

void unsetVersion()

isSetVersion

boolean isSetVersion()