Enum Class NexusEnumType
- All Implemented Interfaces:
Serializable,Comparable<NexusEnumType>,Constable
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 ConstantsEnum ConstantDescriptionThe 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 TypeMethodDescriptionstatic NexusEnumTypevalue()static NexusEnumTypeReturns the enum constant of this class with the specified name.static NexusEnumType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RPONEX_1
The Reporting Platform Operator is resident for tax purposes in the EU Member State. -
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
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
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
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
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
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 nameNullPointerException- if the argument is null
-
value
-
fromValue
-