public class CreatePreOrderForCitation extends Object
Java class for createPreOrderForCitation complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="createPreOrderForCitation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="citationString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="routeRequesterReceipt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="requestorsNote" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="requestorsFirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="requestorsLastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="requestorsAddress1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="requestorsAddress2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="requestorsCity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="requestorsState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="requestorsZipCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="requestorsCountryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="requestorsPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="requestorsEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="requestorsSMS" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="requestorType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | citationString | 
| protected String | requestorId | 
| protected String | requestorsNote | 
| protected String | requestorType | 
| protected String | routeRequesterReceipt | 
| Constructor and Description | 
|---|
| CreatePreOrderForCitation() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCitationString()Gets the value of the citationString property. | 
| String | getRequestorId()Gets the requestorId attribute. | 
| String | getRequestorsNote()Gets the value of the requestorsNote property. | 
| String | getRequestorType()Gets the value of the requestorType property. | 
| String | getRouteRequesterReceipt()Gets the value of the routeRequesterReceipt property. | 
| void | setCitationString(String citationString)Sets the value of the citationString property. | 
| void | setRequestorId(String requestorId)Sets the requestorId attribute value. | 
| void | setRequestorsNote(String requestorsNote)Sets the value of the requestorsNote property. | 
| void | setRequestorType(String requestorType)Sets the value of the requestorType property. | 
| void | setRouteRequesterReceipt(String routeRequesterReceipt)Sets the value of the routeRequesterReceipt property. | 
protected String citationString
protected String routeRequesterReceipt
protected String requestorsNote
protected String requestorType
protected String requestorId
public CreatePreOrderForCitation()
public String getCitationString()
Stringpublic void setCitationString(String citationString)
value - allowed object is
              Stringpublic String getRouteRequesterReceipt()
Stringpublic void setRouteRequesterReceipt(String routeRequesterReceipt)
value - allowed object is
              Stringpublic String getRequestorsNote()
Stringpublic void setRequestorsNote(String requestorsNote)
value - allowed object is
              Stringpublic String getRequestorType()
Stringpublic void setRequestorType(String requestorType)
value - allowed object is
              Stringpublic String getRequestorId()
public void setRequestorId(String requestorId)
requestorId - The requestorId to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.