Package generated

Class List.Repository

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

public static class List.Repository extends Object

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">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="doi" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="link">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Repository

      public Repository()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getDoi

      public String getDoi()
      Gets the value of the doi property.
      Returns:
      possible object is String
    • setDoi

      public void setDoi(String value)
      Sets the value of the doi property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getLink

      public List.Repository.Link getLink()
      Gets the value of the link property.
      Returns:
      possible object is List.Repository.Link
    • setLink

      public void setLink(List.Repository.Link value)
      Sets the value of the link property.
      Parameters:
      value - allowed object is List.Repository.Link