public abstract class Locator 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 |
title1 |
protected List<Title> |
titles |
protected TypeType |
type |
| Constructor and Description |
|---|
Locator() |
| 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 |
getTitle1()
Gets the value of the title1 property.
|
List<Title> |
getTitles()
Gets the value of the titles property.
|
TypeType |
getType()
Gets the value of the type 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 |
setTitle1(String value)
Sets the value of the title1 property.
|
void |
setType(TypeType value)
Sets the value of the type property.
|
protected TypeType type
protected String href
protected String role
protected String title1
protected String label
public List<Title> getTitles()
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 titles property.
For example, to add a new item, do as follows:
getTitles().add(newItem);
Objects of the following type(s) are allowed in the list
Title
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 getTitle1()
Stringpublic void setTitle1(String value)
value - allowed object is
Stringpublic String getLabel()
StringCopyright © 2016. All rights reserved.