Class ConnectionLinkPermissionStructure

  • All Implemented Interfaces:
    Serializable

    public class ConnectionLinkPermissionStructure
    extends AbstractTopicPermissionStructure
    implements Serializable
    Type for CONNECTION link Permission.

    Java class for ConnectionLinkPermissionStructure complex type.

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

     <complexType name="ConnectionLinkPermissionStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractTopicPermissionStructure">
           <sequence>
             <element name="ConnectionLinkRef" type="{http://www.siri.org.uk/siri}ConnectionLinkRefStructure"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ConnectionLinkPermissionStructure

        public ConnectionLinkPermissionStructure()
    • Method Detail

      • setConnectionLinkRef

        public void setConnectionLinkRef​(ConnectionLinkRef value)
        Sets the value of the connectionLinkRef property.
        Parameters:
        value - allowed object is ConnectionLinkRef