ca.macewan.ims.enterprise
Class Photo

java.lang.Object
  extended byca.macewan.ims.enterprise.Photo

public class Photo
extends Object

Represents a "photo" element.

Version:
0.1
Author:
Erwin Veugelers
See Also:
IMS Enterprise Specification

Constructor Summary
Photo()
           
Photo(String ref)
           
 
Method Summary
 String getExtRef()
           
 String getImgType()
           
 void setExtRef(String ref)
           
 void setImgType(String mimeType)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Photo

public Photo()

Photo

public Photo(String ref)
Method Detail

setImgType

public void setImgType(String mimeType)

getImgType

public String getImgType()

setExtRef

public void setExtRef(String ref)

getExtRef

public String getExtRef()

validate

public void validate()
              throws IMSEnterpriseException
Throws:
IMSEnterpriseException