Class CreateMetadataFieldParam


  • public class CreateMetadataFieldParam
    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="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" 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>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAssetType()
      Gets the value of the assetType property.
      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 getFieldType()
      Gets the value of the fieldType 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.
      java.lang.Boolean isIsPublishData()
      Gets the value of the isPublishData property.
      void setAssetType​(java.lang.String value)
      Sets the value of the assetType 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 setFieldType​(java.lang.String value)
      Sets the value of the fieldType 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 setIsPublishData​(java.lang.Boolean value)
      Sets the value of the isPublishData property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CreateMetadataFieldParam

        public CreateMetadataFieldParam()
    • Method Detail

      • getCompanyHandle

        public java.lang.String getCompanyHandle()
        Gets the value of the companyHandle property.
        Returns:
        possible object is String
      • setCompanyHandle

        public void setCompanyHandle​(java.lang.String value)
        Sets the value of the companyHandle property.
        Parameters:
        value - allowed object is String
      • getAssetType

        public java.lang.String getAssetType()
        Gets the value of the assetType property.
        Returns:
        possible object is String
      • setAssetType

        public void setAssetType​(java.lang.String value)
        Sets the value of the assetType property.
        Parameters:
        value - allowed object is String
      • 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 is String
      • getFieldType

        public java.lang.String getFieldType()
        Gets the value of the fieldType property.
        Returns:
        possible object is String
      • setFieldType

        public void setFieldType​(java.lang.String value)
        Sets the value of the fieldType property.
        Parameters:
        value - allowed object is String
      • 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 is String
      • isIsHidden

        public java.lang.Boolean isIsHidden()
        Gets the value of the isHidden property.
        Returns:
        possible object is Boolean
      • setIsHidden

        public void setIsHidden​(java.lang.Boolean value)
        Sets the value of the isHidden property.
        Parameters:
        value - allowed object is Boolean
      • isIsEnforced

        public java.lang.Boolean isIsEnforced()
        Gets the value of the isEnforced property.
        Returns:
        possible object is Boolean
      • setIsEnforced

        public void setIsEnforced​(java.lang.Boolean value)
        Sets the value of the isEnforced property.
        Parameters:
        value - allowed object is Boolean
      • isIsPublishData

        public java.lang.Boolean isIsPublishData()
        Gets the value of the isPublishData property.
        Returns:
        possible object is Boolean
      • setIsPublishData

        public void setIsPublishData​(java.lang.Boolean value)
        Sets the value of the isPublishData property.
        Parameters:
        value - allowed object is Boolean
      • 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 is String