Package uk.org.siri.siri20
Class DataNameSpacesStructure
- java.lang.Object
-
- uk.org.siri.siri20.DataNameSpacesStructure
-
- All Implemented Interfaces:
Serializable
public class DataNameSpacesStructure extends Object implements Serializable
Name spaces.Java class for DataNameSpacesStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataNameSpacesStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="StopPointNameSpace" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="LineNameSpace" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="ProductCategoryNameSpace" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="ServiceFeatureNameSpace" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="VehicleFeatureNameSpace" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringlineNameSpaceprotected StringproductCategoryNameSpaceprotected StringserviceFeatureNameSpaceprotected StringstopPointNameSpaceprotected StringvehicleFeatureNameSpace
-
Constructor Summary
Constructors Constructor Description DataNameSpacesStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLineNameSpace()Gets the value of the lineNameSpace property.StringgetProductCategoryNameSpace()Gets the value of the productCategoryNameSpace property.StringgetServiceFeatureNameSpace()Gets the value of the serviceFeatureNameSpace property.StringgetStopPointNameSpace()Gets the value of the stopPointNameSpace property.StringgetVehicleFeatureNameSpace()Gets the value of the vehicleFeatureNameSpace property.voidsetLineNameSpace(String value)Sets the value of the lineNameSpace property.voidsetProductCategoryNameSpace(String value)Sets the value of the productCategoryNameSpace property.voidsetServiceFeatureNameSpace(String value)Sets the value of the serviceFeatureNameSpace property.voidsetStopPointNameSpace(String value)Sets the value of the stopPointNameSpace property.voidsetVehicleFeatureNameSpace(String value)Sets the value of the vehicleFeatureNameSpace property.
-
-
-
Field Detail
-
stopPointNameSpace
protected String stopPointNameSpace
-
lineNameSpace
protected String lineNameSpace
-
productCategoryNameSpace
protected String productCategoryNameSpace
-
serviceFeatureNameSpace
protected String serviceFeatureNameSpace
-
vehicleFeatureNameSpace
protected String vehicleFeatureNameSpace
-
-
Method Detail
-
getStopPointNameSpace
public String getStopPointNameSpace()
Gets the value of the stopPointNameSpace property.- Returns:
- possible object is
String
-
setStopPointNameSpace
public void setStopPointNameSpace(String value)
Sets the value of the stopPointNameSpace property.- Parameters:
value- allowed object isString
-
getLineNameSpace
public String getLineNameSpace()
Gets the value of the lineNameSpace property.- Returns:
- possible object is
String
-
setLineNameSpace
public void setLineNameSpace(String value)
Sets the value of the lineNameSpace property.- Parameters:
value- allowed object isString
-
getProductCategoryNameSpace
public String getProductCategoryNameSpace()
Gets the value of the productCategoryNameSpace property.- Returns:
- possible object is
String
-
setProductCategoryNameSpace
public void setProductCategoryNameSpace(String value)
Sets the value of the productCategoryNameSpace property.- Parameters:
value- allowed object isString
-
getServiceFeatureNameSpace
public String getServiceFeatureNameSpace()
Gets the value of the serviceFeatureNameSpace property.- Returns:
- possible object is
String
-
setServiceFeatureNameSpace
public void setServiceFeatureNameSpace(String value)
Sets the value of the serviceFeatureNameSpace property.- Parameters:
value- allowed object isString
-
getVehicleFeatureNameSpace
public String getVehicleFeatureNameSpace()
Gets the value of the vehicleFeatureNameSpace property.- Returns:
- possible object is
String
-
-