ca.macewan.ims.enterprise
Class SourcedID

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

public class SourcedID
extends Object

Represents a "sourcedid" element.

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

Field Summary
static String SOURCEDIDTYPE_DUPLICATE
           
static String[] SOURCEDIDTYPE_ENUM
           
static String SOURCEDIDTYPE_NEW
           
static String SOURCEDIDTYPE_OLD
           
 
Constructor Summary
SourcedID()
           
SourcedID(String src, String sourcedid)
           
SourcedID(String type, String src, String sourcedid)
           
 
Method Summary
 String getID()
           
 String getSource()
           
 String getSourcedIDType()
           
 void setID(String sourcedid)
           
 void setSource(String src)
           
 void setSourcedIDType(String type)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCEDIDTYPE_NEW

public static final String SOURCEDIDTYPE_NEW
See Also:
Constant Field Values

SOURCEDIDTYPE_OLD

public static final String SOURCEDIDTYPE_OLD
See Also:
Constant Field Values

SOURCEDIDTYPE_DUPLICATE

public static final String SOURCEDIDTYPE_DUPLICATE
See Also:
Constant Field Values

SOURCEDIDTYPE_ENUM

public static final String[] SOURCEDIDTYPE_ENUM
Constructor Detail

SourcedID

public SourcedID()

SourcedID

public SourcedID(String src,
                 String sourcedid)

SourcedID

public SourcedID(String type,
                 String src,
                 String sourcedid)
Method Detail

setSourcedIDType

public void setSourcedIDType(String type)

getSourcedIDType

public String getSourcedIDType()

setSource

public void setSource(String src)

getSource

public String getSource()

setID

public void setID(String sourcedid)

getID

public String getID()

validate

public void validate()
              throws IMSEnterpriseException
Throws:
IMSEnterpriseException