|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.w3._1999.xlink.ArcType
public class ArcType
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 |
|---|
protected List<TitleEltType> arcModelTitle
public static final TypeType TYPE
protected String arcrole
protected String arcAttrsTitle
protected ShowType show
protected ActuateType actuate
protected String from
protected String to
| Constructor Detail |
|---|
public ArcType()
| Method Detail |
|---|
public List<TitleEltType> getArcModelTitle()
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
public boolean isSetArcModelTitle()
public void unsetArcModelTitle()
public String getArcrole()
Stringpublic void setArcrole(String value)
value - allowed object is
Stringpublic boolean isSetArcrole()
public String getArcAttrsTitle()
Stringpublic void setArcAttrsTitle(String value)
value - allowed object is
Stringpublic boolean isSetArcAttrsTitle()
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||