Package org.w3.xlink
Class ArcType
- java.lang.Object
-
- org.w3.xlink.ArcType
-
public class ArcType extends Object
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ActuateTypeactuateprotected Stringarcroleprotected StringarcTitleprotected Stringfromprotected ShowTypeshowprotected List<TitleEltType>titleprotected Stringtofrom and to have default behavior when values are missingprotected TypeTypetype
-
Constructor Summary
Constructors Constructor Description ArcType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActuateTypegetActuate()Gets the value of the actuate property.StringgetArcrole()Gets the value of the arcrole property.StringgetArcTitle()Gets the value of the arcTitle property.StringgetFrom()Gets the value of the from property.ShowTypegetShow()Gets the value of the show property.List<TitleEltType>getTitle()Gets the value of the title property.StringgetTo()from and to have default behavior when values are missingTypeTypegetType()Gets the value of the type property.voidsetActuate(ActuateType value)Sets the value of the actuate property.voidsetArcrole(String value)Sets the value of the arcrole property.voidsetArcTitle(String value)Sets the value of the arcTitle property.voidsetFrom(String value)Sets the value of the from property.voidsetShow(ShowType value)Sets the value of the show property.voidsetTo(String value)Sets the value of the to property.voidsetType(TypeType value)Sets the value of the type property.
-
-
-
Field Detail
-
title
protected List<TitleEltType> title
-
type
protected TypeType type
-
arcrole
protected String arcrole
-
arcTitle
protected String arcTitle
-
show
protected ShowType show
-
actuate
protected ActuateType actuate
-
from
protected String from
-
to
protected String to
from and to have default behavior when values are missing
-
-
Method Detail
-
getTitle
public List<TitleEltType> getTitle()
Gets the value of the title property.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
setmethod 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- Returns:
- The value of the title property.
-
getType
public TypeType getType()
Gets the value of the type property.- Returns:
- possible object is
TypeType
-
setType
public void setType(TypeType value)
Sets the value of the type property.- Parameters:
value- allowed object isTypeType
-
getArcrole
public String getArcrole()
Gets the value of the arcrole property.- Returns:
- possible object is
String
-
setArcrole
public void setArcrole(String value)
Sets the value of the arcrole property.- Parameters:
value- allowed object isString
-
getArcTitle
public String getArcTitle()
Gets the value of the arcTitle property.- Returns:
- possible object is
String
-
setArcTitle
public void setArcTitle(String value)
Sets the value of the arcTitle property.- Parameters:
value- allowed object isString
-
getShow
public ShowType getShow()
Gets the value of the show property.- Returns:
- possible object is
ShowType
-
setShow
public void setShow(ShowType value)
Sets the value of the show property.- Parameters:
value- allowed object isShowType
-
getActuate
public ActuateType getActuate()
Gets the value of the actuate property.- Returns:
- possible object is
ActuateType
-
setActuate
public void setActuate(ActuateType value)
Sets the value of the actuate property.- Parameters:
value- allowed object isActuateType
-
getFrom
public String getFrom()
Gets the value of the from property.- Returns:
- possible object is
String
-
setFrom
public void setFrom(String value)
Sets the value of the from property.- Parameters:
value- allowed object isString
-
getTo
public String getTo()
from and to have default behavior when values are missing- Returns:
- possible object is
String
-
-