Class CCTVImages

  • All Implemented Interfaces:
    Serializable

    public class CCTVImages
    extends Object
    implements Serializable
    Details of CCTV images which form part of a traffic view record.

    Java class for CCTVImages complex type.

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

     <complexType name="CCTVImages">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="cctvUri" type="{http://datex2.eu/schema/1_0/1_0}String" maxOccurs="unbounded"/>
             <element name="cctvimagesExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • CCTVImages

        public CCTVImages()
    • Method Detail

      • getCctvUris

        public List<String> getCctvUris()
        Gets the value of the cctvUris 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 cctvUris property.

        For example, to add a new item, do as follows:

            getCctvUris().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getCctvimagesExtension

        public ExtensionType getCctvimagesExtension()
        Gets the value of the cctvimagesExtension property.
        Returns:
        possible object is ExtensionType
      • setCctvimagesExtension

        public void setCctvimagesExtension​(ExtensionType value)
        Sets the value of the cctvimagesExtension property.
        Parameters:
        value - allowed object is ExtensionType