public class LocatorType extends Object implements Serializable
Java class for locatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
href |
protected String |
label |
protected String |
role |
protected String |
title |
protected TypeType |
type |
protected List<TitleEltType> |
xtitle |
| Constructor and Description |
|---|
LocatorType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHref()
Gets the value of the href property.
|
String |
getLabel()
label is not required, but locators have no particular
XLink function if they are not labeled.
|
String |
getRole()
Gets the value of the role property.
|
String |
getTitle()
Gets the value of the title property.
|
TypeType |
getType()
Gets the value of the type property.
|
List<TitleEltType> |
getXtitle()
Gets the value of the xtitle property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setType(TypeType value)
Sets the value of the type property.
|
protected List<TitleEltType> xtitle
protected TypeType type
protected String href
protected String role
protected String title
protected String label
public List<TitleEltType> getXtitle()
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 xtitle property.
For example, to add a new item, do as follows:
getXtitle().add(newItem);
Objects of the following type(s) are allowed in the list
TitleEltType
public TypeType getType()
TypeTypepublic void setType(TypeType value)
value - allowed object is
TypeTypepublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getLabel()
StringCopyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.