Class SubjectTypeOfWorks
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.SubjectTypeOfWorks
-
- All Implemented Interfaces:
Serializable
public class SubjectTypeOfWorks extends Object implements Serializable
The type of subject to which the roadworks are associated.Java class for SubjectTypeOfWorks complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubjectTypeOfWorks"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="subjectTypeOfWorks" type="{http://datex2.eu/schema/1_0/1_0}SubjectTypeOfWorksEnum"/> <element name="numberOfSubjects" type="{http://datex2.eu/schema/1_0/1_0}NonNegativeInteger" minOccurs="0"/> <element name="subjectTypeOfWorksExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegernumberOfSubjectsprotected SubjectTypeOfWorksEnumsubjectTypeOfWorksprotected ExtensionTypesubjectTypeOfWorksExtension
-
Constructor Summary
Constructors Constructor Description SubjectTypeOfWorks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetNumberOfSubjects()Gets the value of the numberOfSubjects property.SubjectTypeOfWorksEnumgetSubjectTypeOfWorks()Gets the value of the subjectTypeOfWorks property.ExtensionTypegetSubjectTypeOfWorksExtension()Gets the value of the subjectTypeOfWorksExtension property.voidsetNumberOfSubjects(BigInteger value)Sets the value of the numberOfSubjects property.voidsetSubjectTypeOfWorks(SubjectTypeOfWorksEnum value)Sets the value of the subjectTypeOfWorks property.voidsetSubjectTypeOfWorksExtension(ExtensionType value)Sets the value of the subjectTypeOfWorksExtension property.
-
-
-
Field Detail
-
subjectTypeOfWorks
protected SubjectTypeOfWorksEnum subjectTypeOfWorks
-
numberOfSubjects
protected BigInteger numberOfSubjects
-
subjectTypeOfWorksExtension
protected ExtensionType subjectTypeOfWorksExtension
-
-
Method Detail
-
getSubjectTypeOfWorks
public SubjectTypeOfWorksEnum getSubjectTypeOfWorks()
Gets the value of the subjectTypeOfWorks property.- Returns:
- possible object is
SubjectTypeOfWorksEnum
-
setSubjectTypeOfWorks
public void setSubjectTypeOfWorks(SubjectTypeOfWorksEnum value)
Sets the value of the subjectTypeOfWorks property.- Parameters:
value- allowed object isSubjectTypeOfWorksEnum
-
getNumberOfSubjects
public BigInteger getNumberOfSubjects()
Gets the value of the numberOfSubjects property.- Returns:
- possible object is
BigInteger
-
setNumberOfSubjects
public void setNumberOfSubjects(BigInteger value)
Sets the value of the numberOfSubjects property.- Parameters:
value- allowed object isBigInteger
-
getSubjectTypeOfWorksExtension
public ExtensionType getSubjectTypeOfWorksExtension()
Gets the value of the subjectTypeOfWorksExtension property.- Returns:
- possible object is
ExtensionType
-
setSubjectTypeOfWorksExtension
public void setSubjectTypeOfWorksExtension(ExtensionType value)
Sets the value of the subjectTypeOfWorksExtension property.- Parameters:
value- allowed object isExtensionType
-
-