public class CommunicationType extends Object
Java class for CommunicationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommunicationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ChannelCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Channel" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Value" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChannelType |
channel |
protected ChannelCodeType |
channelCode |
protected ValueType |
value |
| Constructor and Description |
|---|
CommunicationType() |
| Modifier and Type | Method and Description |
|---|---|
ChannelType |
getChannel()
Gets the value of the channel property.
|
ChannelCodeType |
getChannelCode()
Gets the value of the channelCode property.
|
ValueType |
getValue()
Gets the value of the value property.
|
void |
setChannel(ChannelType value)
Sets the value of the channel property.
|
void |
setChannelCode(ChannelCodeType value)
Sets the value of the channelCode property.
|
void |
setValue(ValueType value)
Sets the value of the value property.
|
protected ChannelCodeType channelCode
protected ChannelType channel
protected ValueType value
public ChannelCodeType getChannelCode()
ChannelCodeTypepublic void setChannelCode(ChannelCodeType value)
value - allowed object is
ChannelCodeTypepublic ChannelType getChannel()
ChannelTypepublic void setChannel(ChannelType value)
value - allowed object is
ChannelTypepublic ValueType getValue()
ValueTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.