org.w3._1999.xlink
Class ArcType

java.lang.Object
  extended by org.w3._1999.xlink.ArcType

public class ArcType
extends Object

Classe Java pour arcType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <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
protected  ActuateType actuate
           
protected  String arcAttrsTitle
           
protected  List<TitleEltType> arcModelTitle
           
protected  String arcrole
           
protected  String from
           
protected  ShowType show
           
protected  String to
           
static TypeType TYPE
           
 
Constructor Summary
ArcType()
           
 
Method Summary
 ActuateType getActuate()
          Obtient la valeur de la propriété actuate.
 String getArcAttrsTitle()
          Obtient la valeur de la propriété arcAttrsTitle.
 List<TitleEltType> getArcModelTitle()
          Gets the value of the arcModelTitle property.
 String getArcrole()
          Obtient la valeur de la propriété arcrole.
 String getFrom()
          Obtient la valeur de la propriété from.
 ShowType getShow()
          Obtient la valeur de la propriété show.
 String getTo()
          from and to have default behavior when values are missing
 boolean isSetActuate()
           
 boolean isSetArcAttrsTitle()
           
 boolean isSetArcModelTitle()
           
 boolean isSetArcrole()
           
 boolean isSetFrom()
           
 boolean isSetShow()
           
 boolean isSetTo()
           
 void setActuate(ActuateType value)
          Définit la valeur de la propriété actuate.
 void setArcAttrsTitle(String value)
          Définit la valeur de la propriété arcAttrsTitle.
 void setArcrole(String value)
          Définit la valeur de la propriété arcrole.
 void setFrom(String value)
          Définit la valeur de la propriété from.
 void setShow(ShowType value)
          Définit la valeur de la propriété show.
 void setTo(String value)
          Définit la valeur de la propriété to.
 void unsetArcModelTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

arcModelTitle

protected List<TitleEltType> arcModelTitle

TYPE

public static final TypeType TYPE

arcrole

protected String arcrole

arcAttrsTitle

protected String arcAttrsTitle

show

protected ShowType show

actuate

protected ActuateType actuate

from

protected String from

to

protected String to
Constructor Detail

ArcType

public ArcType()
Method Detail

getArcModelTitle

public List<TitleEltType> getArcModelTitle()
Gets the value of the arcModelTitle 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 arcModelTitle property.

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

    getArcModelTitle().add(newItem);
 

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


isSetArcModelTitle

public boolean isSetArcModelTitle()

unsetArcModelTitle

public void unsetArcModelTitle()

getArcrole

public String getArcrole()
Obtient la valeur de la propriété arcrole.

Returns:
possible object is String

setArcrole

public void setArcrole(String value)
Définit la valeur de la propriété arcrole.

Parameters:
value - allowed object is String

isSetArcrole

public boolean isSetArcrole()

getArcAttrsTitle

public String getArcAttrsTitle()
Obtient la valeur de la propriété arcAttrsTitle.

Returns:
possible object is String

setArcAttrsTitle

public void setArcAttrsTitle(String value)
Définit la valeur de la propriété arcAttrsTitle.

Parameters:
value - allowed object is String

isSetArcAttrsTitle

public boolean isSetArcAttrsTitle()

getShow

public ShowType getShow()
Obtient la valeur de la propriété show.

Returns:
possible object is ShowType

setShow

public void setShow(ShowType value)
Définit la valeur de la propriété show.

Parameters:
value - allowed object is ShowType

isSetShow

public boolean isSetShow()

getActuate

public ActuateType getActuate()
Obtient la valeur de la propriété actuate.

Returns:
possible object is ActuateType

setActuate

public void setActuate(ActuateType value)
Définit la valeur de la propriété actuate.

Parameters:
value - allowed object is ActuateType

isSetActuate

public boolean isSetActuate()

getFrom

public String getFrom()
Obtient la valeur de la propriété from.

Returns:
possible object is String

setFrom

public void setFrom(String value)
Définit la valeur de la propriété from.

Parameters:
value - allowed object is String

isSetFrom

public boolean isSetFrom()

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)
Définit la valeur de la propriété to.

Parameters:
value - allowed object is String

isSetTo

public boolean isSetTo()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.