Class SaveAttributesRequest

  • All Implemented Interfaces:
    Serializable

    public class SaveAttributesRequest
    extends Object
    implements Serializable

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="documentReference" type="{http://www.iknowbase.com/ws/iknowbase-1}documentReferenceType"/>
             <element name="attribute" type="{http://www.iknowbase.com/ws/iknowbase-1}attributeType" maxOccurs="unbounded"/>
             <element name="versionType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="versionComment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="external" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="eventMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • SaveAttributesRequest

        public SaveAttributesRequest()
        Default no-arg constructor
    • Method Detail

      • getAttribute

        public List<AttributeType> getAttribute()
        Gets the value of the attribute 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 attribute property.

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

            getAttribute().add(newItem);
         

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

      • getVersionType

        public String getVersionType()
        Gets the value of the versionType property.
        Returns:
        possible object is String
      • setVersionType

        public void setVersionType​(String value)
        Sets the value of the versionType property.
        Parameters:
        value - allowed object is String
      • getVersionComment

        public String getVersionComment()
        Gets the value of the versionComment property.
        Returns:
        possible object is String
      • setVersionComment

        public void setVersionComment​(String value)
        Sets the value of the versionComment property.
        Parameters:
        value - allowed object is String
      • isExternal

        public boolean isExternal()
        Gets the value of the external property.
      • setExternal

        public void setExternal​(boolean value)
        Sets the value of the external property.
      • getEventMode

        public String getEventMode()
        Gets the value of the eventMode property.
        Returns:
        possible object is String
      • setEventMode

        public void setEventMode​(String value)
        Sets the value of the eventMode property.
        Parameters:
        value - allowed object is String
      • getUser

        public String getUser()
        Gets the value of the user property.
        Returns:
        possible object is String
      • setUser

        public void setUser​(String value)
        Sets the value of the user property.
        Parameters:
        value - allowed object is String