public class ResourceSpecification extends APIObject
Java class for ResourceSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceSpecification">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="URN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Authentication" type="{http://exacttarget.com/wsdl/partnerAPI}Authentication" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Authentication |
authentication |
protected String |
urn |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
ResourceSpecification() |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
getAuthentication()
Gets the value of the authentication property.
|
String |
getURN()
Gets the value of the urn property.
|
void |
setAuthentication(Authentication value)
Sets the value of the authentication property.
|
void |
setURN(String value)
Sets the value of the urn 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 String urn
protected Authentication authentication
public String getURN()
Stringpublic void setURN(String value)
value - allowed object is
Stringpublic Authentication getAuthentication()
Authenticationpublic void setAuthentication(Authentication value)
value - allowed object is
AuthenticationCopyright © 2017. All rights reserved.