Class BaseObjectType

    • Constructor Detail

      • BaseObjectType

        public BaseObjectType()
    • Method Detail

      • getProperty

        public List<PropertyType> getProperty()
        Get list of the object properties.
        Returns:
        list of the object properties.
      • setProperty

        public void setProperty​(List<PropertyType> property)
        Set list of the object properties.
        Parameters:
        property - list.
      • getPropertyByName

        public PropertyType getPropertyByName​(String name)
        Get property by name.
        Parameters:
        name - of the property.
        Returns:
        the property or null if not found.
      • addProperty

        public void addProperty​(String name,
                                String value)
        Add property to the collection.
        Parameters:
        name - of the property.
        value - of the property.