Class Pg_ballcollectingBean

java.lang.Object
org.openprovenance.prov.template.library.pg.client.common.Pg_ballcollectingBean

public class Pg_ballcollectingBean extends Object
A Simple Bean that captures all variables of this template.
  • Field Details

    • isA

      public final String isA
      The template name
      See Also:
    • operation

      public String operation
      operation: The operation identifier (expected type: xsd:string)
    • operation_type

      public String operation_type
      operation_type: The operation type (expected type: xsd:string)
    • time

      public Integer time
      time: The value of the time of the operation (expected type: xsd:int)
    • player_before

      public String player_before
      player_before: The player before (expected type: xsd:string)
    • player_type

      public String player_type
      player_type: The player type (expected type: xsd:string)
    • team

      public String team
      team: The player team (expected type: xsd:string)
    • pokestop_before

      public String pokestop_before
      pokestop_before: The pokestop before (expected type: xsd:string)
    • pokestop_type

      public String pokestop_type
      pokestop_type: The pokestop type (expected type: xsd:string)
    • player_after

      public String player_after
      player_after: The player after (expected type: xsd:string)
    • pokestop_after

      public String pokestop_after
      pokestop_after: The pokestop after (expected type: xsd:string)
  • Constructor Details

    • Pg_ballcollectingBean

      public Pg_ballcollectingBean()
  • Method Details