public class CreatePreOrderForForm extends Object
Java class for createPreOrderForForm complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="createPreOrderForForm"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="author" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="edition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="series" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="publisher" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="placeOfPublication" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="yearOfPublication" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="standardNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="typeOfStandardNumber" 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 |
author |
protected String |
edition |
protected String |
placeOfPublication |
protected String |
publisher |
protected String |
requestorId |
protected String |
requestorsNote |
protected String |
requestorType |
protected String |
routeRequestorReceipt |
protected String |
series |
protected String |
standardNumber |
protected String |
title |
protected String |
typeOfStandardNumber |
protected String |
yearOfPublication |
Constructor and Description |
---|
CreatePreOrderForForm() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets the value of the author property.
|
String |
getEdition()
Gets the value of the edition property.
|
String |
getPlaceOfPublication()
Gets the value of the placeOfPublication property.
|
String |
getPublisher()
Gets the value of the publisher 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.
|
String |
getSeries()
Gets the value of the series property.
|
String |
getStandardNumber()
Gets the value of the standardNumber property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getTypeOfStandardNumber()
Gets the value of the typeOfStandardNumber property.
|
String |
getYearOfPublication()
Gets the value of the yearOfPublication property.
|
void |
setAuthor(String author)
Sets the value of the author property.
|
void |
setEdition(String edition)
Sets the value of the edition property.
|
void |
setPlaceOfPublication(String placeOfPublication)
Sets the value of the placeOfPublication property.
|
void |
setPublisher(String publisher)
Sets the value of the publisher 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.
|
void |
setSeries(String series)
Sets the value of the series property.
|
void |
setStandardNumber(String standardNumber)
Sets the value of the standardNumber property.
|
void |
setTitle(String title)
Sets the value of the title property.
|
void |
setTypeOfStandardNumber(String typeOfStandardNumber)
Sets the value of the typeOfStandardNumber property.
|
void |
setYearOfPublication(String yearOfPublication)
Sets the value of the yearOfPublication property.
|
protected String placeOfPublication
protected String yearOfPublication
protected String standardNumber
protected String typeOfStandardNumber
protected String routeRequestorReceipt
protected String requestorsNote
protected String requestorType
protected String requestorId
public CreatePreOrderForForm()
public String getTitle()
String
public void setTitle(String title)
value
- allowed object is
String
public String getAuthor()
String
public void setAuthor(String author)
value
- allowed object is
String
public String getEdition()
String
public void setEdition(String edition)
value
- allowed object is
String
public String getSeries()
String
public void setSeries(String series)
value
- allowed object is
String
public String getPublisher()
String
public void setPublisher(String publisher)
value
- allowed object is
String
public String getPlaceOfPublication()
String
public void setPlaceOfPublication(String placeOfPublication)
value
- allowed object is
String
public String getYearOfPublication()
String
public void setYearOfPublication(String yearOfPublication)
value
- allowed object is
String
public String getStandardNumber()
String
public void setStandardNumber(String standardNumber)
value
- allowed object is
String
public String getTypeOfStandardNumber()
String
public void setTypeOfStandardNumber(String typeOfStandardNumber)
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-2014 The Kuali Foundation. All Rights Reserved.