|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.epcis.model.CorrelationInformation
public class CorrelationInformation
Java class for CorrelationInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CorrelationInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RequestingDocumentCreationDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="RequestingDocumentInstanceIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ExpectedResponseDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected XMLGregorianCalendar |
expectedResponseDateTime
|
protected XMLGregorianCalendar |
requestingDocumentCreationDateTime
|
protected String |
requestingDocumentInstanceIdentifier
|
| Constructor Summary | |
|---|---|
CorrelationInformation()
|
|
| Method Summary | |
|---|---|
XMLGregorianCalendar |
getExpectedResponseDateTime()
Gets the value of the expectedResponseDateTime property. |
XMLGregorianCalendar |
getRequestingDocumentCreationDateTime()
Gets the value of the requestingDocumentCreationDateTime property. |
String |
getRequestingDocumentInstanceIdentifier()
Gets the value of the requestingDocumentInstanceIdentifier property. |
void |
setExpectedResponseDateTime(XMLGregorianCalendar value)
Sets the value of the expectedResponseDateTime property. |
void |
setRequestingDocumentCreationDateTime(XMLGregorianCalendar value)
Sets the value of the requestingDocumentCreationDateTime property. |
void |
setRequestingDocumentInstanceIdentifier(String value)
Sets the value of the requestingDocumentInstanceIdentifier property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XMLGregorianCalendar requestingDocumentCreationDateTime
protected String requestingDocumentInstanceIdentifier
protected XMLGregorianCalendar expectedResponseDateTime
| Constructor Detail |
|---|
public CorrelationInformation()
| Method Detail |
|---|
public XMLGregorianCalendar getRequestingDocumentCreationDateTime()
XMLGregorianCalendarpublic void setRequestingDocumentCreationDateTime(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic String getRequestingDocumentInstanceIdentifier()
Stringpublic void setRequestingDocumentInstanceIdentifier(String value)
value - allowed object is Stringpublic XMLGregorianCalendar getExpectedResponseDateTime()
XMLGregorianCalendarpublic void setExpectedResponseDateTime(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||