public class PermitsAndProhibitions extends Object
Java class for PermitsAndProhibitions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PermitsAndProhibitions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="activity" type="{http://datex2.eu/schema/2/2_0}RestAreaActivityEnum"/>
<element name="regulation" type="{http://datex2.eu/schema/2/2_0}RegulationEnum"/>
<element name="permitsAndProhibitionsExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RestAreaActivityEnum |
activity |
protected ExtensionType |
permitsAndProhibitionsExtension |
protected RegulationEnum |
regulation |
| Constructor and Description |
|---|
PermitsAndProhibitions() |
| Modifier and Type | Method and Description |
|---|---|
RestAreaActivityEnum |
getActivity()
Gets the value of the activity property.
|
ExtensionType |
getPermitsAndProhibitionsExtension()
Gets the value of the permitsAndProhibitionsExtension property.
|
RegulationEnum |
getRegulation()
Gets the value of the regulation property.
|
void |
setActivity(RestAreaActivityEnum value)
Sets the value of the activity property.
|
void |
setPermitsAndProhibitionsExtension(ExtensionType value)
Sets the value of the permitsAndProhibitionsExtension property.
|
void |
setRegulation(RegulationEnum value)
Sets the value of the regulation property.
|
protected RestAreaActivityEnum activity
protected RegulationEnum regulation
protected ExtensionType permitsAndProhibitionsExtension
public RestAreaActivityEnum getActivity()
RestAreaActivityEnumpublic void setActivity(RestAreaActivityEnum value)
value - allowed object is
RestAreaActivityEnumpublic RegulationEnum getRegulation()
RegulationEnumpublic void setRegulation(RegulationEnum value)
value - allowed object is
RegulationEnumpublic ExtensionType getPermitsAndProhibitionsExtension()
ExtensionTypepublic void setPermitsAndProhibitionsExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.