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 and Description |
|---|
SubAssetReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOwnerHandle()
Gets the value of the ownerHandle property.
|
String |
getSubAssetHandle()
Gets the value of the subAssetHandle property.
|
void |
setOwnerHandle(String value)
Sets the value of the ownerHandle property.
|
void |
setSubAssetHandle(String value)
Sets the value of the subAssetHandle property.
|
public String getOwnerHandle()
Stringpublic void setOwnerHandle(String value)
value - allowed object is
Stringpublic String getSubAssetHandle()
StringCopyright © 2010 - 2020 Adobe. All Rights Reserved