org.deegree.services.wps.provider.jrxml.jaxb.map
Class Style

java.lang.Object
  extended by org.deegree.services.wps.provider.jrxml.jaxb.map.Style

public class Style
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="externalStyle" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="namedStyle" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="embeddedStyle" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Element embeddedStyle
           
protected  String externalStyle
           
protected  String namedStyle
           
 
Constructor Summary
Style()
           
 
Method Summary
 Element getEmbeddedStyle()
          Gets the value of the embeddedStyle property.
 String getExternalStyle()
          Gets the value of the externalStyle property.
 String getNamedStyle()
          Gets the value of the namedStyle property.
 void setEmbeddedStyle(Element value)
          Sets the value of the embeddedStyle property.
 void setExternalStyle(String value)
          Sets the value of the externalStyle property.
 void setNamedStyle(String value)
          Sets the value of the namedStyle property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

externalStyle

protected String externalStyle

namedStyle

protected String namedStyle

embeddedStyle

protected Element embeddedStyle
Constructor Detail

Style

public Style()
Method Detail

getExternalStyle

public String getExternalStyle()
Gets the value of the externalStyle property.

Returns:
possible object is String

setExternalStyle

public void setExternalStyle(String value)
Sets the value of the externalStyle property.

Parameters:
value - allowed object is String

getNamedStyle

public String getNamedStyle()
Gets the value of the namedStyle property.

Returns:
possible object is String

setNamedStyle

public void setNamedStyle(String value)
Sets the value of the namedStyle property.

Parameters:
value - allowed object is String

getEmbeddedStyle

public Element getEmbeddedStyle()
Gets the value of the embeddedStyle property.

Returns:
possible object is Element

setEmbeddedStyle

public void setEmbeddedStyle(Element value)
Sets the value of the embeddedStyle property.

Parameters:
value - allowed object is Element


Copyright © 2011. All Rights Reserved.