Class InitialProperties

java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.base.InitialProperties

public class InitialProperties extends Object

Java class for initial-properties complex type.

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

 <complexType name="initial-properties">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="property-mapping" type="{}property-mapping" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="source-object-template" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • propertyMapping

      protected List<PropertyMapping> propertyMapping
    • sourceObjectTemplate

      protected String sourceObjectTemplate
  • Constructor Details

    • InitialProperties

      public InitialProperties()
  • Method Details

    • getPropertyMapping

      public List<PropertyMapping> getPropertyMapping()
      Gets the value of the propertyMapping 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 propertyMapping property.

      For example, to add a new item, do as follows:

       getPropertyMapping().add(newItem);
       

      Objects of the following type(s) are allowed in the list PropertyMapping

    • getSourceObjectTemplate

      public String getSourceObjectTemplate()
      Gets the value of the sourceObjectTemplate property.
      Returns:
      possible object is String
    • setSourceObjectTemplate

      public void setSourceObjectTemplate(String value)
      Sets the value of the sourceObjectTemplate property.
      Parameters:
      value - allowed object is String