Class Link

java.lang.Object
org.bremersee.w3c.atom.Link
All Implemented Interfaces:
Serializable

public class Link extends Object implements Serializable

Java class for anonymous complex type.

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


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="rel" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="type" type="{http://www.w3.org/2005/Atom}atomMediaType" />
       <attribute name="hreflang" type="{http://www.w3.org/2005/Atom}atomLanguageTag" />
       <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • href

      protected String href
    • rel

      protected String rel
    • type

      protected String type
    • hreflang

      protected String hreflang
    • title

      protected String title
    • length

      protected String length
  • Constructor Details

    • Link

      public Link()
  • Method Details

    • 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
    • getTitle

      public String getTitle()
      Gets the value of the title property.
      Returns:
      possible object is String
    • setTitle

      public void setTitle(String value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is String
    • getLength

      public String getLength()
      Gets the value of the length property.
      Returns:
      possible object is String
    • setLength

      public void setLength(String value)
      Sets the value of the length property.
      Parameters:
      value - allowed object is String