Uses of Class
com.edustructures.sifworks.student.ArrestStatus

Packages that use ArrestStatus
com.edustructures.sifworks.student Classes to model Student Information Elements (SIF 2.0 Specification, Student Information Working Group
 

Uses of ArrestStatus in com.edustructures.sifworks.student
 

Fields in com.edustructures.sifworks.student declared as ArrestStatus
static ArrestStatus ArrestStatus.NO
          No ("No")
static ArrestStatus ArrestStatus.PENDING
          Pending ("Pending")
static ArrestStatus ArrestStatus.YES
          Yes ("Yes")
 

Methods in com.edustructures.sifworks.student that return ArrestStatus
static ArrestStatus ArrestStatus.wrap(java.lang.String value)
          Wrap an arbitrary string value in an ArrestStatus object.
 

Methods in com.edustructures.sifworks.student with parameters of type ArrestStatus
 void ActionList.addAction(java.lang.String code, java.util.Calendar startDate, java.util.Calendar endDate, java.math.BigDecimal duration, YesNo zeroTolerance, YesNo fullYearExpulsion, YesNo shortenedExpulsion, YesNo policeNotification, ArrestStatus arrest, YesNo alternativeEducation)
          Adds a new <Action> repeatable element.
 void Action.setArrest(ArrestStatus value)
          Sets the value of the <Arrest> element.
 

Constructors in com.edustructures.sifworks.student with parameters of type ArrestStatus
Action(java.lang.String code, java.util.Calendar startDate, java.util.Calendar endDate, java.math.BigDecimal duration, YesNo zeroTolerance, YesNo fullYearExpulsion, YesNo shortenedExpulsion, YesNo policeNotification, ArrestStatus arrest, YesNo alternativeEducation)
          Constructor that accepts values for all mandatory fields
 



Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.