public class SubmitApplicationRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GrantApplicationXML" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
grantApplicationXML |
| Constructor and Description |
|---|
SubmitApplicationRequest() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getGrantApplicationXML()
Gets the value of the grantApplicationXML property.
|
void |
setGrantApplicationXML(Object value)
Sets the value of the grantApplicationXML property.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.