Class 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
    • Constructor Detail

      • SubjectTypeOfWorks

        public SubjectTypeOfWorks()
    • Method Detail

      • 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 is BigInteger
      • 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 is ExtensionType