Class Link


  • public class Link
    extends Object

    Java class for Link complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Link">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="rel" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="hrefLang" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Link

        public Link()
    • Method Detail

      • getHref

        public String getHref()
        Gets the value of the href property.
        Returns:
        possible object is String
      • setHref

        public void setHref​(String value)
        Sets the value of the href property.
        Parameters:
        value - allowed object is String
      • getRel

        public String getRel()
        Gets the value of the rel property.
        Returns:
        possible object is String
      • setRel

        public void setRel​(String value)
        Sets the value of the rel property.
        Parameters:
        value - allowed object is String
      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getHrefLang

        public String getHrefLang()
        Gets the value of the hrefLang property.
        Returns:
        possible object is String
      • setHrefLang

        public void setHrefLang​(String value)
        Sets the value of the hrefLang property.
        Parameters:
        value - allowed object is String
      • withHref

        public Link withHref​(String value)
      • withType

        public Link withType​(String value)
      • withHrefLang

        public Link withHrefLang​(String value)