ca.macewan.ims.enterprise
Class GroupType

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

public class GroupType
extends Object

Represents a "group type" element.

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

Constructor Summary
GroupType()
           
GroupType(TypeValue tval)
           
 
Method Summary
 void addTypeValue(TypeValue tval)
           
 String getScheme()
           
 TypeValue[] getTypeValue()
           
 void setScheme(String scm)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupType

public GroupType()

GroupType

public GroupType(TypeValue tval)
Method Detail

setScheme

public void setScheme(String scm)

getScheme

public String getScheme()

addTypeValue

public void addTypeValue(TypeValue tval)

getTypeValue

public TypeValue[] getTypeValue()

validate

public void validate()
              throws IMSEnterpriseException
Throws:
IMSEnterpriseException