|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.kml._2_2_0.Link
public class Link
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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>
| Field Summary | |
|---|---|
protected String |
href
|
protected String |
hreflang
|
protected String |
length
|
protected String |
rel
|
protected String |
title
|
protected String |
type
|
| Constructor Summary | |
|---|---|
Link()
|
|
| Method Summary | |
|---|---|
String |
getHref()
Obtient la valeur de la propriété href. |
String |
getHreflang()
Obtient la valeur de la propriété hreflang. |
String |
getLength()
Obtient la valeur de la propriété length. |
String |
getRel()
Obtient la valeur de la propriété rel. |
String |
getTitle()
Obtient la valeur de la propriété title. |
String |
getType()
Obtient la valeur de la propriété type. |
boolean |
isSetHref()
|
boolean |
isSetHreflang()
|
boolean |
isSetLength()
|
boolean |
isSetRel()
|
boolean |
isSetTitle()
|
boolean |
isSetType()
|
void |
setHref(String value)
Définit la valeur de la propriété href. |
void |
setHreflang(String value)
Définit la valeur de la propriété hreflang. |
void |
setLength(String value)
Définit la valeur de la propriété length. |
void |
setRel(String value)
Définit la valeur de la propriété rel. |
void |
setTitle(String value)
Définit la valeur de la propriété title. |
void |
setType(String value)
Définit la valeur de la propriété type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String href
protected String rel
protected String type
protected String hreflang
protected String title
protected String length
| Constructor Detail |
|---|
public Link()
| Method Detail |
|---|
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic boolean isSetHref()
public String getRel()
Stringpublic void setRel(String value)
value - allowed object is
Stringpublic boolean isSetRel()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public String getHreflang()
Stringpublic void setHreflang(String value)
value - allowed object is
Stringpublic boolean isSetHreflang()
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic boolean isSetTitle()
public String getLength()
Stringpublic void setLength(String value)
value - allowed object is
Stringpublic boolean isSetLength()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||