Class AuthorityOperation

  • All Implemented Interfaces:
    Serializable

    public class AuthorityOperation
    extends Activity
    implements Serializable

    Java class for AuthorityOperation complex type.

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

     <complexType name="AuthorityOperation">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}Activity">
           <sequence>
             <element name="authorityOperationType" type="{http://datex2.eu/schema/2_0RC1/2_0}AuthorityOperationTypeEnum"/>
             <element name="authorityOperationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthorityOperation

        public AuthorityOperation()
    • Method Detail

      • getAuthorityOperationExtension

        public ExtensionType getAuthorityOperationExtension()
        Gets the value of the authorityOperationExtension property.
        Returns:
        possible object is ExtensionType
      • setAuthorityOperationExtension

        public void setAuthorityOperationExtension​(ExtensionType value)
        Sets the value of the authorityOperationExtension property.
        Parameters:
        value - allowed object is ExtensionType