Package generated

Class List.Repository.Link

java.lang.Object
generated.List.Repository.Link
Enclosing class:
List.Repository

public static class List.Repository.Link extends Object

Java class for anonymous complex type.

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

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="rel" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Link

      public Link()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • 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