Enum Class NexusEnumType

java.lang.Object
java.lang.Enum<NexusEnumType>
software.xdev.bzst.dip.client.xmldocument.model.NexusEnumType
All Implemented Interfaces:
Serializable, Comparable<NexusEnumType>, Constable

public enum NexusEnumType extends Enum<NexusEnumType>

Java class for Nexus_EnumType.

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

 <simpleType name="Nexus_EnumType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="RPONEX1"/>
     <enumeration value="RPONEX2"/>
     <enumeration value="RPONEX3"/>
     <enumeration value="RPONEX4"/>
     <enumeration value="RPONEX5"/>
   </restriction>
 </simpleType>
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    The Reporting Platform Operator is resident for tax purposes in the EU Member State.
    The Reporting Platform Operator does not have a residence for tax purposes but it is incorporated under the laws of the EU Member State.
    The Reporting Platform Operator does not have a residence for tax purposes but it has its place of management (including effective management) in the EU Member State.
    The Reporting Platform Operator does not have a residence for tax purposes but it has a permanent establishment in the EU Member State and it is not a Qualified Non-Union Platform Operator.
    The Reporting Platform Operator is neither resident for tax purposes, nor incorporated or managed in the EU Member State, nor has a permanent establishment in the EU Member State but it facilitates the carrying out of a Relevant Activity by Reportable Sellers or a Relevant Activity involving the rental of immovable property located in the EU Member State and it is not a Qualified Non-Union Platform Operator.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    Returns the enum constant of this class with the specified name.
    static NexusEnumType[]
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • RPONEX_1

      public static final NexusEnumType RPONEX_1
      The Reporting Platform Operator is resident for tax purposes in the EU Member State.
    • RPONEX_2

      public static final NexusEnumType RPONEX_2
      The Reporting Platform Operator does not have a residence for tax purposes but it is incorporated under the laws of the EU Member State.
    • RPONEX_3

      public static final NexusEnumType RPONEX_3
      The Reporting Platform Operator does not have a residence for tax purposes but it has its place of management (including effective management) in the EU Member State.
    • RPONEX_4

      public static final NexusEnumType RPONEX_4
      The Reporting Platform Operator does not have a residence for tax purposes but it has a permanent establishment in the EU Member State and it is not a Qualified Non-Union Platform Operator.
    • RPONEX_5

      public static final NexusEnumType RPONEX_5
      The Reporting Platform Operator is neither resident for tax purposes, nor incorporated or managed in the EU Member State, nor has a permanent establishment in the EU Member State but it facilitates the carrying out of a Relevant Activity by Reportable Sellers or a Relevant Activity involving the rental of immovable property located in the EU Member State and it is not a Qualified Non-Union Platform Operator.
  • Method Details

    • values

      public static NexusEnumType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static NexusEnumType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public String value()
    • fromValue

      public static NexusEnumType fromValue(String v)