public class Subjects extends Object
Java class for Subjects complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Subjects">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="subjectTypeOfWorks" type="{http://datex2.eu/schema/2/2_0}SubjectTypeOfWorksEnum"/>
<element name="numberOfSubjects" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="subjectsExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
numberOfSubjects |
protected ExtensionType |
subjectsExtension |
protected SubjectTypeOfWorksEnum |
subjectTypeOfWorks |
| Constructor and Description |
|---|
Subjects() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getNumberOfSubjects()
Gets the value of the numberOfSubjects property.
|
ExtensionType |
getSubjectsExtension()
Gets the value of the subjectsExtension property.
|
SubjectTypeOfWorksEnum |
getSubjectTypeOfWorks()
Gets the value of the subjectTypeOfWorks property.
|
void |
setNumberOfSubjects(Long value)
Sets the value of the numberOfSubjects property.
|
void |
setSubjectsExtension(ExtensionType value)
Sets the value of the subjectsExtension property.
|
void |
setSubjectTypeOfWorks(SubjectTypeOfWorksEnum value)
Sets the value of the subjectTypeOfWorks property.
|
protected SubjectTypeOfWorksEnum subjectTypeOfWorks
protected Long numberOfSubjects
protected ExtensionType subjectsExtension
public SubjectTypeOfWorksEnum getSubjectTypeOfWorks()
SubjectTypeOfWorksEnumpublic void setSubjectTypeOfWorks(SubjectTypeOfWorksEnum value)
value - allowed object is
SubjectTypeOfWorksEnumpublic Long getNumberOfSubjects()
Stringpublic void setNumberOfSubjects(Long value)
value - allowed object is
Stringpublic ExtensionType getSubjectsExtension()
ExtensionTypepublic void setSubjectsExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.