Package uk.org.siri.siri21
Class PublishingActionStructure.PublishAtScope
- java.lang.Object
-
- uk.org.siri.siri21.PublishingActionStructure.PublishAtScope
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PublishingActionStructure
public static class PublishingActionStructure.PublishAtScope extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ScopeType" type="{http://www.siri.org.uk/siri}ScopeTypeEnumeration"/> <element name="Affects" type="{http://www.siri.org.uk/siri}AffectsScopeStructure"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AffectsScopeStructureaffectsprotected ScopeTypeEnumerationscopeType
-
Constructor Summary
Constructors Constructor Description PublishAtScope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AffectsScopeStructuregetAffects()Gets the value of the affects property.ScopeTypeEnumerationgetScopeType()Gets the value of the scopeType property.voidsetAffects(AffectsScopeStructure value)Sets the value of the affects property.voidsetScopeType(ScopeTypeEnumeration value)Sets the value of the scopeType property.
-
-
-
Field Detail
-
scopeType
protected ScopeTypeEnumeration scopeType
-
affects
protected AffectsScopeStructure affects
-
-
Method Detail
-
getScopeType
public ScopeTypeEnumeration getScopeType()
Gets the value of the scopeType property.- Returns:
- possible object is
ScopeTypeEnumeration
-
setScopeType
public void setScopeType(ScopeTypeEnumeration value)
Sets the value of the scopeType property.- Parameters:
value- allowed object isScopeTypeEnumeration
-
getAffects
public AffectsScopeStructure getAffects()
Gets the value of the affects property.- Returns:
- possible object is
AffectsScopeStructure
-
setAffects
public void setAffects(AffectsScopeStructure value)
Sets the value of the affects property.- Parameters:
value- allowed object isAffectsScopeStructure
-
-