public class DeploymentInformationType extends Object implements Serializable, Cloneable, Containerable
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="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"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_CUSTOMER_NAME |
static QName |
F_CUSTOMER_URL |
static QName |
F_DESCRIPTION |
static QName |
F_HEADER_COLOR |
static QName |
F_LOGO |
static QName |
F_NAME |
static QName |
F_PARTNER_NAME |
static QName |
F_PARTNER_URL |
static QName |
F_SUBSCRIPTION_IDENTIFIER |
Constructor and Description |
---|
DeploymentInformationType() |
DeploymentInformationType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
DeploymentInformationType |
clone() |
boolean |
equals(Object object) |
String |
getCustomerName() |
String |
getCustomerUrl() |
String |
getDescription() |
String |
getHeaderColor() |
IconType |
getLogo() |
String |
getName() |
String |
getPartnerName() |
String |
getPartnerUrl() |
String |
getSubscriptionIdentifier() |
int |
hashCode() |
void |
setCustomerName(String value) |
void |
setCustomerUrl(String value) |
void |
setDescription(String value) |
void |
setHeaderColor(String value) |
void |
setLogo(IconType value) |
void |
setName(String value) |
void |
setPartnerName(String value) |
void |
setPartnerUrl(String value) |
void |
setSubscriptionIdentifier(String value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_NAME
public static final QName F_DESCRIPTION
public static final QName F_HEADER_COLOR
public static final QName F_LOGO
public static final QName F_CUSTOMER_NAME
public static final QName F_CUSTOMER_URL
public static final QName F_PARTNER_NAME
public static final QName F_PARTNER_URL
public static final QName F_SUBSCRIPTION_IDENTIFIER
public DeploymentInformationType()
public DeploymentInformationType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public String getName()
public void setName(String value)
public String getDescription()
public void setDescription(String value)
public String getHeaderColor()
public void setHeaderColor(String value)
public IconType getLogo()
public void setLogo(IconType value)
public String getCustomerName()
public void setCustomerName(String value)
public String getCustomerUrl()
public void setCustomerUrl(String value)
public String getPartnerName()
public void setPartnerName(String value)
public String getPartnerUrl()
public void setPartnerUrl(String value)
public String getSubscriptionIdentifier()
public void setSubscriptionIdentifier(String value)
public DeploymentInformationType clone()
Copyright © 2017 Evolveum. All rights reserved.