Class 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 Detail

      • stopPointNameSpace

        protected String stopPointNameSpace
      • lineNameSpace

        protected String lineNameSpace
      • productCategoryNameSpace

        protected String productCategoryNameSpace
      • serviceFeatureNameSpace

        protected String serviceFeatureNameSpace
      • vehicleFeatureNameSpace

        protected String vehicleFeatureNameSpace
    • Constructor Detail

      • DataNameSpacesStructure

        public DataNameSpacesStructure()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • getVehicleFeatureNameSpace

        public String getVehicleFeatureNameSpace()
        Gets the value of the vehicleFeatureNameSpace property.
        Returns:
        possible object is String
      • setVehicleFeatureNameSpace

        public void setVehicleFeatureNameSpace​(String value)
        Sets the value of the vehicleFeatureNameSpace property.
        Parameters:
        value - allowed object is String