The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

XBRL::Arc

XBRL::Arc - OO Module for Ecapsulating XBRL Arcs

SYNOPSIS

  use XBRL::Arcs;

        my $arc = XBRL::Arc->new();
        
        $arc->order(4); 

        

DESCRIPTION

This module is part of the XBRL modules group and is intended for use with XBRL.

new
        my $arc = XBRL::Arc->new();

Object constructor

from_full

Get or set the from_full attribute.

from_short

Get or set the from_short attribute.

to_full

Get or set the to_full attribute.

to_short

Get or set the to_short attribute.

order

Get or set the order attribute.

arcrole

Get or set the arcrole attribute.

usable

Get or set the usable attribute (true or false).

closed

Get or set the closed attribute (true or false).

contextElement

Get or set the contextElement

prefLabel

Get or set the identifier of the preferredLabel

AUTHOR

Mark Gannon <mark@truenorth.nu>

SEE ALSO

Modules: XBRL XBRL::Schema XBRL::Element XBRL::Label

Source code, documentation, and bug tracking is hosted at: https://github.com/MarkGannon/XBRL .

AUTHOR

Mark Gannon <mark@truenorth.nu>

COPYRIGHT AND LICENSE

Copyright (C) 2012 by Mark Gannon

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10 or, at your option, any later version of Perl 5 you may have available.