|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.w3._1999.xlink.LocatorType
public class LocatorType
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 |
|---|
protected List<TitleEltType> locatorModelTitle
public static final TypeType TYPE
protected String href
protected String role
protected String locatorAttrsTitle
protected String label
| Constructor Detail |
|---|
public LocatorType()
| Method Detail |
|---|
public List<TitleEltType> getLocatorModelTitle()
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
public boolean isSetLocatorModelTitle()
public void unsetLocatorModelTitle()
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic boolean isSetHref()
public String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic boolean isSetRole()
public String getLocatorAttrsTitle()
Stringpublic void setLocatorAttrsTitle(String value)
value - allowed object is
Stringpublic boolean isSetLocatorAttrsTitle()
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic boolean isSetLabel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||