Package org.w3.xlink

Class 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>
     
    • Constructor Detail

      • ArcType

        public ArcType()
    • 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 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

        Returns:
        The value of the title property.
      • 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
      • 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 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
        See Also:
        getTo()