public static final class PackingList.Asset
extends java.lang.Object
| Constructor and Description | 
|---|
Asset(org.smpte_ra.schemas.st0429_8_2007.PKL.AssetType assetType)
Constructor for the wrapping  
Asset object from the wrapped model version of XML type 'AssetType' | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getOriginalFilename()
Getter for the filename of the underlying file associated with this object 
 | 
long | 
getSize()
Getter for the size of the underlying file associated with this object 
 | 
java.lang.String | 
getType()
Getter for the MIME type of the underlying file associated with this object 
 | 
java.util.UUID | 
getUUID()
Getter for the UUID associated with this object 
 | 
java.lang.String | 
toString()  | 
public Asset(org.smpte_ra.schemas.st0429_8_2007.PKL.AssetType assetType)
Asset object from the wrapped model version of XML type 'AssetType'assetType - the wrapped objectpublic java.util.UUID getUUID()
public long getSize()
public java.lang.String getType()
@Nullable public java.lang.String getOriginalFilename()
public java.lang.String toString()
toString in class java.lang.Object