public class CreatePreOrderForOpenURL extends Object
Java class for createPreOrderForOpenURL complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="createPreOrderForOpenURL"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="openUrlString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="routeRequestorReceipt" 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 |
openUrlString |
protected String |
requestorId |
protected String |
requestorsNote |
protected String |
requestorType |
protected String |
routeRequestorReceipt |
Constructor and Description |
---|
CreatePreOrderForOpenURL() |
Modifier and Type | Method and Description |
---|---|
String |
getOpenUrlString()
Gets the value of the openUrlString 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 |
getRouteRequestorReceipt()
Gets the value of the routeRequestorReceipt property.
|
void |
setOpenUrlString(String openUrlString)
Sets the value of the openUrlString 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 |
setRouteRequestorReceipt(String routeRequestorReceipt)
Sets the value of the routeRequestorReceipt property.
|
protected String openUrlString
protected String routeRequestorReceipt
protected String requestorsNote
protected String requestorType
protected String requestorId
public CreatePreOrderForOpenURL()
public String getOpenUrlString()
String
public void setOpenUrlString(String openUrlString)
value
- allowed object is
String
public String getRouteRequestorReceipt()
String
public void setRouteRequestorReceipt(String routeRequestorReceipt)
value
- allowed object is
String
public String getRequestorsNote()
String
public void setRequestorsNote(String requestorsNote)
value
- allowed object is
String
public String getRequestorType()
String
public void setRequestorType(String requestorType)
value
- allowed object is
String
public String getRequestorId()
public void setRequestorId(String requestorId)
requestorId
- The requestorId to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.