public class UpdateMetadataFieldParam
extends java.lang.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="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 |
---|---|
java.lang.String |
getCompanyHandle()
Gets the value of the companyHandle property.
|
java.lang.String |
getDefaultValue()
Gets the value of the defaultValue property.
|
java.lang.String |
getFieldHandle()
Gets the value of the fieldHandle property.
|
java.lang.String |
getInitialTagValue()
Gets the value of the initialTagValue property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Boolean |
isIsEnforced()
Gets the value of the isEnforced property.
|
java.lang.Boolean |
isIsHidden()
Gets the value of the isHidden property.
|
void |
setCompanyHandle(java.lang.String value)
Sets the value of the companyHandle property.
|
void |
setDefaultValue(java.lang.String value)
Sets the value of the defaultValue property.
|
void |
setFieldHandle(java.lang.String value)
Sets the value of the fieldHandle property.
|
void |
setInitialTagValue(java.lang.String value)
Sets the value of the initialTagValue property.
|
void |
setIsEnforced(java.lang.Boolean value)
Sets the value of the isEnforced property.
|
void |
setIsHidden(java.lang.Boolean value)
Sets the value of the isHidden property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
public java.lang.String getCompanyHandle()
String
public void setCompanyHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFieldHandle()
String
public void setFieldHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDefaultValue()
String
public void setDefaultValue(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIsHidden()
Boolean
public void setIsHidden(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsEnforced()
Boolean
public void setIsEnforced(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getInitialTagValue()
String
public void setInitialTagValue(java.lang.String value)
value
- allowed object is
String
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"