public class State
extends java.lang.Object
Java class for state complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="state"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="entranceTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="reasonCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
State() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getEntranceTime()
Gets the value of the entranceTime property.
|
java.lang.String |
getReasonCode()
Gets the value of the reasonCode property.
|
java.lang.String |
getState()
Gets the value of the state property.
|
void |
setEntranceTime(java.lang.Long value)
Sets the value of the entranceTime property.
|
void |
setReasonCode(java.lang.String value)
Sets the value of the reasonCode property.
|
void |
setState(java.lang.String value)
Sets the value of the state property.
|
public java.lang.String getState()
String
public void setState(java.lang.String value)
value
- allowed object is
String
public java.lang.Long getEntranceTime()
Long
public void setEntranceTime(java.lang.Long value)
value
- allowed object is
Long
public java.lang.String getReasonCode()
String
public void setReasonCode(java.lang.String value)
value
- allowed object is
String
Copyright © 2010 All Rights Reserved.