Package com.scene7.ipsapi
Class MetadataField
- java.lang.Object
-
- com.scene7.ipsapi.MetadataField
-
public class MetadataField extends java.lang.ObjectJava class for MetadataField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataField"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="fieldHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="isRequired" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="isUserDefined" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="isHidden" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="isEnforced" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="isPublishData" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="initialTagValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description MetadataField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDefaultValue()Gets the value of the defaultValue property.java.lang.StringgetFieldHandle()Gets the value of the fieldHandle property.java.lang.StringgetInitialTagValue()Gets the value of the initialTagValue property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetType()Gets the value of the type 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.booleanisIsRequired()Gets the value of the isRequired property.booleanisIsUserDefined()Gets the value of the isUserDefined property.voidsetDefaultValue(java.lang.String value)Sets the value of the defaultValue property.voidsetFieldHandle(java.lang.String value)Sets the value of the fieldHandle property.voidsetInitialTagValue(java.lang.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.voidsetIsRequired(boolean value)Sets the value of the isRequired property.voidsetIsUserDefined(boolean value)Sets the value of the isUserDefined property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetType(java.lang.String value)Sets the value of the type property.
-
-
-
Method Detail
-
getFieldHandle
public java.lang.String getFieldHandle()
Gets the value of the fieldHandle property.- Returns:
- possible object is
String
-
setFieldHandle
public void setFieldHandle(java.lang.String value)
Sets the value of the fieldHandle property.- Parameters:
value- allowed object isString
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getDefaultValue
public java.lang.String getDefaultValue()
Gets the value of the defaultValue property.- Returns:
- possible object is
String
-
setDefaultValue
public void setDefaultValue(java.lang.String value)
Sets the value of the defaultValue property.- Parameters:
value- allowed object isString
-
isIsRequired
public boolean isIsRequired()
Gets the value of the isRequired property.
-
setIsRequired
public void setIsRequired(boolean value)
Sets the value of the isRequired property.
-
isIsUserDefined
public boolean isIsUserDefined()
Gets the value of the isUserDefined property.
-
setIsUserDefined
public void setIsUserDefined(boolean value)
Sets the value of the isUserDefined property.
-
isIsHidden
public boolean isIsHidden()
Gets the value of the isHidden property.
-
setIsHidden
public void setIsHidden(boolean value)
Sets the value of the isHidden property.
-
isIsEnforced
public boolean isIsEnforced()
Gets the value of the isEnforced property.
-
setIsEnforced
public void setIsEnforced(boolean value)
Sets the value of the isEnforced property.
-
isIsPublishData
public boolean isIsPublishData()
Gets the value of the isPublishData property.
-
setIsPublishData
public void setIsPublishData(boolean value)
Sets the value of the isPublishData property.
-
getInitialTagValue
public java.lang.String getInitialTagValue()
Gets the value of the initialTagValue property.- Returns:
- possible object is
String
-
setInitialTagValue
public void setInitialTagValue(java.lang.String value)
Sets the value of the initialTagValue property.- Parameters:
value- allowed object isString
-
-