public class Extended extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para extended complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="extended">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{http://www.w3.org/1999/xlink}extendedModel" maxOccurs="unbounded" minOccurs="0"/>
<attGroup ref="{http://www.w3.org/1999/xlink}extendedAttrs"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Serializable> |
extendedModel |
protected String |
role |
protected String |
title |
protected TypeType |
type |
| Constructor and Description |
|---|
Extended() |
| 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) |
List<Serializable> |
getExtendedModel()
Gets the value of the extendedModel property.
|
String |
getRole()
Obtiene el valor de la propiedad role.
|
String |
getTitle()
Obtiene el valor de la propiedad title.
|
TypeType |
getType()
Obtiene el valor de la propiedad type.
|
boolean |
isSetExtendedModel() |
boolean |
isSetRole() |
boolean |
isSetTitle() |
boolean |
isSetType() |
void |
setRole(String value)
Define el valor de la propiedad role.
|
void |
setTitle(String value)
Define el valor de la propiedad title.
|
void |
setType(TypeType value)
Define el valor de la propiedad type.
|
String |
toString() |
void |
unsetExtendedModel() |
Extended |
withExtendedModel(Collection<Serializable> values) |
Extended |
withExtendedModel(Serializable... values) |
Extended |
withRole(String value) |
Extended |
withTitle(String value) |
Extended |
withType(TypeType value) |
protected List<Serializable> extendedModel
protected TypeType type
protected String role
protected String title
public List<Serializable> getExtendedModel()
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 extendedModel property.
For example, to add a new item, do as follows:
getExtendedModel().add(newItem);
Objects of the following type(s) are allowed in the list
TitleEltType
ResourceType
LocatorType
ArcType
public boolean isSetExtendedModel()
public void unsetExtendedModel()
public TypeType getType()
TypeTypepublic void setType(TypeType value)
value - allowed object is
TypeTypepublic boolean isSetType()
public String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic boolean isSetRole()
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic boolean isSetTitle()
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 Extended withExtendedModel(Serializable... values)
public Extended withExtendedModel(Collection<Serializable> values)
Copyright © 2014. All Rights Reserved.