Class RelatedTo

  • All Implemented Interfaces:
    java.io.Serializable

    public class RelatedTo
    extends Comet3Entity

    Java Interface for relatedto complex type. For internal use only

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="relatedto">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • RelatedTo

        public RelatedTo()
        Instantiates a new Related to.
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Gets value.
        Returns:
        the value
      • setValue

        public void setValue​(java.lang.String value)
        Sets value.
        Parameters:
        value - the value
      • setId

        public void setId​(int id)
        Description copied from class: Comet3Entity
        Sets id.
        Overrides:
        setId in class Comet3Entity
        Parameters:
        id - the id