|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.internal.jaxb.Link<T>
public class Link<T>
Java class for Link complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Link">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://purl.org/dc/elements/1.1/}title"/>
<element name="image" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
</sequence>
<attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="rel" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
href
|
protected java.lang.String |
image
|
protected java.lang.String |
rel
|
protected SimpleLiteral |
title
|
| Constructor Summary | |
|---|---|
Link()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getHref()
Gets the value of the href property. |
java.lang.String |
getImage()
Gets the value of the image property. |
java.lang.String |
getRel()
Gets the value of the rel property. |
SimpleLiteral |
getTitle()
Gets the value of the title property. |
T |
getValue()
|
int |
hashCode()
|
boolean |
isValueSet()
|
void |
setHref(java.lang.String value)
Sets the value of the href property. |
void |
setImage(java.lang.String value)
Sets the value of the image property. |
void |
setRel(java.lang.String value)
Sets the value of the rel property. |
void |
setTitle(SimpleLiteral value)
Sets the value of the title property. |
void |
setValue(T newValue)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected SimpleLiteral title
protected java.lang.String image
protected java.lang.String href
protected java.lang.String rel
| Constructor Detail |
|---|
public Link()
| Method Detail |
|---|
public SimpleLiteral getTitle()
SimpleLiteralpublic void setTitle(SimpleLiteral value)
value - allowed object is
SimpleLiteralpublic java.lang.String getImage()
Stringpublic void setImage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHref()
Stringpublic void setHref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRel()
Stringpublic void setRel(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic T getValue()
public void setValue(T newValue)
public boolean isValueSet()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||