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 and Description |
|---|
UpdateMetadataFieldParam() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompanyHandle()
Gets the value of the companyHandle property.
|
String |
getDefaultValue()
Gets the value of the defaultValue property.
|
String |
getFieldHandle()
Gets the value of the fieldHandle property.
|
String |
getInitialTagValue()
Gets the value of the initialTagValue property.
|
String |
getName()
Gets the value of the name property.
|
Boolean |
isIsEnforced()
Gets the value of the isEnforced property.
|
Boolean |
isIsHidden()
Gets the value of the isHidden property.
|
Boolean |
isIsPublishData()
Gets the value of the isPublishData property.
|
void |
setCompanyHandle(String value)
Sets the value of the companyHandle property.
|
void |
setDefaultValue(String value)
Sets the value of the defaultValue property.
|
void |
setFieldHandle(String value)
Sets the value of the fieldHandle property.
|
void |
setInitialTagValue(String value)
Sets the value of the initialTagValue property.
|
void |
setIsEnforced(Boolean value)
Sets the value of the isEnforced property.
|
void |
setIsHidden(Boolean value)
Sets the value of the isHidden property.
|
void |
setIsPublishData(Boolean value)
Sets the value of the isPublishData property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getCompanyHandle()
Stringpublic void setCompanyHandle(String value)
value - allowed object is
Stringpublic String getFieldHandle()
Stringpublic void setFieldHandle(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDefaultValue()
Stringpublic void setDefaultValue(String value)
value - allowed object is
Stringpublic Boolean isIsHidden()
Booleanpublic void setIsHidden(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsEnforced()
Booleanpublic void setIsEnforced(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsPublishData()
Booleanpublic void setIsPublishData(Boolean value)
value - allowed object is
Booleanpublic String getInitialTagValue()
StringCopyright © 2010 - 2020 Adobe. All Rights Reserved