public class Msid extends Object
<xs:element xmlns:ns="MLP_SVC_INIT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="msid">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute default="MSISDN" name="type">
<xs:simpleType>
<!-- Reference to inner class Type -->
</xs:simpleType>
</xs:attribute>
<xs:attribute default="ASC" name="enc">
<xs:simpleType>
<!-- Reference to inner class Enc -->
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
| Modifier and Type | Class and Description |
|---|---|
static class |
Msid.Enc
Schema fragment(s) for this class:
|
static class |
Msid.Type
Schema fragment(s) for this class:
|
| Constructor and Description |
|---|
Msid() |
| Modifier and Type | Method and Description |
|---|---|
Msid.Enc |
getEnc()
Get the 'enc' attribute value.
|
String |
getString()
Get the extension value.
|
Msid.Type |
getType()
Get the 'type' attribute value.
|
void |
setEnc(Msid.Enc enc)
Set the 'enc' attribute value.
|
void |
setString(String string)
Set the extension value.
|
void |
setType(Msid.Type type)
Set the 'type' attribute value.
|
public String getString()
public void setString(String string)
string - public Msid.Type getType()
public void setType(Msid.Type type)
type - public Msid.Enc getEnc()
public void setEnc(Msid.Enc enc)
enc - Copyright © 2016. All Rights Reserved.