org.deegree.services.jaxb.wpvs
Class Copyright.Image

java.lang.Object
  extended by org.deegree.services.jaxb.wpvs.Copyright.Image
Enclosing class:
Copyright

public static class Copyright.Image
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">
       <attribute name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String url
           
 
Constructor Summary
Copyright.Image()
           
 
Method Summary
 String getUrl()
          Gets the value of the url property.
 void setUrl(String value)
          Sets the value of the url property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

protected String url
Constructor Detail

Copyright.Image

public Copyright.Image()
Method Detail

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.