Package org.n52.shetland.w3c.xlink
Class W3CHrefAttribute
- java.lang.Object
-
- org.n52.shetland.w3c.xlink.W3CHrefAttribute
-
public class W3CHrefAttribute extends Object
Class represents W3C href attribute.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description W3CHrefAttribute()ConstructorW3CHrefAttribute(String href)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHref()booleanisSetHref()W3CHrefAttributesetHref(String href)
-
-
-
Constructor Detail
-
W3CHrefAttribute
public W3CHrefAttribute()
Constructor
-
W3CHrefAttribute
public W3CHrefAttribute(String href)
Constructor- Parameters:
href- value to set
-
-
Method Detail
-
getHref
public String getHref()
- Returns:
- get href
-
setHref
public W3CHrefAttribute setHref(String href)
- Parameters:
href- value to set- Returns:
- this
-
isSetHref
public boolean isSetHref()
- Returns:
true, if href is not null or empty
-
-