public class MetadataContainerMember extends SObject
Java class for MetadataContainerMember complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataContainerMember">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="Content" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ContentEntity" type="{urn:tooling.soap.sforce.com}sObject" minOccurs="0"/>
<element name="ContentEntityId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="FullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastSyncDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="MetadataContainer" type="{urn:tooling.soap.sforce.com}sObject" minOccurs="0"/>
<element name="MetadataContainerId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected SObject |
contentEntity |
protected String |
contentEntityId |
protected String |
fullName |
protected XMLGregorianCalendar |
lastSyncDate |
protected SObject |
metadataContainer |
protected String |
metadataContainerId |
fieldsToNull, id| Constructor and Description |
|---|
MetadataContainerMember() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Gets the value of the content property.
|
SObject |
getContentEntity()
Gets the value of the contentEntity property.
|
String |
getContentEntityId()
Gets the value of the contentEntityId property.
|
String |
getFullName()
Gets the value of the fullName property.
|
XMLGregorianCalendar |
getLastSyncDate()
Gets the value of the lastSyncDate property.
|
SObject |
getMetadataContainer()
Gets the value of the metadataContainer property.
|
String |
getMetadataContainerId()
Gets the value of the metadataContainerId property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setContentEntity(SObject value)
Sets the value of the contentEntity property.
|
void |
setContentEntityId(String value)
Sets the value of the contentEntityId property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setLastSyncDate(XMLGregorianCalendar value)
Sets the value of the lastSyncDate property.
|
void |
setMetadataContainer(SObject value)
Sets the value of the metadataContainer property.
|
void |
setMetadataContainerId(String value)
Sets the value of the metadataContainerId property.
|
getFieldsToNull, getId, setIdprotected String content
protected SObject contentEntity
protected String contentEntityId
protected String fullName
protected XMLGregorianCalendar lastSyncDate
protected SObject metadataContainer
protected String metadataContainerId
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic SObject getContentEntity()
SObjectpublic void setContentEntity(SObject value)
value - allowed object is
SObjectpublic String getContentEntityId()
Stringpublic void setContentEntityId(String value)
value - allowed object is
Stringpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastSyncDate()
XMLGregorianCalendarpublic void setLastSyncDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic SObject getMetadataContainer()
SObjectpublic void setMetadataContainer(SObject value)
value - allowed object is
SObjectpublic String getMetadataContainerId()
StringCopyright © 2016. All rights reserved.