Package com.verisign.epp.codec.maintenance.v1_0


package com.verisign.epp.codec.maintenance.v1_0
  • Class
    Description
    EPPMaintenanceDescription is a free-form descriptions of the maintenance without having to create and traverse an external resource defined by the <maint:detail> element.
    Description type enumerated values.
    Server unique id for the maintenance with an optional human-readable description of the maintenance.
    Command used to used to retrieve registry maintenance information.
    The type of the info command, which is for an individual maintenance or a list of maintenances.
    Response information associated with a EPPMaintenanceInfoCmd of type EPPMaintenanceInfoCmd.InfoType.id, which will only include a single element, and of type EPPMaintenanceInfoCmd.InfoType.id that can include a list of zero or more maintenances items (EPPMaintenanceListItem).
    The type of the info response, which is either the details of an individual maintenance with maintenance of a list of maintenance items with list.
    EPPMaintenanceIntervention indicates what impact the maintenance will have to the client with the two boolean attributes:
    connection - to indicate if a client needs to do something that is connection-related, such as a reconnect. implementation - To indicate if a client needs to do something that is implementation-related, such as a code change.
    Represents a maintenance that includes the following child elements:
    <maint:id> element that is the maintenance identifier. <maint:type> The OPTIONAL type of the maintenance that has the possible set of values defined by server policy.
    Environment enumerated values.
    Poll type enumerated values.
    Reason enumerated values.
    Represents a maintenance list item that includes the following child elements:
    <maint:id> element that is the maintenance identifier. <maint:start> element that is the maintenance start date and time. <maint:end> element that is the maintenance end date and time. <maint:crDate> element that represents the created date and time for the maintenance. An OPTIONAL <maint:upDate> element that represents the updated date and time for the maintenance.
    Factory for the Maintenance Mapping command and response objects.
    EPPMaintenanceSystem indicates what impacted system with the following attributes:
    name - Name of the affected system, such as 'EPP', 'WHOIS', 'DNS', 'Portal', etc.. host - Indicates the affected maintained system based on host name or host address. impact - Indicates the impact level, which is either 'full' or 'partial'.
    Impact enumerated values.
    Is a unit test of the com.verisign.epp.codec.maintenance package.
    Type of the maintenance that has the possible set of values defined by server policy, such as "Routine Maintenance", "Software Update", "Software Upgrade", or "Extended Outage".