Class ViewType
- java.lang.Object
-
- com.hybris.cockpitng.config.jaxb.wizard.ViewType
-
public class ViewType extends java.lang.ObjectJava class for ViewType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViewType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="renderer" type="{http://www.hybris.com/cockpitng/config/wizard-config}Renderer" minOccurs="0"/> </all> <attribute name="src" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="lang" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="zul"/> </restriction> </simpleType> </attribute> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="position" type="{http://www.w3.org/2001/XMLSchema}integer" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.io.Serializable>contentprotected java.lang.StringgeneratedIdprotected java.lang.Stringidprotected java.lang.Stringlangprotected java.lang.StringmergeModeprotected java.math.BigIntegerpositionprotected java.lang.Stringsrc
-
Constructor Summary
Constructors Constructor Description ViewType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller u, java.lang.Object parent)java.util.List<java.io.Serializable>getContent()Gets the value of the content property.java.lang.StringgetGeneratedId()java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetLang()Gets the value of the lang property.java.lang.StringgetMergeMode()Gets the value of the mergeMode property.java.math.BigIntegergetPosition()Gets the value of the position property.java.lang.StringgetSrc()Gets the value of the src property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetLang(java.lang.String value)Sets the value of the lang property.voidsetMergeMode(java.lang.String value)Sets the value of the mergeMode property.voidsetPosition(java.math.BigInteger value)Sets the value of the position property.voidsetSrc(java.lang.String value)Sets the value of the src property.
-
-
-
Field Detail
-
content
protected java.util.List<java.io.Serializable> content
-
src
protected java.lang.String src
-
lang
protected java.lang.String lang
-
id
protected java.lang.String id
-
mergeMode
protected java.lang.String mergeMode
-
position
protected java.math.BigInteger position
-
generatedId
protected java.lang.String generatedId
-
-
Method Detail
-
getContent
public java.util.List<java.io.Serializable> getContent()
Gets the value of the content property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the content property.For example, to add a new item, do as follows:
getContent().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<Renderer>String
-
getSrc
public java.lang.String getSrc()
Gets the value of the src property.- Returns:
- possible object is
String
-
setSrc
public void setSrc(java.lang.String value)
Sets the value of the src property.- Parameters:
value- allowed object isString
-
getLang
public java.lang.String getLang()
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
public void setLang(java.lang.String value)
Sets the value of the lang property.- Parameters:
value- allowed object isString
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getMergeMode
public java.lang.String getMergeMode()
Gets the value of the mergeMode property.- Returns:
- possible object is
String
-
setMergeMode
public void setMergeMode(java.lang.String value)
Sets the value of the mergeMode property.- Parameters:
value- allowed object isString
-
getGeneratedId
public java.lang.String getGeneratedId()
-
afterUnmarshal
public void afterUnmarshal(javax.xml.bind.Unmarshaller u, java.lang.Object parent)
-
getPosition
public java.math.BigInteger getPosition()
Gets the value of the position property.- Returns:
- possible object is
BigInteger
-
setPosition
public void setPosition(java.math.BigInteger value)
Sets the value of the position property.- Parameters:
value- allowed object isBigInteger
-
-