Package uk.org.siri.siri13
Class VehicleMonitoringCapabilityRequestPolicyStructure
- java.lang.Object
-
- uk.org.siri.siri13.CapabilityRequestPolicyStructure
-
- uk.org.siri.siri13.VehicleMonitoringCapabilityRequestPolicyStructure
-
- All Implemented Interfaces:
Serializable
public class VehicleMonitoringCapabilityRequestPolicyStructure extends CapabilityRequestPolicyStructure implements Serializable
Type for capability request policy.Java class for VehicleMonitoringCapabilityRequestPolicyStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VehicleMonitoringCapabilityRequestPolicyStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}CapabilityRequestPolicyStructure"> <sequence> <element name="HasReferences" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="HasNames" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanhasNamesprotected BooleanhasReferences-
Fields inherited from class uk.org.siri.siri13.CapabilityRequestPolicyStructure
gmlCoordinateFormat, nationalLanguages, wgsDecimalDegrees
-
-
Constructor Summary
Constructors Constructor Description VehicleMonitoringCapabilityRequestPolicyStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisHasNames()Gets the value of the hasNames property.BooleanisHasReferences()Gets the value of the hasReferences property.voidsetHasNames(Boolean value)Sets the value of the hasNames property.voidsetHasReferences(Boolean value)Sets the value of the hasReferences property.-
Methods inherited from class uk.org.siri.siri13.CapabilityRequestPolicyStructure
getGmlCoordinateFormat, getNationalLanguages, getWgsDecimalDegrees, setGmlCoordinateFormat, setWgsDecimalDegrees
-
-
-
-
Method Detail
-
isHasReferences
public Boolean isHasReferences()
Gets the value of the hasReferences property.- Returns:
- possible object is
Boolean
-
setHasReferences
public void setHasReferences(Boolean value)
Sets the value of the hasReferences property.- Parameters:
value- allowed object isBoolean
-
isHasNames
public Boolean isHasNames()
Gets the value of the hasNames property.- Returns:
- possible object is
Boolean
-
-