Package uk.org.siri.siri14
Class AffectedSectionStructure
- java.lang.Object
-
- uk.org.siri.siri14.AffectedSectionStructure
-
- All Implemented Interfaces:
Serializable
public class AffectedSectionStructure extends Object implements Serializable
Type for information about the sectons affected by an SituationJava class for AffectedSectionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AffectedSectionStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SectionRef" type="{http://www.siri.org.uk/siri}SectionRefStructure" minOccurs="0"/> <group ref="{http://www.siri.org.uk/siri}ProjectionGroup"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Extensionsextensionsprotected LinkProjectionlinkProjectionprotected OffsetStructureoffsetprotected SectionRefStructuresectionRef
-
Constructor Summary
Constructors Constructor Description AffectedSectionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Gets the value of the extensions property.LinkProjectiongetLinkProjection()Gets the value of the linkProjection property.OffsetStructuregetOffset()Gets the value of the offset property.SectionRefStructuregetSectionRef()Gets the value of the sectionRef property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetLinkProjection(LinkProjection value)Sets the value of the linkProjection property.voidsetOffset(OffsetStructure value)Sets the value of the offset property.voidsetSectionRef(SectionRefStructure value)Sets the value of the sectionRef property.
-
-
-
Field Detail
-
sectionRef
protected SectionRefStructure sectionRef
-
linkProjection
protected LinkProjection linkProjection
-
offset
protected OffsetStructure offset
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getSectionRef
public SectionRefStructure getSectionRef()
Gets the value of the sectionRef property.- Returns:
- possible object is
SectionRefStructure
-
setSectionRef
public void setSectionRef(SectionRefStructure value)
Sets the value of the sectionRef property.- Parameters:
value- allowed object isSectionRefStructure
-
getLinkProjection
public LinkProjection getLinkProjection()
Gets the value of the linkProjection property.- Returns:
- possible object is
LinkProjection
-
setLinkProjection
public void setLinkProjection(LinkProjection value)
Sets the value of the linkProjection property.- Parameters:
value- allowed object isLinkProjection
-
getOffset
public OffsetStructure getOffset()
Gets the value of the offset property.- Returns:
- possible object is
OffsetStructure
-
setOffset
public void setOffset(OffsetStructure value)
Sets the value of the offset property.- Parameters:
value- allowed object isOffsetStructure
-
getExtensions
public Extensions getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
Extensions
-
setExtensions
public void setExtensions(Extensions value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions
-
-