public class PbmProfile extends DynamicData
Java class for PbmProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmProfile">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="profileId" type="{urn:pbm}PbmProfileId"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="creationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="createdBy" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lastUpdatedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="lastUpdatedBy" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
createdBy |
protected XMLGregorianCalendar |
creationTime |
protected String |
description |
protected String |
lastUpdatedBy |
protected XMLGregorianCalendar |
lastUpdatedTime |
protected String |
name |
protected PbmProfileId |
profileId |
| Constructor and Description |
|---|
PbmProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedBy()
Gets the value of the createdBy property.
|
XMLGregorianCalendar |
getCreationTime()
Gets the value of the creationTime property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getLastUpdatedBy()
Gets the value of the lastUpdatedBy property.
|
XMLGregorianCalendar |
getLastUpdatedTime()
Gets the value of the lastUpdatedTime property.
|
String |
getName()
Gets the value of the name property.
|
PbmProfileId |
getProfileId()
Gets the value of the profileId property.
|
void |
setCreatedBy(String value)
Sets the value of the createdBy property.
|
void |
setCreationTime(XMLGregorianCalendar value)
Sets the value of the creationTime property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setLastUpdatedBy(String value)
Sets the value of the lastUpdatedBy property.
|
void |
setLastUpdatedTime(XMLGregorianCalendar value)
Sets the value of the lastUpdatedTime property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProfileId(PbmProfileId value)
Sets the value of the profileId property.
|
protected PbmProfileId profileId
protected String name
protected String description
protected XMLGregorianCalendar creationTime
protected String createdBy
protected XMLGregorianCalendar lastUpdatedTime
protected String lastUpdatedBy
public PbmProfileId getProfileId()
PbmProfileIdpublic void setProfileId(PbmProfileId value)
value - allowed object is
PbmProfileIdpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreationTime()
XMLGregorianCalendarpublic void setCreationTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getCreatedBy()
Stringpublic void setCreatedBy(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastUpdatedTime()
XMLGregorianCalendarpublic void setLastUpdatedTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getLastUpdatedBy()
StringCopyright © 2018. All rights reserved.