Enum InfrastructureDamageTypeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<InfrastructureDamageTypeEnum>

    public enum InfrastructureDamageTypeEnum
    extends Enum<InfrastructureDamageTypeEnum>

    Java class for InfrastructureDamageTypeEnum.

    The following schema fragment specifies the expected content contained within this class.

     <simpleType name="InfrastructureDamageTypeEnum">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="burstPipe"/>
         <enumeration value="burstWaterMain"/>
         <enumeration value="collapsedSewer"/>
         <enumeration value="damagedBridge"/>
         <enumeration value="damagedCrashBarrier"/>
         <enumeration value="damagedFlyover"/>
         <enumeration value="damagedGallery"/>
         <enumeration value="damagedGantry"/>
         <enumeration value="damagedRoadSurface"/>
         <enumeration value="damagedTunnel"/>
         <enumeration value="damagedViaduct"/>
         <enumeration value="fallenPowerCables"/>
         <enumeration value="gasLeak"/>
         <enumeration value="weakBridge"/>
         <enumeration value="other"/>
       </restriction>
     </simpleType>