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

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

public class CardImage
extends Object
implements ICardImage


Field Summary
static String copyright
           
 
Constructor Summary
CardImage()
           
 
Method Summary
 void fromXml(Object obj)
           
 ILogoImage getMimeType()
           
 Object getParent()
           
 byte[] getValue()
           
 boolean isSetMimeType()
           
 void setMimeType(ILogoImage value)
           
 void setParent(Object parentNode)
           
 void setValue(byte[] value)
           
 Object toXml()
           
 void unsetMimeType()
           
 
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

CardImage

public CardImage()
Method Detail

getParent

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

setParent

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

getMimeType

public ILogoImage getMimeType()
Specified by:
getMimeType in interface ICardImage

getValue

public byte[] getValue()
Specified by:
getValue in interface ICardImage

isSetMimeType

public boolean isSetMimeType()
Specified by:
isSetMimeType in interface ICardImage

setMimeType

public void setMimeType(ILogoImage value)
Specified by:
setMimeType in interface ICardImage

setValue

public void setValue(byte[] value)
Specified by:
setValue in interface ICardImage

unsetMimeType

public void unsetMimeType()
Specified by:
unsetMimeType in interface ICardImage

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