Class SubAsset


  • public class SubAsset
    extends java.lang.Object

    Java class for SubAsset complex type.

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

     <complexType name="SubAsset">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="subAssetHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="subType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="createUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="lastModifyUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="userDataArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}UserDataArray" minOccurs="0"/>
             <element name="metadataArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}MetadataArray" minOccurs="0"/>
             <element name="smartCrop" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}SmartCrop" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      SubAsset()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.xml.datatype.XMLGregorianCalendar getCreated()
      Gets the value of the created property.
      java.lang.String getCreateUser()
      Gets the value of the createUser property.
      javax.xml.datatype.XMLGregorianCalendar getLastModified()
      Gets the value of the lastModified property.
      java.lang.String getLastModifyUser()
      Gets the value of the lastModifyUser property.
      MetadataArray getMetadataArray()
      Gets the value of the metadataArray property.
      java.lang.String getName()
      Gets the value of the name property.
      SmartCrop getSmartCrop()
      Gets the value of the smartCrop property.
      java.lang.String getSubAssetHandle()
      Gets the value of the subAssetHandle property.
      java.lang.String getSubType()
      Gets the value of the subType property.
      java.lang.String getType()
      Gets the value of the type property.
      UserDataArray getUserDataArray()
      Gets the value of the userDataArray property.
      void setCreated​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the created property.
      void setCreateUser​(java.lang.String value)
      Sets the value of the createUser property.
      void setLastModified​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the lastModified property.
      void setLastModifyUser​(java.lang.String value)
      Sets the value of the lastModifyUser property.
      void setMetadataArray​(MetadataArray value)
      Sets the value of the metadataArray property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setSmartCrop​(SmartCrop value)
      Sets the value of the smartCrop property.
      void setSubAssetHandle​(java.lang.String value)
      Sets the value of the subAssetHandle property.
      void setSubType​(java.lang.String value)
      Sets the value of the subType property.
      void setType​(java.lang.String value)
      Sets the value of the type property.
      void setUserDataArray​(UserDataArray value)
      Sets the value of the userDataArray property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SubAsset

        public SubAsset()
    • Method Detail

      • getSubAssetHandle

        public java.lang.String getSubAssetHandle()
        Gets the value of the subAssetHandle property.
        Returns:
        possible object is String
      • setSubAssetHandle

        public void setSubAssetHandle​(java.lang.String value)
        Sets the value of the subAssetHandle property.
        Parameters:
        value - allowed object is String
      • getType

        public java.lang.String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(java.lang.String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getSubType

        public java.lang.String getSubType()
        Gets the value of the subType property.
        Returns:
        possible object is String
      • setSubType

        public void setSubType​(java.lang.String value)
        Sets the value of the subType property.
        Parameters:
        value - allowed object is String
      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getCreated

        public javax.xml.datatype.XMLGregorianCalendar getCreated()
        Gets the value of the created property.
        Returns:
        possible object is XMLGregorianCalendar
      • setCreated

        public void setCreated​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the created property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getCreateUser

        public java.lang.String getCreateUser()
        Gets the value of the createUser property.
        Returns:
        possible object is String
      • setCreateUser

        public void setCreateUser​(java.lang.String value)
        Sets the value of the createUser property.
        Parameters:
        value - allowed object is String
      • getLastModified

        public javax.xml.datatype.XMLGregorianCalendar getLastModified()
        Gets the value of the lastModified property.
        Returns:
        possible object is XMLGregorianCalendar
      • setLastModified

        public void setLastModified​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the lastModified property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getLastModifyUser

        public java.lang.String getLastModifyUser()
        Gets the value of the lastModifyUser property.
        Returns:
        possible object is String
      • setLastModifyUser

        public void setLastModifyUser​(java.lang.String value)
        Sets the value of the lastModifyUser property.
        Parameters:
        value - allowed object is String
      • getUserDataArray

        public UserDataArray getUserDataArray()
        Gets the value of the userDataArray property.
        Returns:
        possible object is UserDataArray
      • setUserDataArray

        public void setUserDataArray​(UserDataArray value)
        Sets the value of the userDataArray property.
        Parameters:
        value - allowed object is UserDataArray
      • getMetadataArray

        public MetadataArray getMetadataArray()
        Gets the value of the metadataArray property.
        Returns:
        possible object is MetadataArray
      • setMetadataArray

        public void setMetadataArray​(MetadataArray value)
        Sets the value of the metadataArray property.
        Parameters:
        value - allowed object is MetadataArray
      • getSmartCrop

        public SmartCrop getSmartCrop()
        Gets the value of the smartCrop property.
        Returns:
        possible object is SmartCrop
      • setSmartCrop

        public void setSmartCrop​(SmartCrop value)
        Sets the value of the smartCrop property.
        Parameters:
        value - allowed object is SmartCrop