org.deegree.services.jaxb.wpvs
Class Copyright

java.lang.Object
  extended by org.deegree.services.jaxb.wpvs.Copyright

public class Copyright
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">
       <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

text

protected String text

image

protected Copyright.Image image

percentageOfResult

protected Double percentageOfResult
Constructor Detail

Copyright

public Copyright()
Method Detail

getText

public String getText()
Gets the value of the text property.

Returns:
possible object is String

setText

public void setText(String value)
Sets the value of the text property.

Parameters:
value - allowed object is String

getImage

public Copyright.Image getImage()
Gets the value of the image property.

Returns:
possible object is Copyright.Image

setImage

public void setImage(Copyright.Image value)
Sets the value of the image property.

Parameters:
value - allowed object is Copyright.Image

getPercentageOfResult

public double getPercentageOfResult()
Gets the value of the percentageOfResult property.

Returns:
possible object is Double

setPercentageOfResult

public void setPercentageOfResult(Double value)
Sets the value of the percentageOfResult property.

Parameters:
value - allowed object is Double


Copyright © 2011. All Rights Reserved.