Class CCTVImages
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.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
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypecctvimagesExtensionprotected List<String>cctvUris
-
Constructor Summary
Constructors Constructor Description CCTVImages()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetCctvimagesExtension()Gets the value of the cctvimagesExtension property.List<String>getCctvUris()Gets the value of the cctvUris property.voidsetCctvimagesExtension(ExtensionType value)Sets the value of the cctvimagesExtension property.
-
-
-
Field Detail
-
cctvimagesExtension
protected ExtensionType cctvimagesExtension
-
-
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
setmethod 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 isExtensionType
-
-