Class Subjects

  • All Implemented Interfaces:
    Serializable

    public class Subjects
    extends Object
    implements Serializable

    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_0RC1/2_0}SubjectTypeOfWorksEnum"/>
             <element name="numberOfSubjects" type="{http://datex2.eu/schema/2_0RC1/2_0}NonNegativeInteger" minOccurs="0"/>
             <element name="subjectsExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Subjects

        public Subjects()
    • 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
      • getSubjectsExtension

        public ExtensionType getSubjectsExtension()
        Gets the value of the subjectsExtension property.
        Returns:
        possible object is ExtensionType
      • setSubjectsExtension

        public void setSubjectsExtension​(ExtensionType value)
        Sets the value of the subjectsExtension property.
        Parameters:
        value - allowed object is ExtensionType