Package com.scene7.ipsapi
Class UpdateMetadataFieldParam
- java.lang.Object
-
- com.scene7.ipsapi.UpdateMetadataFieldParam
-
public class UpdateMetadataFieldParam extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="fieldHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="isHidden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isEnforced" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isPublishData" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="initialTagValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description UpdateMetadataFieldParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCompanyHandle()Gets the value of the companyHandle property.StringgetDefaultValue()Gets the value of the defaultValue property.StringgetFieldHandle()Gets the value of the fieldHandle property.StringgetInitialTagValue()Gets the value of the initialTagValue property.StringgetName()Gets the value of the name property.BooleanisIsEnforced()Gets the value of the isEnforced property.BooleanisIsHidden()Gets the value of the isHidden property.BooleanisIsPublishData()Gets the value of the isPublishData property.voidsetCompanyHandle(String value)Sets the value of the companyHandle property.voidsetDefaultValue(String value)Sets the value of the defaultValue property.voidsetFieldHandle(String value)Sets the value of the fieldHandle property.voidsetInitialTagValue(String value)Sets the value of the initialTagValue property.voidsetIsEnforced(Boolean value)Sets the value of the isEnforced property.voidsetIsHidden(Boolean value)Sets the value of the isHidden property.voidsetIsPublishData(Boolean value)Sets the value of the isPublishData property.voidsetName(String value)Sets the value of the name property.
-
-
-
Method Detail
-
getCompanyHandle
public String getCompanyHandle()
Gets the value of the companyHandle property.- Returns:
- possible object is
String
-
setCompanyHandle
public void setCompanyHandle(String value)
Sets the value of the companyHandle property.- Parameters:
value- allowed object isString
-
getFieldHandle
public String getFieldHandle()
Gets the value of the fieldHandle property.- Returns:
- possible object is
String
-
setFieldHandle
public void setFieldHandle(String value)
Sets the value of the fieldHandle property.- Parameters:
value- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getDefaultValue
public String getDefaultValue()
Gets the value of the defaultValue property.- Returns:
- possible object is
String
-
setDefaultValue
public void setDefaultValue(String value)
Sets the value of the defaultValue property.- Parameters:
value- allowed object isString
-
isIsHidden
public Boolean isIsHidden()
Gets the value of the isHidden property.- Returns:
- possible object is
Boolean
-
setIsHidden
public void setIsHidden(Boolean value)
Sets the value of the isHidden property.- Parameters:
value- allowed object isBoolean
-
isIsEnforced
public Boolean isIsEnforced()
Gets the value of the isEnforced property.- Returns:
- possible object is
Boolean
-
setIsEnforced
public void setIsEnforced(Boolean value)
Sets the value of the isEnforced property.- Parameters:
value- allowed object isBoolean
-
isIsPublishData
public Boolean isIsPublishData()
Gets the value of the isPublishData property.- Returns:
- possible object is
Boolean
-
setIsPublishData
public void setIsPublishData(Boolean value)
Sets the value of the isPublishData property.- Parameters:
value- allowed object isBoolean
-
getInitialTagValue
public String getInitialTagValue()
Gets the value of the initialTagValue property.- Returns:
- possible object is
String
-
-