All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.citytechinc.cq.component.xml.XmlElement Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
package com.citytechinc.cq.component.xml;

import java.util.List;
import java.util.Map;

public interface XmlElement {

    NameSpacedAttribute getPrimaryType();

    String getNameSpace();

    String getFieldName();

    Map getAdditionalProperties();

    List getContainedElements();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy