/[projects]/android/TrainInfoCommon/src/dk/thoerup/android/traininfo/common/MetroBean.java
ViewVC logotype

Diff of /android/TrainInfoCommon/src/dk/thoerup/android/traininfo/common/MetroBean.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1069 by torben, Thu Sep 16 15:31:31 2010 UTC revision 1070 by torben, Thu Sep 16 16:29:54 2010 UTC
# Line 8  import org.simpleframework.xml.ElementLi Line 8  import org.simpleframework.xml.ElementLi
8  import org.simpleframework.xml.Root;  import org.simpleframework.xml.Root;
9    
10    
11  @Root(name="metrodepatures")  @Root(name="metrodepatures", strict=false)
12  public class MetroBean implements Serializable {  public class MetroBean implements Serializable {
13                    
14                    
15          @Root(name="entry")          @Root(name="entry", strict=false)
16          public static class MetroEntry implements Serializable {          public static class MetroEntry implements Serializable {
17                                    
18                  @org.simpleframework.xml.Element                  @org.simpleframework.xml.Element

Legend:
Removed from v.1069  
changed lines
  Added in v.1070

  ViewVC Help
Powered by ViewVC 1.1.20