Package uk.org.siri.siri20
Class NoteStructure
- java.lang.Object
-
- uk.org.siri.siri20.NoteStructure
-
- All Implemented Interfaces:
Serializable
public class NoteStructure extends Object implements Serializable
DataType for a NOTICe.Java class for NoteStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NoteStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.siri.org.uk/siri}SituationRef" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}SituationSimpleRef" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}SituationFullRef" minOccurs="0"/> <element name="Note" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected NaturalLanguageStringStructurenoteprotected SituationFullRefsituationFullRefprotected SituationRefsituationRefprotected SituationSimpleRefsituationSimpleRef
-
Constructor Summary
Constructors Constructor Description NoteStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NaturalLanguageStringStructuregetNote()Gets the value of the note property.SituationFullRefgetSituationFullRef()Gets the value of the situationFullRef property.SituationRefgetSituationRef()Gets the value of the situationRef property.SituationSimpleRefgetSituationSimpleRef()Gets the value of the situationSimpleRef property.voidsetNote(NaturalLanguageStringStructure value)Sets the value of the note property.voidsetSituationFullRef(SituationFullRef value)Sets the value of the situationFullRef property.voidsetSituationRef(SituationRef value)Sets the value of the situationRef property.voidsetSituationSimpleRef(SituationSimpleRef value)Sets the value of the situationSimpleRef property.
-
-
-
Field Detail
-
situationRef
protected SituationRef situationRef
-
situationSimpleRef
protected SituationSimpleRef situationSimpleRef
-
situationFullRef
protected SituationFullRef situationFullRef
-
note
protected NaturalLanguageStringStructure note
-
-
Method Detail
-
getSituationRef
public SituationRef getSituationRef()
Gets the value of the situationRef property.- Returns:
- possible object is
SituationRef
-
setSituationRef
public void setSituationRef(SituationRef value)
Sets the value of the situationRef property.- Parameters:
value- allowed object isSituationRef
-
getSituationSimpleRef
public SituationSimpleRef getSituationSimpleRef()
Gets the value of the situationSimpleRef property.- Returns:
- possible object is
SituationSimpleRef
-
setSituationSimpleRef
public void setSituationSimpleRef(SituationSimpleRef value)
Sets the value of the situationSimpleRef property.- Parameters:
value- allowed object isSituationSimpleRef
-
getSituationFullRef
public SituationFullRef getSituationFullRef()
Gets the value of the situationFullRef property.- Returns:
- possible object is
SituationFullRef
-
setSituationFullRef
public void setSituationFullRef(SituationFullRef value)
Sets the value of the situationFullRef property.- Parameters:
value- allowed object isSituationFullRef
-
getNote
public NaturalLanguageStringStructure getNote()
Gets the value of the note property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setNote
public void setNote(NaturalLanguageStringStructure value)
Sets the value of the note property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
-