Class DocumentFolderFieldValueSoapDO


  • public class DocumentFolderFieldValueSoapDO
    extends Object
    Data object that represents a possible value for a document custom field.
    Since:
    17.1
    • Field Detail

      • VALUE_CLASS_OPEN

        public static final String VALUE_CLASS_OPEN
        Possible value for the 'valueClass' field, indicating that a given field value represents an open state.
        See Also:
        Constant Field Values
      • VALUE_CLASS_CLOSED

        public static final String VALUE_CLASS_CLOSED
        Possible value for the 'valueClass' field, indicating that a given field value represents a closed state.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DocumentFolderFieldValueSoapDO

        public DocumentFolderFieldValueSoapDO()
    • Method Detail

      • getId

        public String getId()
        Returns 'id'.
        Returns:
        Value of 'id'.
      • setId

        public void setId​(String id)
        Sets 'id'.
        Parameters:
        id - Value of 'id'.
      • getValue

        public String getValue()
        Returns 'value'. The value of the field.
        Returns:
        Value of 'value'.
      • setValue

        public void setValue​(String value)
        Sets 'value'. The value of the field.
        Parameters:
        value - Value of 'value'.
      • getValueClass

        public String getValueClass()
        Returns 'valueClass'. The open/closed value of the field value, for fields that can represent an open or closed state. Possible values are VALUE_CLASS_OPEN and VALUE_CLASS_CLOSED.
        Returns:
        Value of 'valueClass'.
      • setValueClass

        public void setValueClass​(String valueClass)
        Sets 'valueClass'. The open/closed value of the field value, for fields that can represent an open or closed state. Possible values are VALUE_CLASS_OPEN and VALUE_CLASS_CLOSED.
        Parameters:
        valueClass - Value of 'valueClass'.
      • getIsDefault

        public boolean getIsDefault()
        Returns 'isDefault'.
        Returns:
        Value of 'isDefault'.
      • setIsDefault

        public void setIsDefault​(boolean isDefault)
        Sets 'isDefault'.
        Parameters:
        isDefault - Value of 'isDefault'.
      • registerTypeMappings

        public static void registerTypeMappings​(org.apache.axis.client.Call call)