Package uk.org.siri.siri20
Class MessageQualifierStructure
- java.lang.Object
-
- uk.org.siri.siri20.MessageQualifierStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MessageRefStructure
public class MessageQualifierStructure extends Object implements Serializable
Unique identifier of a message within SIRI functional service type and participant.Java class for MessageQualifierStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageQualifierStructure"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>normalizedString"> </extension> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageQualifierStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Gets the value of the value property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected String value
-
-