Package org.bremersee.w3c.atom
Class Link
java.lang.Object
org.bremersee.w3c.atom.Link
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHref()Gets the value of the href property.Gets the value of the hreflang property.Gets the value of the length property.getRel()Gets the value of the rel property.getTitle()Gets the value of the title property.getType()Gets the value of the type property.voidSets the value of the href property.voidsetHreflang(String value) Sets the value of the hreflang property.voidSets the value of the length property.voidSets the value of the rel property.voidSets the value of the title property.voidSets the value of the type property.
-
Field Details
-
href
-
rel
-
type
-
hreflang
-
title
-
length
-
-
Constructor Details
-
Link
public Link()
-
-
Method Details
-
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
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getHreflang
Gets the value of the hreflang property.- Returns:
- possible object is
String
-
setHreflang
Sets the value of the hreflang property.- Parameters:
value- allowed object isString
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getLength
Gets the value of the length property.- Returns:
- possible object is
String
-
setLength
Sets the value of the length property.- Parameters:
value- allowed object isString
-