Package com.scene7.ipsapi
Class SaveMetadataFieldParam
java.lang.Object
com.scene7.ipsapi.SaveMetadataFieldParam
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" minOccurs="0"/>
<element name="assetType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fieldType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assetType property.Gets the value of the companyHandle property.Gets the value of the defaultValue property.Gets the value of the fieldHandle property.Gets the value of the fieldType property.getName()Gets the value of the name property.Gets the value of the isEnforced property.Gets the value of the isHidden property.Gets the value of the isPublishData property.voidsetAssetType(String value) Sets the value of the assetType 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.voidsetFieldType(String value) Sets the value of the fieldType 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.voidSets the value of the name property.
-
Constructor Details
-
SaveMetadataFieldParam
public SaveMetadataFieldParam()
-
-
Method Details
-
getCompanyHandle
Gets the value of the companyHandle property.- Returns:
- possible object is
String
-
setCompanyHandle
Sets the value of the companyHandle property.- Parameters:
value- allowed object isString
-
getFieldHandle
Gets the value of the fieldHandle property.- Returns:
- possible object is
String
-
setFieldHandle
Sets the value of the fieldHandle property.- Parameters:
value- allowed object isString
-
getAssetType
Gets the value of the assetType property.- Returns:
- possible object is
String
-
setAssetType
Sets the value of the assetType property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getFieldType
Gets the value of the fieldType property.- Returns:
- possible object is
String
-
setFieldType
Sets the value of the fieldType property.- Parameters:
value- allowed object isString
-
getDefaultValue
Gets the value of the defaultValue property.- Returns:
- possible object is
String
-
setDefaultValue
Sets the value of the defaultValue property.- Parameters:
value- allowed object isString
-
isIsHidden
Gets the value of the isHidden property.- Returns:
- possible object is
Boolean
-
setIsHidden
Sets the value of the isHidden property.- Parameters:
value- allowed object isBoolean
-
isIsEnforced
Gets the value of the isEnforced property.- Returns:
- possible object is
Boolean
-
setIsEnforced
Sets the value of the isEnforced property.- Parameters:
value- allowed object isBoolean
-
isIsPublishData
Gets the value of the isPublishData property.- Returns:
- possible object is
Boolean
-
setIsPublishData
Sets the value of the isPublishData property.- Parameters:
value- allowed object isBoolean
-