|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.wps.provider.jrxml.jaxb.map.Style
public class Style
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 |
|---|
protected String externalStyle
protected String namedStyle
protected Element embeddedStyle
| Constructor Detail |
|---|
public Style()
| Method Detail |
|---|
public String getExternalStyle()
Stringpublic void setExternalStyle(String value)
value - allowed object is
Stringpublic String getNamedStyle()
Stringpublic void setNamedStyle(String value)
value - allowed object is
Stringpublic Element getEmbeddedStyle()
Elementpublic void setEmbeddedStyle(Element value)
value - allowed object is
Element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||