Uses of Class
eu.datex2.siri21.schema._2_0rc1._2_0.Comment
-
Packages that use Comment Package Description eu.datex2.siri21.schema._2_0rc1._2_0 uk.org.siri.siri21 -
-
Uses of Comment in eu.datex2.siri21.schema._2_0rc1._2_0
Fields in eu.datex2.siri21.schema._2_0rc1._2_0 with type parameters of type Comment Modifier and Type Field Description protected List<Comment>SituationRecord. generalPublicCommentsprotected List<Comment>SituationRecord. nonGeneralPublicCommentsMethods in eu.datex2.siri21.schema._2_0rc1._2_0 that return Comment Modifier and Type Method Description CommentObjectFactory. createComment()Create an instance ofCommentMethods in eu.datex2.siri21.schema._2_0rc1._2_0 that return types with arguments of type Comment Modifier and Type Method Description List<Comment>SituationRecord. getGeneralPublicComments()Gets the value of the generalPublicComments property.List<Comment>SituationRecord. getNonGeneralPublicComments()Gets the value of the nonGeneralPublicComments property. -
Uses of Comment in uk.org.siri.siri21
Fields in uk.org.siri.siri21 with type parameters of type Comment Modifier and Type Field Description protected List<Comment>OptionalTrafficElementStructure. generalPublicCommentsprotected List<Comment>OptionalTrafficElementStructure. nonGeneralPublicCommentsMethods in uk.org.siri.siri21 that return types with arguments of type Comment Modifier and Type Method Description List<Comment>OptionalTrafficElementStructure. getGeneralPublicComments()Gets the value of the generalPublicComments property.List<Comment>OptionalTrafficElementStructure. getNonGeneralPublicComments()Gets the value of the nonGeneralPublicComments property.
-