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

All Superinterfaces:
XMLSerializer
All Known Implementing Classes:
InformationCardReference

public interface IInformationCardReference
extends XMLSerializer


Field Summary
static String copyright
           
 
Method Summary
 String getCardId()
           
 long getCardVersion()
           
 boolean isSetCardVersion()
           
 void setCardId(String cardId)
           
 void setCardVersion(long value)
           
 void unsetCardVersion()
           
 
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

getCardId

String getCardId()

setCardId

void setCardId(String cardId)

getCardVersion

long getCardVersion()

setCardVersion

void setCardVersion(long value)

unsetCardVersion

void unsetCardVersion()

isSetCardVersion

boolean isSetCardVersion()