Package com.scene7.ipsapi
Class SubAssetReference
java.lang.Object
com.scene7.ipsapi.SubAssetReference
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ownerHandle property.Gets the value of the subAssetHandle property.voidsetOwnerHandle(String value) Sets the value of the ownerHandle property.voidsetSubAssetHandle(String value) Sets the value of the subAssetHandle property.
-
Constructor Details
-
SubAssetReference
public SubAssetReference()
-
-
Method Details
-
getOwnerHandle
Gets the value of the ownerHandle property.- Returns:
- possible object is
String
-
setOwnerHandle
Sets the value of the ownerHandle property.- Parameters:
value- allowed object isString
-
getSubAssetHandle
Gets the value of the subAssetHandle property.- Returns:
- possible object is
String
-
setSubAssetHandle
Sets the value of the subAssetHandle property.- Parameters:
value- allowed object isString
-