|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 Double |
percentageOfResult
|
protected 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. |
String |
getText()
Gets the value of the text property. |
void |
setImage(Copyright.Image value)
Sets the value of the image property. |
void |
setPercentageOfResult(Double value)
Sets the value of the percentageOfResult property. |
void |
setText(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 String text
protected Copyright.Image image
protected Double percentageOfResult
Constructor Detail |
---|
public Copyright()
Method Detail |
---|
public String getText()
String
public void setText(String value)
value
- allowed object is
String
public Copyright.Image getImage()
Copyright.Image
public void setImage(Copyright.Image value)
value
- allowed object is
Copyright.Image
public double getPercentageOfResult()
Double
public void setPercentageOfResult(Double value)
value
- allowed object is
Double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |