com.ebmwebsourcing.wsstar.dm.org.oasis_open.docs.wsdm.muws2_2
Class SituationType

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.dm.org.oasis_open.docs.wsdm.muws2_2.SituationType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Copyable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class SituationType
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Copyable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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

situationCategory

protected SituationCategoryType situationCategory

successDisposition

protected java.lang.String successDisposition

situationTime

protected javax.xml.datatype.XMLGregorianCalendar situationTime

priority

protected java.lang.Short priority

severity

protected java.lang.Short severity

message

protected LangString message

substitutableMsg

protected SubstitutableMsgType substitutableMsg
Constructor Detail

SituationType

public SituationType()
Method Detail

getSituationCategory

public SituationCategoryType getSituationCategory()
Gets the value of the situationCategory property.

Returns:
possible object is SituationCategoryType

setSituationCategory

public void setSituationCategory(SituationCategoryType value)
Sets the value of the situationCategory property.

Parameters:
value - allowed object is SituationCategoryType

getSuccessDisposition

public java.lang.String getSuccessDisposition()
Gets the value of the successDisposition property.

Returns:
possible object is String

setSuccessDisposition

public void setSuccessDisposition(java.lang.String value)
Sets the value of the successDisposition property.

Parameters:
value - allowed object is String

getSituationTime

public javax.xml.datatype.XMLGregorianCalendar getSituationTime()
Gets the value of the situationTime property.

Returns:
possible object is XMLGregorianCalendar

setSituationTime

public void setSituationTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the situationTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getPriority

public java.lang.Short getPriority()
Gets the value of the priority property.

Returns:
possible object is Short

setPriority

public void setPriority(java.lang.Short value)
Sets the value of the priority property.

Parameters:
value - allowed object is Short

getSeverity

public java.lang.Short getSeverity()
Gets the value of the severity property.

Returns:
possible object is Short

setSeverity

public void setSeverity(java.lang.Short value)
Sets the value of the severity property.

Parameters:
value - allowed object is Short

getMessage

public LangString getMessage()
Gets the value of the message property.

Returns:
possible object is LangString

setMessage

public void setMessage(LangString value)
Sets the value of the message property.

Parameters:
value - allowed object is LangString

getSubstitutableMsg

public SubstitutableMsgType getSubstitutableMsg()
Gets the value of the substitutableMsg property.

Returns:
possible object is SubstitutableMsgType

setSubstitutableMsg

public void setSubstitutableMsg(SubstitutableMsgType value)
Sets the value of the substitutableMsg property.

Parameters:
value - allowed object is SubstitutableMsgType

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

copyTo

public java.lang.Object copyTo(java.lang.Object target,
                               org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo

copyTo

public java.lang.Object copyTo(java.lang.Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.Copyable

createCopy

public java.lang.Object createCopy()
Specified by:
createCopy in interface org.jvnet.jaxb2_commons.lang.Copyable
Specified by:
createCopy in interface org.jvnet.jaxb2_commons.lang.CopyTo


Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.