public class PlatformApplication extends APIObject
Java class for PlatformApplication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlatformApplication">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Package" type="{http://exacttarget.com/wsdl/partnerAPI}PlatformApplicationPackage"/>
<element name="Packages" type="{http://exacttarget.com/wsdl/partnerAPI}PlatformApplicationPackage" maxOccurs="unbounded"/>
<element name="ResourceSpecification" type="{http://exacttarget.com/wsdl/partnerAPI}ResourceSpecification" minOccurs="0"/>
<element name="DeveloperVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PlatformApplicationPackage |
_package |
protected String |
developerVersion |
protected List<PlatformApplicationPackage> |
packages |
protected ResourceSpecification |
resourceSpecification |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
PlatformApplication() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeveloperVersion()
Gets the value of the developerVersion property.
|
PlatformApplicationPackage |
getPackage()
Gets the value of the package property.
|
List<PlatformApplicationPackage> |
getPackages()
Gets the value of the packages property.
|
ResourceSpecification |
getResourceSpecification()
Gets the value of the resourceSpecification property.
|
void |
setDeveloperVersion(String value)
Sets the value of the developerVersion property.
|
void |
setPackage(PlatformApplicationPackage value)
Sets the value of the package property.
|
void |
setResourceSpecification(ResourceSpecification value)
Sets the value of the resourceSpecification property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected PlatformApplicationPackage _package
protected List<PlatformApplicationPackage> packages
protected ResourceSpecification resourceSpecification
protected String developerVersion
public PlatformApplicationPackage getPackage()
PlatformApplicationPackagepublic void setPackage(PlatformApplicationPackage value)
value - allowed object is
PlatformApplicationPackagepublic List<PlatformApplicationPackage> getPackages()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the packages property.
For example, to add a new item, do as follows:
getPackages().add(newItem);
Objects of the following type(s) are allowed in the list
PlatformApplicationPackage
public ResourceSpecification getResourceSpecification()
ResourceSpecificationpublic void setResourceSpecification(ResourceSpecification value)
value - allowed object is
ResourceSpecificationpublic String getDeveloperVersion()
Stringpublic void setDeveloperVersion(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.