de.extra_standard.namespace.logging._1
Class StateType

java.lang.Object
  extended by de.extra_standard.namespace.logging._1.StateType

public class StateType
extends Object

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

timeStamp

protected XMLGregorianCalendar timeStamp

property

protected PropertyType property

xmlFragment

protected XMLFragmentType xmlFragment
Constructor Detail

StateType

public StateType()
Method Detail

getTimeStamp

public XMLGregorianCalendar getTimeStamp()
Gets the value of the timeStamp property.

Returns:
possible object is XMLGregorianCalendar

setTimeStamp

public void setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.

Parameters:
value - allowed object is XMLGregorianCalendar

getProperty

public PropertyType getProperty()
Gets the value of the property property.

Returns:
possible object is PropertyType

setProperty

public void setProperty(PropertyType value)
Sets the value of the property property.

Parameters:
value - allowed object is PropertyType

getXMLFragment

public XMLFragmentType getXMLFragment()
Gets the value of the xmlFragment property.

Returns:
possible object is XMLFragmentType

setXMLFragment

public void setXMLFragment(XMLFragmentType value)
Sets the value of the xmlFragment property.

Parameters:
value - allowed object is XMLFragmentType


Copyright © 2012-2013. All Rights Reserved.