org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl
Class CardImage
java.lang.Object
org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl.CardImage
- All Implemented Interfaces:
- ICardImage, XMLSerializer
- public class CardImage
- extends Object
- implements ICardImage
copyright
public static String copyright
CardImage
public CardImage()
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