Class SubAssetReference


  • public class SubAssetReference
    extends 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>
     
    • Constructor Detail

      • SubAssetReference

        public SubAssetReference()
    • Method Detail

      • getOwnerHandle

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

        public void setOwnerHandle​(String value)
        Sets the value of the ownerHandle property.
        Parameters:
        value - allowed object is String
      • getSubAssetHandle

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

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