Package uk.org.siri.siri10
Class NoteStructure
- java.lang.Object
-
- uk.org.siri.siri10.NoteStructure
-
- All Implemented Interfaces:
Serializable
public class NoteStructure extends Object implements Serializable
DataType for a noteJava 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/}SituationRef" minOccurs="0"/> <element name="Note" type="{http://www.siri.org.uk/}NaturalLanguageStringStructure" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected NaturalLanguageStringStructurenoteprotected SituationRefStructuresituationRef
-
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.SituationRefStructuregetSituationRef()Gets the value of the situationRef property.voidsetNote(NaturalLanguageStringStructure value)Sets the value of the note property.voidsetSituationRef(SituationRefStructure value)Sets the value of the situationRef property.
-
-
-
Field Detail
-
situationRef
protected SituationRefStructure situationRef
-
note
protected NaturalLanguageStringStructure note
-
-
Method Detail
-
getSituationRef
public SituationRefStructure getSituationRef()
Gets the value of the situationRef property.- Returns:
- possible object is
SituationRefStructure
-
setSituationRef
public void setSituationRef(SituationRefStructure value)
Sets the value of the situationRef property.- Parameters:
value- allowed object isSituationRefStructure
-
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
-
-