Class MMRequestSubmissionCT
- java.lang.Object
-
- fi.tut.mei.matchmaking.model.xml.msg.MMRequestSubmissionCT
-
public class MMRequestSubmissionCT extends Object
Match making request summary Complex TypeJava class for MMRequestSubmission_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MMRequestSubmission_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="productDescription" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="status" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="submissionTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected StringproductDescriptionprotected Stringstatusprotected XMLGregorianCalendarsubmissionTime
-
Constructor Summary
Constructors Constructor Description MMRequestSubmissionCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.StringgetProductDescription()Gets the value of the productDescription property.StringgetStatus()Gets the value of the status property.XMLGregorianCalendargetSubmissionTime()Gets the value of the submissionTime property.voidsetId(String value)Sets the value of the id property.voidsetProductDescription(String value)Sets the value of the productDescription property.voidsetStatus(String value)Sets the value of the status property.voidsetSubmissionTime(XMLGregorianCalendar value)Sets the value of the submissionTime property.
-
-
-
Field Detail
-
id
protected String id
-
productDescription
protected String productDescription
-
status
protected String status
-
submissionTime
protected XMLGregorianCalendar submissionTime
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getProductDescription
public String getProductDescription()
Gets the value of the productDescription property.- Returns:
- possible object is
String
-
setProductDescription
public void setProductDescription(String value)
Sets the value of the productDescription property.- Parameters:
value- allowed object isString
-
getStatus
public String getStatus()
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
public void setStatus(String value)
Sets the value of the status property.- Parameters:
value- allowed object isString
-
getSubmissionTime
public XMLGregorianCalendar getSubmissionTime()
Gets the value of the submissionTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSubmissionTime
public void setSubmissionTime(XMLGregorianCalendar value)
Sets the value of the submissionTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-