public static class Jetstream.Header
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="EventId" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="36"/> <maxLength value="36"/> </restriction> </simpleType> </attribute> <attribute name="EventTime" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}dateTime"> <pattern value=".+T.+(Z)"/> </restriction> </simpleType> </attribute> <attribute name="LogicalDeviceId" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="127"/> </restriction> </simpleType> </attribute> <attribute name="ReceivedTime" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}dateTime"> <pattern value=".+T.+(Z)"/> </restriction> </simpleType> </attribute> <anyAttribute/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
eventId |
protected javax.xml.datatype.XMLGregorianCalendar |
eventTime |
protected java.lang.String |
logicalDeviceId |
protected javax.xml.datatype.XMLGregorianCalendar |
receivedTime |
Constructor and Description |
---|
Jetstream.Header() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEventId()
Gets the value of the eventId property.
|
javax.xml.datatype.XMLGregorianCalendar |
getEventTime()
Gets the value of the eventTime property.
|
java.lang.String |
getLogicalDeviceId()
Gets the value of the logicalDeviceId property.
|
javax.xml.datatype.XMLGregorianCalendar |
getReceivedTime()
Gets the value of the receivedTime property.
|
protected java.lang.String eventId
protected javax.xml.datatype.XMLGregorianCalendar eventTime
protected java.lang.String logicalDeviceId
protected javax.xml.datatype.XMLGregorianCalendar receivedTime
public java.lang.String getEventId()
String
public javax.xml.datatype.XMLGregorianCalendar getEventTime()
XMLGregorianCalendar
public java.lang.String getLogicalDeviceId()
String
public javax.xml.datatype.XMLGregorianCalendar getReceivedTime()
XMLGregorianCalendar