| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
public static @interface RosettaNetControl.RosettaNet
Specifies the class-level annotations for the RosettaNet Control.
 Note:Annotations can be specified at the control class level, 
 at the control instance level, and at the control method level, in 
 increasing order of precedence.
| Required Element Summary | |
|---|---|
 String | 
fromRole
This attriute specifies RosettaNet role name for the sender as defined in the PIP specification, such as Buyer, Seller, Supplier, Receiver, Shipper, and so on.  | 
 String | 
pip
This attribute specifies RosettaNet PIP code, such as 3B2.  | 
 String | 
pipVersion
This attribte specifies RosettaNet PIP version.  | 
 RosettaNetControl.RNIF_VERSION | 
rnifVersion
Version of the RosettaNet Implementation Framework.  | 
 String | 
toRole
This attribute specifies RosettaNet role name for the recipient as defined in the PIP specification, such as Buyer, Seller, Supplier, Receiver, Shipper, and so on.  | 
| Optional Element Summary | |
|---|---|
 String | 
from
This will specify the DUNS of the initiator.  | 
 String | 
to
This will specify DUNS of the participant.This must match the business ID for the trading partner as defined in the TPM repository.  | 
 XQuery.Version | 
xqueryVersion
XQuery version to use.  | 
| Element Detail | 
|---|
public abstract RosettaNetControl.RNIF_VERSION rnifVersion
public abstract String pip
http://www.rosettanet.org
public abstract String pipVersion
public abstract String fromRole
public abstract String toRole
public abstract String from
public abstract String to
public abstract XQuery.Version xqueryVersion
XQuery.Version.v2004
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||