ca.macewan.ims.enterprise
Class EnrollControl

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

public class EnrollControl
extends Object

Represents an "enroll control" element.

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

Field Summary
static String[] ENROLLACCEPT_ENUM
           
static String ENROLLACCEPT_NO
           
static String ENROLLACCEPT_YES
           
static String[] ENROLLALLOWED_ENUM
           
static String ENROLLALLOWED_NO
           
static String ENROLLALLOWED_YES
           
 
Constructor Summary
EnrollControl()
           
 
Method Summary
 String getEnrollAccept()
           
 String getEnrollAllowed()
           
 void setEnrollAccept(String accept)
           
 void setEnrollAllowed(String allowed)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENROLLACCEPT_NO

public static final String ENROLLACCEPT_NO
See Also:
Constant Field Values

ENROLLACCEPT_YES

public static final String ENROLLACCEPT_YES
See Also:
Constant Field Values

ENROLLACCEPT_ENUM

public static final String[] ENROLLACCEPT_ENUM

ENROLLALLOWED_NO

public static final String ENROLLALLOWED_NO
See Also:
Constant Field Values

ENROLLALLOWED_YES

public static final String ENROLLALLOWED_YES
See Also:
Constant Field Values

ENROLLALLOWED_ENUM

public static final String[] ENROLLALLOWED_ENUM
Constructor Detail

EnrollControl

public EnrollControl()
Method Detail

setEnrollAccept

public void setEnrollAccept(String accept)

getEnrollAccept

public String getEnrollAccept()

setEnrollAllowed

public void setEnrollAllowed(String allowed)

getEnrollAllowed

public String getEnrollAllowed()