|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.dm.org.oasis_open.docs.wsdm.muws2_2.SituationType
public class SituationType
Java class for SituationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SituationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SituationCategory" type="{http://docs.oasis-open.org/wsdm/muws2-2.xsd}SituationCategoryType"/>
<element name="SuccessDisposition" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Successful"/>
<enumeration value="Unsuccessful"/>
</restriction>
</simpleType>
</element>
<element name="SituationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Priority" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/>
<element name="Severity" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/>
<element name="Message" type="{http://docs.oasis-open.org/wsdm/muws2-2.xsd}LangString" minOccurs="0"/>
<element name="SubstitutableMsg" type="{http://docs.oasis-open.org/wsdm/muws2-2.xsd}SubstitutableMsgType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected LangString |
message
|
protected java.lang.Short |
priority
|
protected java.lang.Short |
severity
|
protected SituationCategoryType |
situationCategory
|
protected javax.xml.datatype.XMLGregorianCalendar |
situationTime
|
protected SubstitutableMsgType |
substitutableMsg
|
protected java.lang.String |
successDisposition
|
| Constructor Summary | |
|---|---|
SituationType()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
copyTo(java.lang.Object target)
|
java.lang.Object |
copyTo(java.lang.Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
|
java.lang.Object |
createCopy()
|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
LangString |
getMessage()
Gets the value of the message property. |
java.lang.Short |
getPriority()
Gets the value of the priority property. |
java.lang.Short |
getSeverity()
Gets the value of the severity property. |
SituationCategoryType |
getSituationCategory()
Gets the value of the situationCategory property. |
javax.xml.datatype.XMLGregorianCalendar |
getSituationTime()
Gets the value of the situationTime property. |
SubstitutableMsgType |
getSubstitutableMsg()
Gets the value of the substitutableMsg property. |
java.lang.String |
getSuccessDisposition()
Gets the value of the successDisposition property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setMessage(LangString value)
Sets the value of the message property. |
void |
setPriority(java.lang.Short value)
Sets the value of the priority property. |
void |
setSeverity(java.lang.Short value)
Sets the value of the severity property. |
void |
setSituationCategory(SituationCategoryType value)
Sets the value of the situationCategory property. |
void |
setSituationTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the situationTime property. |
void |
setSubstitutableMsg(SubstitutableMsgType value)
Sets the value of the substitutableMsg property. |
void |
setSuccessDisposition(java.lang.String value)
Sets the value of the successDisposition property. |
java.lang.String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected SituationCategoryType situationCategory
protected java.lang.String successDisposition
protected javax.xml.datatype.XMLGregorianCalendar situationTime
protected java.lang.Short priority
protected java.lang.Short severity
protected LangString message
protected SubstitutableMsgType substitutableMsg
| Constructor Detail |
|---|
public SituationType()
| Method Detail |
|---|
public SituationCategoryType getSituationCategory()
SituationCategoryTypepublic void setSituationCategory(SituationCategoryType value)
value - allowed object is
SituationCategoryTypepublic java.lang.String getSuccessDisposition()
Stringpublic void setSuccessDisposition(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getSituationTime()
XMLGregorianCalendarpublic void setSituationTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Short getPriority()
Shortpublic void setPriority(java.lang.Short value)
value - allowed object is
Shortpublic java.lang.Short getSeverity()
Shortpublic void setSeverity(java.lang.Short value)
value - allowed object is
Shortpublic LangString getMessage()
LangStringpublic void setMessage(LangString value)
value - allowed object is
LangStringpublic SubstitutableMsgType getSubstitutableMsg()
SubstitutableMsgTypepublic void setSubstitutableMsg(SubstitutableMsgType value)
value - allowed object is
SubstitutableMsgTypepublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
public java.lang.Object copyTo(java.lang.Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.Copyablepublic java.lang.Object createCopy()
createCopy in interface org.jvnet.jaxb2_commons.lang.CopyablecreateCopy in interface org.jvnet.jaxb2_commons.lang.CopyTo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||