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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classArcType.Builder<_B>static classArcType.Selectstatic classArcType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
Constructor Summary
Constructors Constructor Description ArcType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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> voidcopyTo(ArcType.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(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.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.ArcType.Builder<Void>newCopyBuilder()<_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(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)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
-
-
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
-
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
-
setTo
public void setTo(String value)
Sets the value of the to property.- Parameters:
value- allowed object isString
-
copyTo
public <_B> void copyTo(ArcType.Builder<_B> _other)
Copies all state of this object to a builder. This method is used by thecopyOf(org.w3.xlink.ArcType)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> ArcType.Builder<_B> newCopyBuilder(_B _parentBuilder)
-
newCopyBuilder
public ArcType.Builder<Void> newCopyBuilder()
-
builder
public static ArcType.Builder<Void> builder()
-
copyOf
public static <_B> ArcType.Builder<_B> copyOf(ArcType _other)
-
copyTo
public <_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. This method is used by thecopyOf(org.w3.xlink.ArcType)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> ArcType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
newCopyBuilder
public ArcType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> ArcType.Builder<_B> copyOf(ArcType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static ArcType.Builder<Void> copyExcept(ArcType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static ArcType.Builder<Void> copyOnly(ArcType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-