complexType ProducerValue

complexType {http://java.sun.com/products/oss/xml/IPBilling}ProducerValue

Type Heirarchy
{http://java.sun.com/products/oss/xml/Common}ManagedEntityValue (by extension)
 {http://java.sun.com/products/oss/xml/CommonFramework}ActivityValue (by extension)
  {http://java.sun.com/products/oss/xml/IPBilling}ProducerValue
Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/products/oss/xml/IPBilling
Declared Namespacesxmlns:cfi=http://java.sun.com/products/oss/xml/CommonFramework
xmlns:ipb=http://java.sun.com/products/oss/xml/IPBilling
xmlns:co=http://java.sun.com/products/oss/xml/Common
xmlns=http://www.w3.org/2001/XMLSchema


Source

<complexType name="ProducerValue">
    <
annotation>
        <
documentation>
This is base interface, representing the attribute values of
any type of <CODE>Producer</CODE> Entity in the IP Billing API.
The Producer in the IP Billing API is an <CODE>Activity</CODE>
(see {@link javax.oss.cfi.activity.ActivityValue}),
which knows how and
what type of data to collect and how to report it to the client.
<p>
This is a base Value Object interface to the <CODE>Producer</CODE> entity.
This interface and its sub interfaces (if any) provide several ways
to access the attributes:
<p>
<UL>
<LI>Attributes can be accessed through standard JavaBeans get/set (isSet)
methods.
<LI>Attributes can be accessed through the generic methods defined
in <CODE>AttributeAccess</CODE>
<UL>
<LI><CODE> Object getAttributeValue(String attributeName)</CODE>
<LI><CODE> void setAttributeValue(String attributeName, Object newValue)</CODE>
</UL>
</UL>
        
</documentation>
    </
annotation>
    <
complexContent>
        <
extension base="cfi:ActivityValue">
            <
sequence>
                <
element name="producerKey" minOccurs="0" nillable="true" type="ipb:ProducerKey"/>
                <
element name="mediationCapabilityValues" minOccurs="0" nillable="true"
                    
type="ipb:ArrayOfMediationCapability"/>
                <
element name="transferStatusSupported" minOccurs="0" nillable="true" type="boolean"/>
            </
sequence>
        </
extension>
    </
complexContent>
</
complexType>


Documentation

This is base interface, representing the attribute values of
 any type of <CODE>Producer</CODE> Entity in the IP Billing API.
 The Producer in the IP Billing API is an <CODE>Activity</CODE>
 (see {@link javax.oss.cfi.activity.ActivityValue}),
 which knows how and
 what type of data to collect and how to report it to the client.
 <p>
 This is a base Value Object interface to the <CODE>Producer</CODE> entity.
 This interface and its sub interfaces (if any) provide several ways
 to access the attributes:
 <p>
 <UL>
 <LI>Attributes can be accessed through standard JavaBeans get/set (isSet)
 methods.
 <LI>Attributes can be accessed through the generic methods defined
     in <CODE>AttributeAccess</CODE>
 <UL>
 <LI><CODE> Object getAttributeValue(String attributeName)</CODE>
 <LI><CODE> void setAttributeValue(String attributeName, Object newValue)</CODE>
 </UL>
 </UL>


complexType ProducerValue


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.