⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 asteriskchantablepdu.java

📁 无线网络管理
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
  Description: Channel state.)<br/>*/public void setAstChanState(AsnObject new_value){    AsnInteger obj = (AsnInteger) new_value;    _astChanState = new Integer(obj.getValue());}public String getAstChanStateStr(){    String ret = null;    if (_astChanState != null)    {        ret = (String) _astChanStateMap.get(_astChanState);    }    return ret;}public Integer getAstChanState(){    return _astChanState;}/**astChanMuted<br/>TYPE TruthValue ::= TEXTUAL-CONVENTION (  Status: current  Description: Represents a boolean value.  Syntax: [UNIVERSAL 2] INTEGER (1 | 2))<br/>OBJECT-TYPE (  Syntax: [UNIVERSAL 2] INTEGER (1 | 2)  Access: read-only  Status: current  Description: Transmission of voice data has been muted.)<br/>*/public void setAstChanMuted(AsnObject new_value){    AsnInteger obj = (AsnInteger) new_value;    _astChanMuted = new Integer(obj.getValue());}public String getAstChanMutedStr(){    String ret = null;    if (_astChanMuted != null)    {        ret = (String) _astChanMutedMap.get(_astChanMuted);    }    return ret;}public Integer getAstChanMuted(){    return _astChanMuted;}/**astChanRings<br/>TYPE Integer32 ::= [UNIVERSAL 2] INTEGER (-2147483648..2147483647)<br/>OBJECT-TYPE (  Syntax: [UNIVERSAL 2] INTEGER (-2147483648..2147483647)  Access: read-only  Status: current  Description: Number of rings so far.)<br/>*/public void setAstChanRings(AsnObject new_value){    AsnInteger obj = (AsnInteger) new_value;    _astChanRings = new Integer(obj.getValue());}public Integer getAstChanRings(){    return _astChanRings;}/**astChanCidDNID<br/>TYPE DisplayString ::= TEXTUAL-CONVENTION (  Display-Hint: 255a  Status: current  Description: Represents textual information taken from the NVT ASCII               character set, as defined in pages 4, 10-11 of RFC 854.                              To summarize RFC 854, the NVT ASCII repertoire specifies:                                - the use of character codes 0-127 (decimal)                                - the graphics characters (32-126) are interpreted as                   US ASCII                                - NUL, LF, CR, BEL, BS, HT, VT and FF have the special                   meanings specified in RFC 854                                - the other 25 codes have no standard interpretation                                - the sequence 'CR LF' means newline                                - the sequence 'CR NUL' means carriage-return                                - an 'LF' not preceded by a 'CR' means moving to the                   same column on the next line.                                - the sequence 'CR x' for any x other than LF or NUL is                   illegal.  (Note that this also means that a string may                   end with either 'CR LF' or 'CR NUL', but not with CR.)                              Any object defined using this syntax may not exceed 255               characters in length.  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255)))<br/>OBJECT-TYPE (  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255))  Access: read-only  Status: current  Description: Dialled Number ID.)<br/>*/public void setAstChanCidDNID(AsnObject new_value){    AsnOctets obj = (AsnOctets) new_value;    _astChanCidDNID = obj.toDisplayString();}public String getAstChanCidDNID(){    return _astChanCidDNID;}/**astChanCidNum<br/>TYPE DisplayString ::= TEXTUAL-CONVENTION (  Display-Hint: 255a  Status: current  Description: Represents textual information taken from the NVT ASCII               character set, as defined in pages 4, 10-11 of RFC 854.                              To summarize RFC 854, the NVT ASCII repertoire specifies:                                - the use of character codes 0-127 (decimal)                                - the graphics characters (32-126) are interpreted as                   US ASCII                                - NUL, LF, CR, BEL, BS, HT, VT and FF have the special                   meanings specified in RFC 854                                - the other 25 codes have no standard interpretation                                - the sequence 'CR LF' means newline                                - the sequence 'CR NUL' means carriage-return                                - an 'LF' not preceded by a 'CR' means moving to the                   same column on the next line.                                - the sequence 'CR x' for any x other than LF or NUL is                   illegal.  (Note that this also means that a string may                   end with either 'CR LF' or 'CR NUL', but not with CR.)                              Any object defined using this syntax may not exceed 255               characters in length.  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255)))<br/>OBJECT-TYPE (  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255))  Access: read-only  Status: current  Description: Caller Number.)<br/>*/public void setAstChanCidNum(AsnObject new_value){    AsnOctets obj = (AsnOctets) new_value;    _astChanCidNum = obj.toDisplayString();}public String getAstChanCidNum(){    return _astChanCidNum;}/**astChanCidName<br/>TYPE DisplayString ::= TEXTUAL-CONVENTION (  Display-Hint: 255a  Status: current  Description: Represents textual information taken from the NVT ASCII               character set, as defined in pages 4, 10-11 of RFC 854.                              To summarize RFC 854, the NVT ASCII repertoire specifies:                                - the use of character codes 0-127 (decimal)                                - the graphics characters (32-126) are interpreted as                   US ASCII                                - NUL, LF, CR, BEL, BS, HT, VT and FF have the special                   meanings specified in RFC 854                                - the other 25 codes have no standard interpretation                                - the sequence 'CR LF' means newline                                - the sequence 'CR NUL' means carriage-return                                - an 'LF' not preceded by a 'CR' means moving to the                   same column on the next line.                                - the sequence 'CR x' for any x other than LF or NUL is                   illegal.  (Note that this also means that a string may                   end with either 'CR LF' or 'CR NUL', but not with CR.)                              Any object defined using this syntax may not exceed 255               characters in length.  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255)))<br/>OBJECT-TYPE (  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255))  Access: read-only  Status: current  Description: Caller Name.)<br/>*/public void setAstChanCidName(AsnObject new_value){    AsnOctets obj = (AsnOctets) new_value;    _astChanCidName = obj.toDisplayString();}public String getAstChanCidName(){    return _astChanCidName;}/**astCanCidANI<br/>TYPE DisplayString ::= TEXTUAL-CONVENTION (  Display-Hint: 255a  Status: current  Description: Represents textual information taken from the NVT ASCII               character set, as defined in pages 4, 10-11 of RFC 854.                              To summarize RFC 854, the NVT ASCII repertoire specifies:                                - the use of character codes 0-127 (decimal)                                - the graphics characters (32-126) are interpreted as                   US ASCII                                - NUL, LF, CR, BEL, BS, HT, VT and FF have the special                   meanings specified in RFC 854                                - the other 25 codes have no standard interpretation                                - the sequence 'CR LF' means newline                                - the sequence 'CR NUL' means carriage-return                                - an 'LF' not preceded by a 'CR' means moving to the                   same column on the next line.                                - the sequence 'CR x' for any x other than LF or NUL is                   illegal.  (Note that this also means that a string may                   end with either 'CR LF' or 'CR NUL', but not with CR.)                              Any object defined using this syntax may not exceed 255               characters in length.  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255)))<br/>OBJECT-TYPE (  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255))  Access: read-only  Status: current  Description: ANI)<br/>*/public void setAstCanCidANI(AsnObject new_value){    AsnOctets obj = (AsnOctets) new_value;    _astCanCidANI = obj.toDisplayString();}public String getAstCanCidANI(){    return _astCanCidANI;}/**astChanCidRDNIS<br/>TYPE DisplayString ::= TEXTUAL-CONVENTION (  Display-Hint: 255a  Status: current  Description: Represents textual information taken from the NVT ASCII               character set, as defined in pages 4, 10-11 of RFC 854.                              To summarize RFC 854, the NVT ASCII repertoire specifies:                                - the use of character codes 0-127 (decimal)                                - the graphics characters (32-126) are interpreted as                   US ASCII                                - NUL, LF, CR, BEL, BS, HT, VT and FF have the special                   meanings specified in RFC 854                                - the other 25 codes have no standard interpretation                                - the sequence 'CR LF' means newline                                - the sequence 'CR NUL' means carriage-return                                - an 'LF' not preceded by a 'CR' means moving to the                   same column on the next line.                                - the sequence 'CR x' for any x other than LF or NUL is                   illegal.  (Note that this also means that a string may                   end with either 'CR LF' or 'CR NUL', but not with CR.)                              Any object defined using this syntax may not exceed 255               characters in length.  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255)))<br/>OBJECT-TYPE (  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255))  Access: read-only  Status: current  Description: Redirected Dialled Number Service.)<br/>*/public void setAstChanCidRDNIS(AsnObject new_value){    AsnOctets obj = (AsnOctets) new_value;    _astChanCidRDNIS = obj.toDisplayString();}public String getAstChanCidRDNIS(){    return _astChanCidRDNIS;}/**astChanCidPresentation<br/>TYPE DisplayString ::= TEXTUAL-CONVENTION (  Display-Hint: 255a  Status: current  Description: Represents textual information taken from the NVT ASCII               character set, as defined in pages 4, 10-11 of RFC 854.                              To summarize RFC 854, the NVT ASCII repertoire specifies:                                - the use of character codes 0-127 (decimal)                                - the graphics characters (32-126) are interpreted as                   US ASCII                                - NUL, LF, CR, BEL, BS, HT, VT and FF have the special                   meanings specified in RFC 854                                - the other 25 codes have no standard interpretation                                - the sequence 'CR LF' means newline                                - the sequence 'CR NUL' means carriage-return                                - an 'LF' not preceded by a 'CR' means moving to the                   same column on the next line.                                - the sequence 'CR x' for any x other than LF or NUL is                   illegal.  (Note that this also means that a string may                   end with either 'CR LF' or 'CR NUL', but not with CR.)                              Any object defined using this syntax may not exceed 255               characters in length.  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255)))<br/>OBJECT-TYPE (  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255))  Access: read-only  Status: current  Description: Number Presentation/Screening.)<br/>*/public void setAstChanCidPresentation(AsnObject new_value){    AsnOctets obj = (

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -