Class OutputFormat

  • All Implemented Interfaces:
    Serializable

    public class OutputFormat
    extends BaseObject
    implements Serializable
    The OutputFormat determines the basic format of the output, such as html,pdf or xml. The default OutputFormat is 'html'. A format can provide several OutputTypes, each of them offering a different layout.
    See Also:
    Serialized Form
    • Constructor Detail

      • OutputFormat

        public OutputFormat()
    • 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
      • getOutputType

        public List<OutputType> getOutputType()
        Gets the value of the outputType 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 outputType property.

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

            getOutputType().add(newItem);
         

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

      • setId

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

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