net.disy.ogc.wpspd.v_1_0_0
Class MessageType

java.lang.Object
  extended by net.disy.ogc.wpspd.v_1_0_0.PresentationDirectiveType
      extended by net.disy.ogc.wpspd.v_1_0_0.MessageType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public class MessageType
extends PresentationDirectiveType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

...

Java class for MessageType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MessageType">
   <complexContent>
     <extension base="{http://www.disy.net/pd}PresentationDirectiveType">
       <sequence>
         <element name="Type" minOccurs="0">
           <simpleType>
             <union memberTypes=" {http://www.w3.org/2001/XMLSchema}string">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <enumeration value="none"/>
                   <enumeration value="info"/>
                   <enumeration value="warning"/>
                   <enumeration value="error"/>
                 </restriction>
               </simpleType>
             </union>
           </simpleType>
         </element>
         <choice>
           <element ref="{http://www.disy.net/pd}Link"/>
           <element name="Content" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Object content
           
protected  Link link
           
protected  String type
           
 
Fields inherited from class net.disy.ogc.wpspd.v_1_0_0.PresentationDirectiveType
_abstract, identifier, metadata, presentationDirectiveTitle
 
Constructor Summary
MessageType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
           
 Object createNewInstance()
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 Object getContent()
          Gets the value of the content property.
 Link getLink()
          Gets the value of the link property.
 String getType()
          Gets the value of the type property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setContent(Object value)
          Sets the value of the content property.
 void setLink(Link value)
          Sets the value of the link property.
 void setType(String value)
          Sets the value of the type property.
 String toString()
           
 
Methods inherited from class net.disy.ogc.wpspd.v_1_0_0.PresentationDirectiveType
getAbstract, getIdentifier, getMetadata, getPresentationDirectiveTitle, setAbstract, setIdentifier, setMetadata, setPresentationDirectiveTitle
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

type

protected String type

link

protected Link link

content

protected Object content
Constructor Detail

MessageType

public MessageType()
Method Detail

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getLink

public Link getLink()
Gets the value of the link property.

Returns:
possible object is Link

setLink

public void setLink(Link value)
Sets the value of the link property.

Parameters:
value - allowed object is Link

getContent

public Object getContent()
Gets the value of the content property.

Returns:
possible object is Object

setContent

public void setContent(Object value)
Sets the value of the content property.

Parameters:
value - allowed object is Object

toString

public String toString()
Overrides:
toString in class PresentationDirectiveType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class PresentationDirectiveType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class PresentationDirectiveType

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class PresentationDirectiveType

equals

public boolean equals(Object object)
Overrides:
equals in class PresentationDirectiveType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class PresentationDirectiveType

hashCode

public int hashCode()
Overrides:
hashCode in class PresentationDirectiveType

clone

public Object clone()
Overrides:
clone in class PresentationDirectiveType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class PresentationDirectiveType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class PresentationDirectiveType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class PresentationDirectiveType

mergeFrom

public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
                      Object left,
                      Object right,
                      org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class PresentationDirectiveType


Copyright © 2009-2012. All Rights Reserved.