public class AnswerFile extends DynamicData
Java class for AnswerFile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnswerFile">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="userInput" type="{urn:vim25}ProfileDeferredPolicyOptionParameter" maxOccurs="unbounded" minOccurs="0"/>
<element name="createdTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="modifiedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
createdTime |
protected XMLGregorianCalendar |
modifiedTime |
protected List<ProfileDeferredPolicyOptionParameter> |
userInput |
| Constructor and Description |
|---|
AnswerFile() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCreatedTime()
Gets the value of the createdTime property.
|
XMLGregorianCalendar |
getModifiedTime()
Gets the value of the modifiedTime property.
|
List<ProfileDeferredPolicyOptionParameter> |
getUserInput()
Gets the value of the userInput property.
|
void |
setCreatedTime(XMLGregorianCalendar value)
Sets the value of the createdTime property.
|
void |
setModifiedTime(XMLGregorianCalendar value)
Sets the value of the modifiedTime property.
|
protected List<ProfileDeferredPolicyOptionParameter> userInput
protected XMLGregorianCalendar createdTime
protected XMLGregorianCalendar modifiedTime
public List<ProfileDeferredPolicyOptionParameter> getUserInput()
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 userInput property.
For example, to add a new item, do as follows:
getUserInput().add(newItem);
Objects of the following type(s) are allowed in the list
ProfileDeferredPolicyOptionParameter
public XMLGregorianCalendar getCreatedTime()
XMLGregorianCalendarpublic void setCreatedTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getModifiedTime()
XMLGregorianCalendarpublic void setModifiedTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018. All rights reserved.