public class Contact extends Object
Java class for Contact complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Contact">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="contactUnknown" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="contactNotDefined" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="validityOfContact" type="{http://datex2.eu/schema/2/2_0}OverallPeriod" minOccurs="0"/>
<element name="contactExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
contactExtension |
protected Boolean |
contactNotDefined |
protected Boolean |
contactUnknown |
protected OverallPeriod |
validityOfContact |
| Constructor and Description |
|---|
Contact() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getContactExtension()
Gets the value of the contactExtension property.
|
OverallPeriod |
getValidityOfContact()
Gets the value of the validityOfContact property.
|
Boolean |
isContactNotDefined()
Gets the value of the contactNotDefined property.
|
Boolean |
isContactUnknown()
Gets the value of the contactUnknown property.
|
void |
setContactExtension(ExtensionType value)
Sets the value of the contactExtension property.
|
void |
setContactNotDefined(Boolean value)
Sets the value of the contactNotDefined property.
|
void |
setContactUnknown(Boolean value)
Sets the value of the contactUnknown property.
|
void |
setValidityOfContact(OverallPeriod value)
Sets the value of the validityOfContact property.
|
protected Boolean contactUnknown
protected Boolean contactNotDefined
protected OverallPeriod validityOfContact
protected ExtensionType contactExtension
public Boolean isContactUnknown()
Booleanpublic void setContactUnknown(Boolean value)
value - allowed object is
Booleanpublic Boolean isContactNotDefined()
Booleanpublic void setContactNotDefined(Boolean value)
value - allowed object is
Booleanpublic OverallPeriod getValidityOfContact()
OverallPeriodpublic void setValidityOfContact(OverallPeriod value)
value - allowed object is
OverallPeriodpublic ExtensionType getContactExtension()
ExtensionTypepublic void setContactExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.