public class GlobalReplaceType extends Object
Java class for GlobalReplaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GlobalReplaceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AllProjects" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="GlobalReplaceData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="GlobalReplaceName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="GreplaceObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ProjectIdName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ProjectIds" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ReplaceFieldNameOne" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SearchCriteria" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SubjectAreaType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="UserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
allProjects |
protected String |
globalReplaceData |
protected String |
globalReplaceName |
protected Integer |
greplaceObjectId |
protected String |
projectIdName |
protected String |
projectIds |
protected String |
replaceFieldNameOne |
protected String |
searchCriteria |
protected String |
subjectAreaType |
protected Integer |
userObjectId |
Constructor and Description |
---|
GlobalReplaceType() |
Modifier and Type | Method and Description |
---|---|
String |
getGlobalReplaceData()
Gets the value of the globalReplaceData property.
|
String |
getGlobalReplaceName()
Gets the value of the globalReplaceName property.
|
Integer |
getGreplaceObjectId()
Gets the value of the greplaceObjectId property.
|
String |
getProjectIdName()
Gets the value of the projectIdName property.
|
String |
getProjectIds()
Gets the value of the projectIds property.
|
String |
getReplaceFieldNameOne()
Gets the value of the replaceFieldNameOne property.
|
String |
getSearchCriteria()
Gets the value of the searchCriteria property.
|
String |
getSubjectAreaType()
Gets the value of the subjectAreaType property.
|
Integer |
getUserObjectId()
Gets the value of the userObjectId property.
|
Boolean |
isAllProjects()
Gets the value of the allProjects property.
|
void |
setAllProjects(Boolean value)
Sets the value of the allProjects property.
|
void |
setGlobalReplaceData(String value)
Sets the value of the globalReplaceData property.
|
void |
setGlobalReplaceName(String value)
Sets the value of the globalReplaceName property.
|
void |
setGreplaceObjectId(Integer value)
Sets the value of the greplaceObjectId property.
|
void |
setProjectIdName(String value)
Sets the value of the projectIdName property.
|
void |
setProjectIds(String value)
Sets the value of the projectIds property.
|
void |
setReplaceFieldNameOne(String value)
Sets the value of the replaceFieldNameOne property.
|
void |
setSearchCriteria(String value)
Sets the value of the searchCriteria property.
|
void |
setSubjectAreaType(String value)
Sets the value of the subjectAreaType property.
|
void |
setUserObjectId(Integer value)
Sets the value of the userObjectId property.
|
protected Boolean allProjects
protected String globalReplaceData
protected String globalReplaceName
protected Integer greplaceObjectId
protected String projectIdName
protected String projectIds
protected String replaceFieldNameOne
protected String searchCriteria
protected String subjectAreaType
protected Integer userObjectId
public Boolean isAllProjects()
String
public void setAllProjects(Boolean value)
value
- allowed object is
String
public String getGlobalReplaceData()
String
public void setGlobalReplaceData(String value)
value
- allowed object is
String
public String getGlobalReplaceName()
String
public void setGlobalReplaceName(String value)
value
- allowed object is
String
public Integer getGreplaceObjectId()
Integer
public void setGreplaceObjectId(Integer value)
value
- allowed object is
Integer
public String getProjectIdName()
String
public void setProjectIdName(String value)
value
- allowed object is
String
public String getProjectIds()
String
public void setProjectIds(String value)
value
- allowed object is
String
public String getReplaceFieldNameOne()
String
public void setReplaceFieldNameOne(String value)
value
- allowed object is
String
public String getSearchCriteria()
String
public void setSearchCriteria(String value)
value
- allowed object is
String
public String getSubjectAreaType()
String
public void setSubjectAreaType(String value)
value
- allowed object is
String
public Integer getUserObjectId()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.