Package generated
Class List.Repository.Link
java.lang.Object
generated.List.Repository.Link
- Enclosing class:
- List.Repository
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHref()Gets the value of the href property.getRel()Gets the value of the rel property.getValue()Gets the value of the value property.voidSets the value of the href property.voidSets the value of the rel property.voidSets the value of the value property.
-
Field Details
-
value
-
href
-
rel
-
-
Constructor Details
-
Link
public Link()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getHref
Gets the value of the href property.- Returns:
- possible object is
String
-
setHref
Sets the value of the href property.- Parameters:
value- allowed object isString
-
getRel
Gets the value of the rel property.- Returns:
- possible object is
String
-
setRel
Sets the value of the rel property.- Parameters:
value- allowed object isString
-