Package uk.org.siri.siri13
Class PtAdviceStructure
- java.lang.Object
-
- uk.org.siri.siri13.PtAdviceStructure
-
- All Implemented Interfaces:
Serializable
public class PtAdviceStructure extends Object implements Serializable
Type for adviceJava class for PtAdviceStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PtAdviceStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AdviceRef" type="{http://www.siri.org.uk/siri}AdviceRefStructure" minOccurs="0"/> <element name="Details" 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 AdviceRefStructureadviceRefprotected NaturalLanguageStringStructuredetails
-
Constructor Summary
Constructors Constructor Description PtAdviceStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdviceRefStructuregetAdviceRef()Gets the value of the adviceRef property.NaturalLanguageStringStructuregetDetails()Gets the value of the details property.voidsetAdviceRef(AdviceRefStructure value)Sets the value of the adviceRef property.voidsetDetails(NaturalLanguageStringStructure value)Sets the value of the details property.
-
-
-
Field Detail
-
adviceRef
protected AdviceRefStructure adviceRef
-
details
protected NaturalLanguageStringStructure details
-
-
Method Detail
-
getAdviceRef
public AdviceRefStructure getAdviceRef()
Gets the value of the adviceRef property.- Returns:
- possible object is
AdviceRefStructure
-
setAdviceRef
public void setAdviceRef(AdviceRefStructure value)
Sets the value of the adviceRef property.- Parameters:
value- allowed object isAdviceRefStructure
-
getDetails
public NaturalLanguageStringStructure getDetails()
Gets the value of the details property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setDetails
public void setDetails(NaturalLanguageStringStructure value)
Sets the value of the details property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
-