Class 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>
     
    • Constructor Detail

      • WebAddress

        public WebAddress()
    • 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 is SiteTypeCtype
      • 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