Class DeploymentInformationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class DeploymentInformationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Information about midPoint deployment: subscription information, deployment name, description, color and so on. These information are not critical for midPoint operation. However they may influence the look and feel of this midPoint instance.

    Java class for DeploymentInformationType complex type.

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

     <complexType name="DeploymentInformationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="headerColor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="skin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="logo" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}IconType" minOccurs="0"/>
             <element name="customerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="customerUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="partnerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="partnerUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="subscriptionIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="systemName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form