Class ViewType


  • public class ViewType
    extends java.lang.Object

    Java 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> content  
      protected java.lang.String generatedId  
      protected java.lang.String id  
      protected java.lang.String lang  
      protected java.lang.String mergeMode  
      protected java.math.BigInteger position  
      protected java.lang.String src  
    • Constructor Summary

      Constructors 
      Constructor Description
      ViewType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterUnmarshal​(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.String getGeneratedId()  
      java.lang.String getId()
      Gets the value of the id property.
      java.lang.String getLang()
      Gets the value of the lang property.
      java.lang.String getMergeMode()
      Gets the value of the mergeMode property.
      java.math.BigInteger getPosition()
      Gets the value of the position property.
      java.lang.String getSrc()
      Gets the value of the src property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setLang​(java.lang.String value)
      Sets the value of the lang property.
      void setMergeMode​(java.lang.String value)
      Sets the value of the mergeMode property.
      void setPosition​(java.math.BigInteger value)
      Sets the value of the position property.
      void setSrc​(java.lang.String value)
      Sets the value of the src property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • ViewType

        public ViewType()
    • 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 set method 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is BigInteger