net.opengis.kml._2_2_0
Class Link

java.lang.Object
  extended by net.opengis.kml._2_2_0.Link

public class Link
extends Object

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

href

protected String href

rel

protected String rel

type

protected String type

hreflang

protected String hreflang

title

protected String title

length

protected String length
Constructor Detail

Link

public Link()
Method Detail

getHref

public String getHref()
Obtient la valeur de la propriété href.

Returns:
possible object is String

setHref

public void setHref(String value)
Définit la valeur de la propriété href.

Parameters:
value - allowed object is String

isSetHref

public boolean isSetHref()

getRel

public String getRel()
Obtient la valeur de la propriété rel.

Returns:
possible object is String

setRel

public void setRel(String value)
Définit la valeur de la propriété rel.

Parameters:
value - allowed object is String

isSetRel

public boolean isSetRel()

getType

public String getType()
Obtient la valeur de la propriété type.

Returns:
possible object is String

setType

public void setType(String value)
Définit la valeur de la propriété type.

Parameters:
value - allowed object is String

isSetType

public boolean isSetType()

getHreflang

public String getHreflang()
Obtient la valeur de la propriété hreflang.

Returns:
possible object is String

setHreflang

public void setHreflang(String value)
Définit la valeur de la propriété hreflang.

Parameters:
value - allowed object is String

isSetHreflang

public boolean isSetHreflang()

getTitle

public String getTitle()
Obtient la valeur de la propriété title.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Définit la valeur de la propriété title.

Parameters:
value - allowed object is String

isSetTitle

public boolean isSetTitle()

getLength

public String getLength()
Obtient la valeur de la propriété length.

Returns:
possible object is String

setLength

public void setLength(String value)
Définit la valeur de la propriété length.

Parameters:
value - allowed object is String

isSetLength

public boolean isSetLength()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.