org.deegree.services.jaxb.wpvs
Class Copyright.Image
java.lang.Object
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>
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 |
url
protected String url
Copyright.Image
public Copyright.Image()
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.