| 1 | |
|
| 2 | |
package org.kuali.student.common.dictionary.service.old.jaxws; |
| 3 | |
|
| 4 | |
import javax.xml.bind.annotation.XmlAccessType; |
| 5 | |
import javax.xml.bind.annotation.XmlAccessorType; |
| 6 | |
import javax.xml.bind.annotation.XmlRootElement; |
| 7 | |
import javax.xml.bind.annotation.XmlType; |
| 8 | |
|
| 9 | |
|
| 10 | |
|
| 11 | |
|
| 12 | |
|
| 13 | |
|
| 14 | |
|
| 15 | |
@XmlRootElement(name = "getObjectTypes", namespace = "http://student.kuali.org/wsdl/dictionary") |
| 16 | |
@XmlAccessorType(XmlAccessType.FIELD) |
| 17 | |
@XmlType(name = "getObjectTypes", namespace = "http://student.kuali.org/wsdl/dictionary") |
| 18 | |
|
| 19 | 0 | public class GetObjectTypes { |
| 20 | |
|
| 21 | |
|
| 22 | |
} |
| 23 | |
|