public abstract class Arc extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for arcType complex type.
The following schema fragment specifies the expected content contained within this class.
<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 String |
title |
protected List<Title> |
titles |
protected String |
to |
protected TypeType |
type |
| Constructor and Description |
|---|
Arc()
Default no-arg constructor
|
Arc(List<Title> titles,
TypeType type,
String arcrole,
String title,
ShowType show,
ActuateType actuate,
String from,
String to)
Fully-initialising value constructor
|
| 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) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
ActuateType |
getActuate()
Gets the value of the actuate property.
|
String |
getArcrole()
Gets the value of the arcrole property.
|
String |
getFrom()
Gets the value of the from property.
|
ShowType |
getShow()
Gets the value of the show property.
|
String |
getTitle()
Gets the value of the title property.
|
List<Title> |
getTitles()
Gets the value of the titles property.
|
String |
getTo()
from and to have default behavior when values are missing
|
TypeType |
getType()
Gets the value of the type property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setActuate(ActuateType value)
Sets the value of the actuate property.
|
void |
setArcrole(String value)
Sets the value of the arcrole property.
|
void |
setFrom(String value)
Sets the value of the from property.
|
void |
setShow(ShowType value)
Sets the value of the show property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setTitles(List<Title> value) |
void |
setTo(String value)
Sets the value of the to property.
|
void |
setType(TypeType value)
Sets the value of the type property.
|
String |
toString() |
Arc |
withActuate(ActuateType value) |
Arc |
withArcrole(String value) |
Arc |
withFrom(String value) |
Arc |
withShow(ShowType value) |
Arc |
withTitle(String value) |
Arc |
withTitles(Collection<Title> values) |
Arc |
withTitles(List<Title> value) |
Arc |
withTitles(Title... values) |
Arc |
withTo(String value) |
Arc |
withType(TypeType value) |
protected TypeType type
protected String arcrole
protected String title
protected ShowType show
protected ActuateType actuate
protected String from
protected String to
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 getArcrole()
Stringpublic void setArcrole(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic ShowType getShow()
ShowTypepublic void setShow(ShowType value)
value - allowed object is
ShowTypepublic ActuateType getActuate()
ActuateTypepublic void setActuate(ActuateType value)
value - allowed object is
ActuateTypepublic String getFrom()
Stringpublic void setFrom(String value)
value - allowed object is
Stringpublic String getTo()
Stringpublic void setTo(String value)
value - allowed object is
Stringpublic 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 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic Arc withTitles(Collection<Title> values)
public Arc withActuate(ActuateType value)
Copyright © 2017 Digipost. All Rights Reserved.