ParkingSpace
Java class for parkingSpace complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="parkingSpace">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="marking" maxOccurs="4" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="side" type="{}parkingSpacemarkingSide" />
<attribute name="type" type="{}roadmarkType" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="color" type="{}color" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="access" type="{}access" />
<attribute name="restrictions" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
Content copied to clipboard
Functions
Link copied to clipboard
Gets the value of the include property.
Link copied to clipboard
Gets the value of the marking property.
Link copied to clipboard
Gets the value of the restrictions property.
Link copied to clipboard
Gets the value of the userData property.
Link copied to clipboard
Sets the value of the restrictions property.