org.w3._1999.xlink
Class ArcType

java.lang.Object
  extended by org.w3._1999.xlink.ArcType
All Implemented Interfaces:
Serializable

public class ArcType
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

Field Summary
protected  ActuateType actuate
           
protected  String arcrole
           
protected  String from
           
protected  ShowType show
           
protected  String title
           
protected  String to
           
protected  TypeType type
           
protected  List<TitleEltType> xtitle
           
 
Constructor Summary
ArcType()
           
 
Method Summary
 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.
 String getTo()
          from and to have default behavior when values are missing
 TypeType getType()
          Gets the value of the type property.
 List<TitleEltType> getXtitle()
          Gets the value of the xtitle property.
 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 setTo(String value)
          Sets the value of the to property.
 void setType(TypeType value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xtitle

protected List<TitleEltType> xtitle

type

protected TypeType type

arcrole

protected String arcrole

title

protected String title

show

protected ShowType show

actuate

protected ActuateType actuate

from

protected String from

to

protected String to
Constructor Detail

ArcType

public ArcType()
Method Detail

getXtitle

public List<TitleEltType> getXtitle()
Gets the value of the xtitle 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 set method for the xtitle property.

For example, to add a new item, do as follows:

    getXtitle().add(newItem);
 

Objects of the following type(s) are allowed in the list TitleEltType


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 is TypeType

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 is String

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

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 is ShowType

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 is ActuateType

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 is String

getTo

public String getTo()
from and to have default behavior when values are missing

Returns:
possible object is String

setTo

public void setTo(String value)
Sets the value of the to property.

Parameters:
value - allowed object is String


Copyright © 2011-2012 JBoss, a division of Red Hat. All Rights Reserved.