Package uk.org.ifopt.siri13
Class LocalService
-
- All Implemented Interfaces:
Serializable
public class LocalService extends InstalledEquipmentStructure implements Serializable
Type for Local service.Java class for LocalServiceStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocalServiceStructure"> <complexContent> <extension base="{http://www.ifopt.org.uk/ifopt}InstalledEquipmentStructure"> <sequence> <group ref="{http://www.ifopt.org.uk/ifopt}LocalServiceGroup"/> <element ref="{http://www.ifopt.org.uk/ifopt}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLocalService.FeatureRefsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Extensionsextensionsprotected LocalService.FeatureRefsfeatureRefsprotected ValidityConditionsStructurevalidityConditions-
Fields inherited from class uk.org.ifopt.siri13.AbstractEquipmentStructure
equipmentId, equipmentName, typeOfEquipment
-
Fields inherited from class uk.org.ifopt.siri13.DataManagedObjectStructure
infoLinks, managedByAreaRef
-
Fields inherited from class uk.org.ifopt.siri13.VersionedObjectStructure
created, lastUpdated, modification, status, version
-
-
Constructor Summary
Constructors Constructor Description LocalService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Gets the value of the extensions property.LocalService.FeatureRefsgetFeatureRefs()Gets the value of the featureRefs property.ValidityConditionsStructuregetValidityConditions()Gets the value of the validityConditions property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetFeatureRefs(LocalService.FeatureRefs value)Sets the value of the featureRefs property.voidsetValidityConditions(ValidityConditionsStructure value)Sets the value of the validityConditions property.-
Methods inherited from class uk.org.ifopt.siri13.AbstractEquipmentStructure
getEquipmentId, getEquipmentName, getTypeOfEquipment, setEquipmentId, setEquipmentName, setTypeOfEquipment
-
Methods inherited from class uk.org.ifopt.siri13.DataManagedObjectStructure
getInfoLinks, getManagedByAreaRef, setInfoLinks, setManagedByAreaRef
-
Methods inherited from class uk.org.ifopt.siri13.VersionedObjectStructure
getCreated, getLastUpdated, getModification, getStatus, getVersion, setCreated, setLastUpdated, setModification, setStatus, setVersion
-
-
-
-
Field Detail
-
validityConditions
protected ValidityConditionsStructure validityConditions
-
featureRefs
protected LocalService.FeatureRefs featureRefs
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getValidityConditions
public ValidityConditionsStructure getValidityConditions()
Gets the value of the validityConditions property.- Returns:
- possible object is
ValidityConditionsStructure
-
setValidityConditions
public void setValidityConditions(ValidityConditionsStructure value)
Sets the value of the validityConditions property.- Parameters:
value- allowed object isValidityConditionsStructure
-
getFeatureRefs
public LocalService.FeatureRefs getFeatureRefs()
Gets the value of the featureRefs property.- Returns:
- possible object is
LocalService.FeatureRefs
-
setFeatureRefs
public void setFeatureRefs(LocalService.FeatureRefs value)
Sets the value of the featureRefs property.- Parameters:
value- allowed object isLocalService.FeatureRefs
-
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
-
-