|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.logging._1.StateType
public class StateType
Java class for StateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.extra-standard.de/namespace/components/1}TimeStamp"/>
<choice>
<element ref="{http://www.extra-standard.de/namespace/components/1}Property"/>
<element ref="{http://www.extra-standard.de/namespace/components/1}XMLFragment"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected PropertyType |
property
|
protected XMLGregorianCalendar |
timeStamp
|
protected XMLFragmentType |
xmlFragment
|
| Constructor Summary | |
|---|---|
StateType()
|
|
| Method Summary | |
|---|---|
PropertyType |
getProperty()
Gets the value of the property property. |
XMLGregorianCalendar |
getTimeStamp()
Gets the value of the timeStamp property. |
XMLFragmentType |
getXMLFragment()
Gets the value of the xmlFragment property. |
void |
setProperty(PropertyType value)
Sets the value of the property property. |
void |
setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property. |
void |
setXMLFragment(XMLFragmentType value)
Sets the value of the xmlFragment property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XMLGregorianCalendar timeStamp
protected PropertyType property
protected XMLFragmentType xmlFragment
| Constructor Detail |
|---|
public StateType()
| Method Detail |
|---|
public XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendarpublic void setTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic PropertyType getProperty()
PropertyTypepublic void setProperty(PropertyType value)
value - allowed object is
PropertyTypepublic XMLFragmentType getXMLFragment()
XMLFragmentTypepublic void setXMLFragment(XMLFragmentType value)
value - allowed object is
XMLFragmentType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||