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 String
id
protected String
productDescription
protected String
status
protected XMLGregorianCalendar
submissionTime
-
Constructor Summary
Constructors Constructor Description MMRequestSubmissionCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Gets the value of the id property.String
getProductDescription()
Gets the value of the productDescription property.String
getStatus()
Gets the value of the status property.XMLGregorianCalendar
getSubmissionTime()
Gets the value of the submissionTime property.void
setId(String value)
Sets the value of the id property.void
setProductDescription(String value)
Sets the value of the productDescription property.void
setStatus(String value)
Sets the value of the status property.void
setSubmissionTime(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
-
-