| 1 |  |   | 
  | 2 |  |   | 
  | 3 |  |   | 
  | 4 |  |   | 
  | 5 |  |   | 
  | 6 |  |   | 
  | 7 |  |   | 
  | 8 |  |   | 
  | 9 |  |   | 
  | 10 |  |   | 
  | 11 |  |   | 
  | 12 |  |   | 
  | 13 |  |   | 
  | 14 |  |   | 
  | 15 |  |   | 
  | 16 |  |  package org.kuali.student.core.atp.service.jaxws; | 
  | 17 |  |   | 
  | 18 |  |  import javax.xml.bind.annotation.XmlAccessType; | 
  | 19 |  |  import javax.xml.bind.annotation.XmlAccessorType; | 
  | 20 |  |  import javax.xml.bind.annotation.XmlElement; | 
  | 21 |  |  import javax.xml.bind.annotation.XmlRootElement; | 
  | 22 |  |  import javax.xml.bind.annotation.XmlType; | 
  | 23 |  |   | 
  | 24 |  |  import org.kuali.student.common.validation.dto.ValidationResultInfo; | 
  | 25 |  |   | 
  | 26 |  |   | 
  | 27 |  |   | 
  | 28 |  |   | 
  | 29 |  |   | 
  | 30 |  |   | 
  | 31 |  |  @XmlRootElement(name = "validateMilestoneResponse", namespace = "http://student.kuali.org/wsdl/atp") | 
  | 32 |  |  @XmlAccessorType(XmlAccessType.FIELD) | 
  | 33 |  |  @XmlType(name = "validateMilestoneResponse", namespace = "http://student.kuali.org/wsdl/atp") | 
  | 34 | 0 |  public class ValidateMilestoneResponse { | 
  | 35 |  |   | 
  | 36 |  |          @XmlElement(name = "return") | 
  | 37 |  |          private java.util.List<ValidationResultInfo> _return; | 
  | 38 |  |   | 
  | 39 |  |          public java.util.List<ValidationResultInfo> getReturn() { | 
  | 40 | 0 |                  return this._return; | 
  | 41 |  |          } | 
  | 42 |  |   | 
  | 43 |  |          public void setReturn( | 
  | 44 |  |                          java.util.List<ValidationResultInfo> new_return) { | 
  | 45 | 0 |                  this._return = new_return; | 
  | 46 | 0 |          } | 
  | 47 |  |   | 
  | 48 |  |  } |