Enum QrSwissPaymentSeparatorType

  • All Implemented Interfaces:
    Serializable, Comparable<QrSwissPaymentSeparatorType>

    public enum QrSwissPaymentSeparatorType
    extends Enum<QrSwissPaymentSeparatorType>

    Java class for QrSwissPaymentSeparatorType.

    The following schema fragment specifies the expected content contained within this class.

    
     <simpleType name="QrSwissPaymentSeparatorType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="none"/>
         <enumeration value="solidLine"/>
         <enumeration value="solidLineWithScissors"/>
         <enumeration value="dashedLine"/>
         <enumeration value="dashedLineWithScissors"/>
         <enumeration value="dottedLine"/>
         <enumeration value="dottedLineWithScissors"/>
       </restriction>
     </simpleType>