public class LocatorType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para locatorType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<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 |
titleLocatorAttrs |
protected List<TitleEltType> |
titleLocatorModel |
protected TypeType |
type |
| Constructor and Description |
|---|
LocatorType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
String |
getHref()
Obtiene el valor de la propiedad href.
|
String |
getLabel()
label is not required, but locators have no particular
XLink function if they are not labeled.
|
String |
getRole()
Obtiene el valor de la propiedad role.
|
String |
getTitleLocatorAttrs()
Obtiene el valor de la propiedad titleLocatorAttrs.
|
List<TitleEltType> |
getTitleLocatorModel()
Gets the value of the titleLocatorModel property.
|
TypeType |
getType()
Obtiene el valor de la propiedad type.
|
boolean |
isSetHref() |
boolean |
isSetLabel() |
boolean |
isSetRole() |
boolean |
isSetTitleLocatorAttrs() |
boolean |
isSetTitleLocatorModel() |
boolean |
isSetType() |
void |
setHref(String value)
Define el valor de la propiedad href.
|
void |
setLabel(String value)
Define el valor de la propiedad label.
|
void |
setRole(String value)
Define el valor de la propiedad role.
|
void |
setTitleLocatorAttrs(String value)
Define el valor de la propiedad titleLocatorAttrs.
|
void |
setType(TypeType value)
Define el valor de la propiedad type.
|
String |
toString() |
void |
unsetTitleLocatorModel() |
LocatorType |
withHref(String value) |
LocatorType |
withLabel(String value) |
LocatorType |
withRole(String value) |
LocatorType |
withTitleLocatorAttrs(String value) |
LocatorType |
withTitleLocatorModel(Collection<TitleEltType> values) |
LocatorType |
withTitleLocatorModel(TitleEltType... values) |
LocatorType |
withType(TypeType value) |
protected List<TitleEltType> titleLocatorModel
protected TypeType type
protected String href
protected String role
protected String titleLocatorAttrs
protected String label
public List<TitleEltType> getTitleLocatorModel()
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 titleLocatorModel property.
For example, to add a new item, do as follows:
getTitleLocatorModel().add(newItem);
Objects of the following type(s) are allowed in the list
TitleEltType
public boolean isSetTitleLocatorModel()
public void unsetTitleLocatorModel()
public TypeType getType()
TypeTypepublic void setType(TypeType value)
value - allowed object is
TypeTypepublic boolean isSetType()
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 getTitleLocatorAttrs()
Stringpublic void setTitleLocatorAttrs(String value)
value - allowed object is
Stringpublic boolean isSetTitleLocatorAttrs()
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic boolean isSetLabel()
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic LocatorType withTitleLocatorModel(TitleEltType... values)
public LocatorType withTitleLocatorModel(Collection<TitleEltType> values)
public LocatorType withType(TypeType value)
public LocatorType withHref(String value)
public LocatorType withRole(String value)
public LocatorType withTitleLocatorAttrs(String value)
public LocatorType withLabel(String value)
Copyright © 2014. All Rights Reserved.