|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.wpvs.Copyright
public class Copyright
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">
<sequence>
<element name="Text" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Image">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="percentageOfResult" type="{http://www.w3.org/2001/XMLSchema}double" default="10" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Copyright.Image
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Copyright.Image |
image
|
protected java.lang.Double |
percentageOfResult
|
protected java.lang.String |
text
|
| Constructor Summary | |
|---|---|
Copyright()
|
|
| Method Summary | |
|---|---|
Copyright.Image |
getImage()
Gets the value of the image property. |
double |
getPercentageOfResult()
Gets the value of the percentageOfResult property. |
java.lang.String |
getText()
Gets the value of the text property. |
void |
setImage(Copyright.Image value)
Sets the value of the image property. |
void |
setPercentageOfResult(java.lang.Double value)
Sets the value of the percentageOfResult property. |
void |
setText(java.lang.String value)
Sets the value of the text property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String text
protected Copyright.Image image
protected java.lang.Double percentageOfResult
| Constructor Detail |
|---|
public Copyright()
| Method Detail |
|---|
public java.lang.String getText()
Stringpublic void setText(java.lang.String value)
value - allowed object is
Stringpublic Copyright.Image getImage()
Copyright.Imagepublic void setImage(Copyright.Image value)
value - allowed object is
Copyright.Imagepublic double getPercentageOfResult()
Doublepublic void setPercentageOfResult(java.lang.Double value)
value - allowed object is
Double
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||