Class 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>
     
    • Constructor Detail

      • CommunicationType

        public CommunicationType()
    • Method Detail

      • setChannelCode

        public void setChannelCode​(ChannelCodeType value)
        Sets the value of the channelCode property.
        Parameters:
        value - allowed object is ChannelCodeType
      • 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 is ChannelType
      • getValue

        public ValueType getValue()
        Gets the value of the value property.
        Returns:
        possible object is ValueType
      • setValue

        public void setValue​(ValueType value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is ValueType