Package org.cxml
Class QuoteRequestReference
- java.lang.Object
-
- org.cxml.QuoteRequestReference
-
public class QuoteRequestReference extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentReferencedocumentReferenceprotected java.lang.StringrequestDateprotected java.lang.StringrequestID
-
Constructor Summary
Constructors Constructor Description QuoteRequestReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentReferencegetDocumentReference()Gets the value of the documentReference property.java.lang.StringgetRequestDate()Gets the value of the requestDate property.java.lang.StringgetRequestID()Gets the value of the requestID property.voidsetDocumentReference(DocumentReference value)Sets the value of the documentReference property.voidsetRequestDate(java.lang.String value)Sets the value of the requestDate property.voidsetRequestID(java.lang.String value)Sets the value of the requestID property.
-
-
-
Field Detail
-
requestID
protected java.lang.String requestID
-
requestDate
protected java.lang.String requestDate
-
documentReference
protected DocumentReference documentReference
-
-
Method Detail
-
getRequestID
public java.lang.String getRequestID()
Gets the value of the requestID property.- Returns:
- possible object is
String
-
setRequestID
public void setRequestID(java.lang.String value)
Sets the value of the requestID property.- Parameters:
value- allowed object isString
-
getRequestDate
public java.lang.String getRequestDate()
Gets the value of the requestDate property.- Returns:
- possible object is
String
-
setRequestDate
public void setRequestDate(java.lang.String value)
Sets the value of the requestDate property.- Parameters:
value- allowed object isString
-
getDocumentReference
public DocumentReference getDocumentReference()
Gets the value of the documentReference property.- Returns:
- possible object is
DocumentReference
-
setDocumentReference
public void setDocumentReference(DocumentReference value)
Sets the value of the documentReference property.- Parameters:
value- allowed object isDocumentReference
-
-