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>
| Modifier and Type | Class and Description |
|---|---|
static class |
ArcType.Builder<_B> |
static class |
ArcType.Select |
static class |
ArcType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected ActuateType |
actuate |
protected String |
arcrole |
protected String |
arcTitle |
protected String |
from |
protected ShowType |
show |
protected List<TitleEltType> |
title |
protected String |
to |
protected TypeType |
type |
| Constructor and Description |
|---|
ArcType() |
| Modifier and Type | Method and Description |
|---|---|
static ArcType.Builder<Void> |
builder() |
static ArcType.Builder<Void> |
copyExcept(ArcType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> ArcType.Builder<_B> |
copyOf(ArcType _other) |
static <_B> ArcType.Builder<_B> |
copyOf(ArcType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static ArcType.Builder<Void> |
copyOnly(ArcType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(ArcType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(ArcType.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
ActuateType |
getActuate()
Gets the value of the actuate property.
|
String |
getArcrole()
Gets the value of the arcrole property.
|
String |
getArcTitle()
Gets the value of the arcTitle property.
|
String |
getFrom()
Gets the value of the from property.
|
ShowType |
getShow()
Gets the value of the show property.
|
List<TitleEltType> |
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.
|
<_B> ArcType.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> ArcType.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
ArcType.Builder<Void> |
newCopyBuilder() |
ArcType.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setActuate(ActuateType value)
Sets the value of the actuate property.
|
void |
setArcrole(String value)
Sets the value of the arcrole property.
|
void |
setArcTitle(String value)
Sets the value of the arcTitle property.
|
void |
setFrom(String value)
Sets the value of the from property.
|
void |
setShow(ShowType value)
Sets the value of the show property.
|
void |
setTo(String value)
Sets the value of the to property.
|
void |
setType(TypeType value)
Sets the value of the type property.
|
protected List<TitleEltType> title
protected TypeType type
protected String arcrole
protected String arcTitle
protected ShowType show
protected ActuateType actuate
protected String from
protected String to
public List<TitleEltType> getTitle()
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 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
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 getArcTitle()
Stringpublic void setArcTitle(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 <_B> void copyTo(ArcType.Builder<_B> _other)
copyOf(org.w3.xlink.ArcType) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> ArcType.Builder<_B> newCopyBuilder(_B _parentBuilder)
public ArcType.Builder<Void> newCopyBuilder()
public static ArcType.Builder<Void> builder()
public static <_B> ArcType.Builder<_B> copyOf(ArcType _other)
public <_B> void copyTo(ArcType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.w3.xlink.ArcType) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> ArcType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public ArcType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> ArcType.Builder<_B> copyOf(ArcType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static ArcType.Builder<Void> copyExcept(ArcType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static ArcType.Builder<Void> copyOnly(ArcType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2022 NorStella. All rights reserved.