Class CodePart

    • Constructor Detail

      • CodePart

        public CodePart()
      • CodePart

        public CodePart​(CodePart source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getName

        public String getName()
        Get 码段名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Name 码段名称 注意:此字段可能返回 null,表示取不到有效值。
      • setName

        public void setName​(String Name)
        Set 码段名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Name - 码段名称 注意:此字段可能返回 null,表示取不到有效值。
      • getType

        public String getType()
        Get 码段类型 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Type 码段类型 注意:此字段可能返回 null,表示取不到有效值。
      • setType

        public void setType​(String Type)
        Set 码段类型 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Type - 码段类型 注意:此字段可能返回 null,表示取不到有效值。
      • getValue

        public String getValue()
        Get 码段内容 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Value 码段内容 注意:此字段可能返回 null,表示取不到有效值。
      • setValue

        public void setValue​(String Value)
        Set 码段内容 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Value - 码段内容 注意:此字段可能返回 null,表示取不到有效值。
      • getLength

        public Long getLength()
        Get 码段长度
        Returns:
        Length 码段长度
      • setLength

        public void setLength​(Long Length)
        Set 码段长度
        Parameters:
        Length - 码段长度
      • getExt

        public String getExt()
        Get 扩展字段 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Ext 扩展字段 注意:此字段可能返回 null,表示取不到有效值。
      • setExt

        public void setExt​(String Ext)
        Set 扩展字段 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Ext - 扩展字段 注意:此字段可能返回 null,表示取不到有效值。