org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl
Class PrivacyNoticeLocation

java.lang.Object
  extended byorg.eclipse.higgins.cardstore.schemas._2005._05.identity.impl.PrivacyNoticeLocation
All Implemented Interfaces:
IPrivacyNoticeLocation, XMLSerializer

public class PrivacyNoticeLocation
extends Object
implements IPrivacyNoticeLocation


Field Summary
static String copyright
           
 
Constructor Summary
PrivacyNoticeLocation()
           
 
Method Summary
 void fromXml(Object obj)
           
 Object getParent()
           
 String getValue()
           
 long getVersion()
           
 boolean isSetVersion()
           
 void setParent(Object parentNode)
           
 void setValue(String value)
           
 void setVersion(long value)
           
 Object toXml()
           
 void unsetVersion()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static String copyright
Constructor Detail

PrivacyNoticeLocation

public PrivacyNoticeLocation()
Method Detail

getParent

public Object getParent()
Specified by:
getParent in interface XMLSerializer

setParent

public void setParent(Object parentNode)
Specified by:
setParent in interface XMLSerializer

getValue

public String getValue()
Specified by:
getValue in interface IPrivacyNoticeLocation

getVersion

public long getVersion()
Specified by:
getVersion in interface IPrivacyNoticeLocation

isSetVersion

public boolean isSetVersion()
Specified by:
isSetVersion in interface IPrivacyNoticeLocation

setValue

public void setValue(String value)
Specified by:
setValue in interface IPrivacyNoticeLocation

setVersion

public void setVersion(long value)
Specified by:
setVersion in interface IPrivacyNoticeLocation

unsetVersion

public void unsetVersion()
Specified by:
unsetVersion in interface IPrivacyNoticeLocation

fromXml

public void fromXml(Object obj)
             throws UnsupportedObjectModel,
                    ExpectedObjectNotPresent
Specified by:
fromXml in interface XMLSerializer
Throws:
UnsupportedObjectModel
ExpectedObjectNotPresent

toXml

public Object toXml()
Specified by:
toXml in interface XMLSerializer