Package uk.org.siri.siri14
Class ProductCategoriesDeliveryStructure
- java.lang.Object
-
- uk.org.siri.siri14.ResponseStructure
-
- uk.org.siri.siri14.AbstractDiscoveryDeliveryStructure
-
- uk.org.siri.siri14.ProductCategoriesDeliveryStructure
-
- All Implemented Interfaces:
Serializable
public class ProductCategoriesDeliveryStructure extends AbstractDiscoveryDeliveryStructure implements Serializable
Type for Response with Product categories available to make requests.Java class for ProductCategoriesDeliveryStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductCategoriesDeliveryStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractDiscoveryDeliveryStructure"> <sequence> <element name="ProductCategory" type="{http://www.siri.org.uk/siri}ProductCategoryStructure" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> <attribute name="version" use="required" type="{http://www.siri.org.uk/siri}VersionString" fixed="1.4" /> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Extensionsextensionsprotected List<ProductCategoryStructure>productCategoriesprotected Stringversion-
Fields inherited from class uk.org.siri.siri14.AbstractDiscoveryDeliveryStructure
errorCondition, shortestPossibleCycle, status, validUntil
-
Fields inherited from class uk.org.siri.siri14.ResponseStructure
responseTimestamp
-
-
Constructor Summary
Constructors Constructor Description ProductCategoriesDeliveryStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Gets the value of the extensions property.List<ProductCategoryStructure>getProductCategories()Gets the value of the productCategories property.StringgetVersion()Gets the value of the version property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetVersion(String value)Sets the value of the version property.-
Methods inherited from class uk.org.siri.siri14.AbstractDiscoveryDeliveryStructure
getErrorCondition, getShortestPossibleCycle, getValidUntil, isStatus, setErrorCondition, setShortestPossibleCycle, setStatus, setValidUntil
-
Methods inherited from class uk.org.siri.siri14.ResponseStructure
getResponseTimestamp, setResponseTimestamp
-
-
-
-
Field Detail
-
productCategories
protected List<ProductCategoryStructure> productCategories
-
extensions
protected Extensions extensions
-
version
protected String version
-
-
Method Detail
-
getProductCategories
public List<ProductCategoryStructure> getProductCategories()
Gets the value of the productCategories 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 Jakarta XML Binding object. This is why there is not a
setmethod for the productCategories property.For example, to add a new item, do as follows:
getProductCategories().add(newItem);Objects of the following type(s) are allowed in the list
ProductCategoryStructure
-
getExtensions
public Extensions getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
Extensions
-
setExtensions
public void setExtensions(Extensions value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
-