Package generated
Class List.Repository
java.lang.Object
generated.List.Repository
- Enclosing class:
- List
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDoi()Gets the value of the doi property.getId()Gets the value of the id property.getLink()Gets the value of the link property.getName()Gets the value of the name property.voidSets the value of the doi property.voidSets the value of the id property.voidsetLink(List.Repository.Link value) Sets the value of the link property.voidSets the value of the name property.
-
Field Details
-
id
-
doi
-
name
-
link
-
-
Constructor Details
-
Repository
public Repository()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getDoi
Gets the value of the doi property.- Returns:
- possible object is
String
-
setDoi
Sets the value of the doi property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getLink
Gets the value of the link property.- Returns:
- possible object is
List.Repository.Link
-
setLink
Sets the value of the link property.- Parameters:
value- allowed object isList.Repository.Link
-