org.w3._1999.xlink
Class LocatorType

java.lang.Object
  extended by org.w3._1999.xlink.LocatorType

public class LocatorType
extends Object

Classe Java pour locatorType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="locatorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{http://www.w3.org/1999/xlink}locatorModel"/>
       <attGroup ref="{http://www.w3.org/1999/xlink}locatorAttrs"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String href
           
protected  String label
           
protected  String locatorAttrsTitle
           
protected  List<TitleEltType> locatorModelTitle
           
protected  String role
           
static TypeType TYPE
           
 
Constructor Summary
LocatorType()
           
 
Method Summary
 String getHref()
          Obtient la valeur de la propriété href.
 String getLabel()
          label is not required, but locators have no particular XLink function if they are not labeled.
 String getLocatorAttrsTitle()
          Obtient la valeur de la propriété locatorAttrsTitle.
 List<TitleEltType> getLocatorModelTitle()
          Gets the value of the locatorModelTitle property.
 String getRole()
          Obtient la valeur de la propriété role.
 boolean isSetHref()
           
 boolean isSetLabel()
           
 boolean isSetLocatorAttrsTitle()
           
 boolean isSetLocatorModelTitle()
           
 boolean isSetRole()
           
 void setHref(String value)
          Définit la valeur de la propriété href.
 void setLabel(String value)
          Définit la valeur de la propriété label.
 void setLocatorAttrsTitle(String value)
          Définit la valeur de la propriété locatorAttrsTitle.
 void setRole(String value)
          Définit la valeur de la propriété role.
 void unsetLocatorModelTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locatorModelTitle

protected List<TitleEltType> locatorModelTitle

TYPE

public static final TypeType TYPE

href

protected String href

role

protected String role

locatorAttrsTitle

protected String locatorAttrsTitle

label

protected String label
Constructor Detail

LocatorType

public LocatorType()
Method Detail

getLocatorModelTitle

public List<TitleEltType> getLocatorModelTitle()
Gets the value of the locatorModelTitle property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the locatorModelTitle property.

For example, to add a new item, do as follows:

    getLocatorModelTitle().add(newItem);
 

Objects of the following type(s) are allowed in the list TitleEltType


isSetLocatorModelTitle

public boolean isSetLocatorModelTitle()

unsetLocatorModelTitle

public void unsetLocatorModelTitle()

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()

getRole

public String getRole()
Obtient la valeur de la propriété role.

Returns:
possible object is String

setRole

public void setRole(String value)
Définit la valeur de la propriété role.

Parameters:
value - allowed object is String

isSetRole

public boolean isSetRole()

getLocatorAttrsTitle

public String getLocatorAttrsTitle()
Obtient la valeur de la propriété locatorAttrsTitle.

Returns:
possible object is String

setLocatorAttrsTitle

public void setLocatorAttrsTitle(String value)
Définit la valeur de la propriété locatorAttrsTitle.

Parameters:
value - allowed object is String

isSetLocatorAttrsTitle

public boolean isSetLocatorAttrsTitle()

getLabel

public String getLabel()
label is not required, but locators have no particular XLink function if they are not labeled.

Returns:
possible object is String

setLabel

public void setLabel(String value)
Définit la valeur de la propriété label.

Parameters:
value - allowed object is String

isSetLabel

public boolean isSetLabel()


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