Package eu.openaire.oaf.model.base
Class WebresourceType
- java.lang.Object
-
- eu.openaire.oaf.model.base.WebresourceType
-
- All Implemented Interfaces:
Serializable
public class WebresourceType extends Object implements Serializable
Java class for webresourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="webresourceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebresourceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUrl()Gets the value of the url property.voidsetUrl(String value)Sets the value of the url property.
-
-
-
Field Detail
-
url
protected String url
-
-