Class OutputType

  • All Implemented Interfaces:
    Serializable

    public class OutputType
    extends BaseObject
    implements Serializable
    An OutputType offers a certain layout for a OutputFormat. For example, there could be one OutputType optimized for desktop clients and one optmized for mobile clients. Therefore, several Templates are used, which contain the nessecarry XSL transformations.
    See Also:
    Serialized Form
    • Constructor Detail

      • OutputType

        public OutputType()
    • Method Detail

      • getPermissions

        public Permissions getPermissions()
        Gets the value of the permissions property.
        Returns:
        possible object is Permissions
      • setPermissions

        public void setPermissions​(Permissions value)
        Sets the value of the permissions property.
        Parameters:
        value - allowed object is Permissions
      • getTemplates

        public List<Template> getTemplates()
        Gets the value of the templates 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 templates property.

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

            getTemplates().add(newItem);
         

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

      • getId

        public String getId()
        The unique Id for this OutputType within the parent OutputFormat.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • isDefault

        public Boolean isDefault()
        Set to 'true' if this is the default OutputType for the parent OutputFormat.
        Returns:
        possible object is Boolean
      • setDefault

        public void setDefault​(Boolean value)
        Sets the value of the default property.
        Parameters:
        value - allowed object is Boolean