public class AssetCount
extends java.lang.Object
Java class for AssetCount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssetCount"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="assetType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="count" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
AssetCount() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAssetType()
Gets the value of the assetType property.
|
int |
getCount()
Gets the value of the count property.
|
void |
setAssetType(java.lang.String value)
Sets the value of the assetType property.
|
void |
setCount(int value)
Sets the value of the count property.
|
public java.lang.String getAssetType()
String
public void setAssetType(java.lang.String value)
value
- allowed object is
String
public int getCount()
public void setCount(int value)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"