public class StairEndStructure extends Object
Java class for StairEndStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StairEndStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ContinuingHandrail" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="TexturedSurface" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="VisualContrast" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
continuingHandrail |
protected Boolean |
texturedSurface |
protected Boolean |
visualContrast |
| Constructor and Description |
|---|
StairEndStructure() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isContinuingHandrail()
Gets the value of the continuingHandrail property.
|
Boolean |
isTexturedSurface()
Gets the value of the texturedSurface property.
|
Boolean |
isVisualContrast()
Gets the value of the visualContrast property.
|
void |
setContinuingHandrail(Boolean value)
Sets the value of the continuingHandrail property.
|
void |
setTexturedSurface(Boolean value)
Sets the value of the texturedSurface property.
|
void |
setVisualContrast(Boolean value)
Sets the value of the visualContrast property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
StairEndStructure |
withContinuingHandrail(Boolean value) |
StairEndStructure |
withTexturedSurface(Boolean value) |
StairEndStructure |
withVisualContrast(Boolean value) |
protected Boolean continuingHandrail
protected Boolean texturedSurface
protected Boolean visualContrast
public Boolean isContinuingHandrail()
Booleanpublic void setContinuingHandrail(Boolean value)
value - allowed object is
Booleanpublic Boolean isTexturedSurface()
Booleanpublic void setTexturedSurface(Boolean value)
value - allowed object is
Booleanpublic Boolean isVisualContrast()
Booleanpublic void setVisualContrast(Boolean value)
value - allowed object is
Booleanpublic StairEndStructure withContinuingHandrail(Boolean value)
public StairEndStructure withTexturedSurface(Boolean value)
public StairEndStructure withVisualContrast(Boolean value)
Copyright © 2018 Entur AS. All rights reserved.