Class InitialProperties
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.base.InitialProperties
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the propertyMapping property.Gets the value of the sourceObjectTemplate property.voidsetSourceObjectTemplate(String value) Sets the value of the sourceObjectTemplate property.
-
Field Details
-
propertyMapping
-
sourceObjectTemplate
-
-
Constructor Details
-
InitialProperties
public InitialProperties()
-
-
Method Details
-
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
setmethod 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
Gets the value of the sourceObjectTemplate property.- Returns:
- possible object is
String
-
setSourceObjectTemplate
Sets the value of the sourceObjectTemplate property.- Parameters:
value- allowed object isString
-