public class ArcType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para arcType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="arcType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{http://www.w3.org/1999/xlink}arcModel"/>
<attGroup ref="{http://www.w3.org/1999/xlink}arcAttrs"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActuateType |
actuate |
protected String |
arcrole |
protected String |
from |
protected ShowType |
show |
protected List<TitleEltType> |
title |
protected String |
titleArcAttrs |
protected String |
to |
protected TypeType |
type |
| Constructor and Description |
|---|
ArcType() |
| 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) |
ActuateType |
getActuate()
Obtiene el valor de la propiedad actuate.
|
String |
getArcrole()
Obtiene el valor de la propiedad arcrole.
|
String |
getFrom()
Obtiene el valor de la propiedad from.
|
ShowType |
getShow()
Obtiene el valor de la propiedad show.
|
List<TitleEltType> |
getTitle()
Gets the value of the title property.
|
String |
getTitleArcAttrs()
Obtiene el valor de la propiedad titleArcAttrs.
|
String |
getTo()
from and to have default behavior when values are missing
|
TypeType |
getType()
Obtiene el valor de la propiedad type.
|
boolean |
isSetActuate() |
boolean |
isSetArcrole() |
boolean |
isSetFrom() |
boolean |
isSetShow() |
boolean |
isSetTitle() |
boolean |
isSetTitleArcAttrs() |
boolean |
isSetTo() |
boolean |
isSetType() |
void |
setActuate(ActuateType value)
Define el valor de la propiedad actuate.
|
void |
setArcrole(String value)
Define el valor de la propiedad arcrole.
|
void |
setFrom(String value)
Define el valor de la propiedad from.
|
void |
setShow(ShowType value)
Define el valor de la propiedad show.
|
void |
setTitleArcAttrs(String value)
Define el valor de la propiedad titleArcAttrs.
|
void |
setTo(String value)
Define el valor de la propiedad to.
|
void |
setType(TypeType value)
Define el valor de la propiedad type.
|
String |
toString() |
void |
unsetTitle() |
ArcType |
withActuate(ActuateType value) |
ArcType |
withArcrole(String value) |
ArcType |
withFrom(String value) |
ArcType |
withShow(ShowType value) |
ArcType |
withTitle(Collection<TitleEltType> values) |
ArcType |
withTitle(TitleEltType... values) |
ArcType |
withTitleArcAttrs(String value) |
ArcType |
withTo(String value) |
ArcType |
withType(TypeType value) |
protected List<TitleEltType> title
protected TypeType type
protected String arcrole
protected String titleArcAttrs
protected ShowType show
protected ActuateType actuate
protected String from
protected String to
public List<TitleEltType> getTitle()
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 title property.
For example, to add a new item, do as follows:
getTitle().add(newItem);
Objects of the following type(s) are allowed in the list
TitleEltType
public boolean isSetTitle()
public void unsetTitle()
public TypeType getType()
TypeTypepublic void setType(TypeType value)
value - allowed object is
TypeTypepublic boolean isSetType()
public String getArcrole()
Stringpublic void setArcrole(String value)
value - allowed object is
Stringpublic boolean isSetArcrole()
public String getTitleArcAttrs()
Stringpublic void setTitleArcAttrs(String value)
value - allowed object is
Stringpublic boolean isSetTitleArcAttrs()
public ShowType getShow()
ShowTypepublic void setShow(ShowType value)
value - allowed object is
ShowTypepublic boolean isSetShow()
public ActuateType getActuate()
ActuateTypepublic void setActuate(ActuateType value)
value - allowed object is
ActuateTypepublic boolean isSetActuate()
public String getFrom()
Stringpublic void setFrom(String value)
value - allowed object is
Stringpublic boolean isSetFrom()
public String getTo()
Stringpublic void setTo(String value)
value - allowed object is
Stringpublic boolean isSetTo()
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 ArcType withTitle(TitleEltType... values)
public ArcType withTitle(Collection<TitleEltType> values)
public ArcType withActuate(ActuateType value)
Copyright © 2014. All Rights Reserved.