Class SubAssetReference


  • public class SubAssetReference
    extends java.lang.Object

    Java class for SubAssetReference complex type.

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

     <complexType name="SubAssetReference">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ownerHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="subAssetHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getOwnerHandle()
      Gets the value of the ownerHandle property.
      java.lang.String getSubAssetHandle()
      Gets the value of the subAssetHandle property.
      void setOwnerHandle​(java.lang.String value)
      Sets the value of the ownerHandle property.
      void setSubAssetHandle​(java.lang.String value)
      Sets the value of the subAssetHandle property.
      • Methods inherited from class java.lang.Object

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

      • SubAssetReference

        public SubAssetReference()
    • Method Detail

      • getOwnerHandle

        public java.lang.String getOwnerHandle()
        Gets the value of the ownerHandle property.
        Returns:
        possible object is String
      • setOwnerHandle

        public void setOwnerHandle​(java.lang.String value)
        Sets the value of the ownerHandle property.
        Parameters:
        value - allowed object is String
      • 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