Class CommunicationType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.CommunicationType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ChannelTypechannelprotected ChannelCodeTypechannelCodeprotected ValueTypevalue
-
Constructor Summary
Constructors Constructor Description CommunicationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelTypegetChannel()Gets the value of the channel property.ChannelCodeTypegetChannelCode()Gets the value of the channelCode property.ValueTypegetValue()Gets the value of the value property.voidsetChannel(ChannelType value)Sets the value of the channel property.voidsetChannelCode(ChannelCodeType value)Sets the value of the channelCode property.voidsetValue(ValueType value)Sets the value of the value property.
-
-
-
Field Detail
-
channelCode
protected ChannelCodeType channelCode
-
channel
protected ChannelType channel
-
value
protected ValueType value
-
-
Method Detail
-
getChannelCode
public ChannelCodeType getChannelCode()
Gets the value of the channelCode property.- Returns:
- possible object is
ChannelCodeType
-
setChannelCode
public void setChannelCode(ChannelCodeType value)
Sets the value of the channelCode property.- Parameters:
value- allowed object isChannelCodeType
-
getChannel
public ChannelType getChannel()
Gets the value of the channel property.- Returns:
- possible object is
ChannelType
-
setChannel
public void setChannel(ChannelType value)
Sets the value of the channel property.- Parameters:
value- allowed object isChannelType
-
getValue
public ValueType getValue()
Gets the value of the value property.- Returns:
- possible object is
ValueType
-
-