public class ImportOptionsTemplateType extends Object
Java class for ImportOptionsTemplateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImportOptionsTemplateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ImportOptionsTemplateType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ViewData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
importOptionsTemplateType |
protected String |
name |
protected Integer |
objectId |
protected String |
viewData |
| Constructor and Description |
|---|
ImportOptionsTemplateType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImportOptionsTemplateType()
Gets the value of the importOptionsTemplateType property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getObjectId()
Gets the value of the objectId property.
|
String |
getViewData()
Gets the value of the viewData property.
|
void |
setImportOptionsTemplateType(String value)
Sets the value of the importOptionsTemplateType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setObjectId(Integer value)
Sets the value of the objectId property.
|
void |
setViewData(String value)
Sets the value of the viewData property.
|
protected String importOptionsTemplateType
protected String name
protected Integer objectId
protected String viewData
public String getImportOptionsTemplateType()
Stringpublic void setImportOptionsTemplateType(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Integer getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic String getViewData()
StringCopyright © 2000–2025 MPXJ. All rights reserved.