public class DataNameSpacesStructure extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
lineNameSpace |
protected String |
productCategoryNameSpace |
protected String |
serviceFeatureNameSpace |
protected String |
stopPointNameSpace |
protected String |
vehicleFeatureNameSpace |
| Constructor and Description |
|---|
DataNameSpacesStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLineNameSpace()
Gets the value of the lineNameSpace property.
|
String |
getProductCategoryNameSpace()
Gets the value of the productCategoryNameSpace property.
|
String |
getServiceFeatureNameSpace()
Gets the value of the serviceFeatureNameSpace property.
|
String |
getStopPointNameSpace()
Gets the value of the stopPointNameSpace property.
|
String |
getVehicleFeatureNameSpace()
Gets the value of the vehicleFeatureNameSpace property.
|
void |
setLineNameSpace(String value)
Sets the value of the lineNameSpace property.
|
void |
setProductCategoryNameSpace(String value)
Sets the value of the productCategoryNameSpace property.
|
void |
setServiceFeatureNameSpace(String value)
Sets the value of the serviceFeatureNameSpace property.
|
void |
setStopPointNameSpace(String value)
Sets the value of the stopPointNameSpace property.
|
void |
setVehicleFeatureNameSpace(String value)
Sets the value of the vehicleFeatureNameSpace property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
DataNameSpacesStructure |
withLineNameSpace(String value) |
DataNameSpacesStructure |
withProductCategoryNameSpace(String value) |
DataNameSpacesStructure |
withServiceFeatureNameSpace(String value) |
DataNameSpacesStructure |
withStopPointNameSpace(String value) |
DataNameSpacesStructure |
withVehicleFeatureNameSpace(String value) |
protected String stopPointNameSpace
protected String lineNameSpace
protected String productCategoryNameSpace
protected String serviceFeatureNameSpace
protected String vehicleFeatureNameSpace
public String getStopPointNameSpace()
Stringpublic void setStopPointNameSpace(String value)
value - allowed object is
Stringpublic String getLineNameSpace()
Stringpublic void setLineNameSpace(String value)
value - allowed object is
Stringpublic String getProductCategoryNameSpace()
Stringpublic void setProductCategoryNameSpace(String value)
value - allowed object is
Stringpublic String getServiceFeatureNameSpace()
Stringpublic void setServiceFeatureNameSpace(String value)
value - allowed object is
Stringpublic String getVehicleFeatureNameSpace()
Stringpublic void setVehicleFeatureNameSpace(String value)
value - allowed object is
Stringpublic DataNameSpacesStructure withStopPointNameSpace(String value)
public DataNameSpacesStructure withLineNameSpace(String value)
public DataNameSpacesStructure withProductCategoryNameSpace(String value)
public DataNameSpacesStructure withServiceFeatureNameSpace(String value)
public DataNameSpacesStructure withVehicleFeatureNameSpace(String value)
Copyright © 2018 Entur AS. All rights reserved.