Uses of Class
eu.datex2.siri13.schema._1_0._1_0.CommentStructure
-
Packages that use CommentStructure Package Description eu.datex2.siri13.schema._1_0._1_0 uk.org.siri.siri13 -
-
Uses of CommentStructure in eu.datex2.siri13.schema._1_0._1_0
Fields in eu.datex2.siri13.schema._1_0._1_0 with type parameters of type CommentStructure Modifier and Type Field Description protected List<CommentStructure>SituationRecord. generalPublicCommentsprotected List<CommentStructure>SituationRecord. nonGeneralPublicCommentsMethods in eu.datex2.siri13.schema._1_0._1_0 that return CommentStructure Modifier and Type Method Description CommentStructureObjectFactory. createCommentStructure()Create an instance ofCommentStructureMethods in eu.datex2.siri13.schema._1_0._1_0 that return types with arguments of type CommentStructure Modifier and Type Method Description List<CommentStructure>SituationRecord. getGeneralPublicComments()Gets the value of the generalPublicComments property.List<CommentStructure>SituationRecord. getNonGeneralPublicComments()Gets the value of the nonGeneralPublicComments property. -
Uses of CommentStructure in uk.org.siri.siri13
Fields in uk.org.siri.siri13 with type parameters of type CommentStructure Modifier and Type Field Description protected List<CommentStructure>OptionalTrafficElementStructure. generalPublicCommentsprotected List<CommentStructure>OptionalTrafficElementStructure. nonGeneralPublicCommentsMethods in uk.org.siri.siri13 that return types with arguments of type CommentStructure Modifier and Type Method Description List<CommentStructure>OptionalTrafficElementStructure. getGeneralPublicComments()Gets the value of the generalPublicComments property.List<CommentStructure>OptionalTrafficElementStructure. getNonGeneralPublicComments()Gets the value of the nonGeneralPublicComments property.
-