Class Subjects
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.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
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegernumberOfSubjectsprotected ExtensionTypesubjectsExtensionprotected SubjectTypeOfWorksEnumsubjectTypeOfWorks
-
Constructor Summary
Constructors Constructor Description Subjects()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetNumberOfSubjects()Gets the value of the numberOfSubjects property.ExtensionTypegetSubjectsExtension()Gets the value of the subjectsExtension property.SubjectTypeOfWorksEnumgetSubjectTypeOfWorks()Gets the value of the subjectTypeOfWorks property.voidsetNumberOfSubjects(BigInteger value)Sets the value of the numberOfSubjects property.voidsetSubjectsExtension(ExtensionType value)Sets the value of the subjectsExtension property.voidsetSubjectTypeOfWorks(SubjectTypeOfWorksEnum value)Sets the value of the subjectTypeOfWorks property.
-
-
-
Field Detail
-
subjectTypeOfWorks
protected SubjectTypeOfWorksEnum subjectTypeOfWorks
-
numberOfSubjects
protected BigInteger numberOfSubjects
-
subjectsExtension
protected ExtensionType subjectsExtension
-
-
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
-
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 isExtensionType
-
-