Class Preview
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.Preview
-
public class Preview extends java.lang.ObjectJava class for preview complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="preview"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="fallbackToIcon" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="urlQualifier" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanfallbackToIconprotected java.lang.StringurlQualifier
-
Constructor Summary
Constructors Constructor Description Preview()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetUrlQualifier()Gets the value of the urlQualifier property.booleanisFallbackToIcon()Gets the value of the fallbackToIcon property.voidsetFallbackToIcon(java.lang.Boolean value)Sets the value of the fallbackToIcon property.voidsetUrlQualifier(java.lang.String value)Sets the value of the urlQualifier property.
-
-
-
Method Detail
-
isFallbackToIcon
public boolean isFallbackToIcon()
Gets the value of the fallbackToIcon property.- Returns:
- possible object is
Boolean
-
setFallbackToIcon
public void setFallbackToIcon(java.lang.Boolean value)
Sets the value of the fallbackToIcon property.- Parameters:
value- allowed object isBoolean
-
getUrlQualifier
public java.lang.String getUrlQualifier()
Gets the value of the urlQualifier property.- Returns:
- possible object is
String
-
setUrlQualifier
public void setUrlQualifier(java.lang.String value)
Sets the value of the urlQualifier property.- Parameters:
value- allowed object isString
-
-