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> <anyAttribute/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
eventId |
protected javax.xml.datatype.XMLGregorianCalendar |
eventTime |
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.
|
protected java.lang.String eventId
protected javax.xml.datatype.XMLGregorianCalendar eventTime
public java.lang.String getEventId()
String
public javax.xml.datatype.XMLGregorianCalendar getEventTime()
XMLGregorianCalendar