Package pt.cienciavitae.ns.web_address
Class WebAddress
- java.lang.Object
-
- pt.cienciavitae.ns.common.RecordCtype
-
- pt.cienciavitae.ns.web_address.WebAddress
-
public class WebAddress extends RecordCtype
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.cienciavitae.pt/ns/common}record-ctype"> <sequence> <element name="site-type" type="{http://www.cienciavitae.pt/ns/web-address}site-type-ctype"/> <element name="url" type="{http://www.cienciavitae.pt/ns/common}string-uri-stype"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected SiteTypeCtypesiteTypeprotected Stringurl-
Fields inherited from class pt.cienciavitae.ns.common.RecordCtype
id, lastModifiedDate, privacyLevel, sourceName
-
-
Constructor Summary
Constructors Constructor Description WebAddress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SiteTypeCtypegetSiteType()Gets the value of the siteType property.StringgetUrl()Gets the value of the url property.voidsetSiteType(SiteTypeCtype value)Sets the value of the siteType property.voidsetUrl(String value)Sets the value of the url property.-
Methods inherited from class pt.cienciavitae.ns.common.RecordCtype
getId, getLastModifiedDate, getPrivacyLevel, getSourceName, setId, setLastModifiedDate, setPrivacyLevel, setSourceName
-
-
-
-
Field Detail
-
siteType
protected SiteTypeCtype siteType
-
url
protected String url
-
-
Method Detail
-
getSiteType
public SiteTypeCtype getSiteType()
Gets the value of the siteType property.- Returns:
- possible object is
SiteTypeCtype
-
setSiteType
public void setSiteType(SiteTypeCtype value)
Sets the value of the siteType property.- Parameters:
value- allowed object isSiteTypeCtype
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
-