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

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

getValue

public String getValue()

setValue

public void setValue(String value)

getVersion

public long getVersion()

setVersion

public void setVersion(long value)

unsetVersion

public void unsetVersion()

isSetVersion

public boolean isSetVersion()