org.ow2.kerneos.common.config.generated
Class Link
java.lang.Object
org.ow2.kerneos.common.config.ModuleBase
org.ow2.kerneos.common.config.generated.Module
org.ow2.kerneos.common.config.generated.Link
- All Implemented Interfaces:
- Serializable
public class Link
- extends Module
- implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://jasmine.ow2.org/xsds/kerneos-module-2.2.xsd}module">
<sequence>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
|
Constructor Summary |
Link()
|
|
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
Link
public Link()
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 © 2013 OW2 Consortium. All Rights Reserved.