complexType ManagedEntityValue

complexType {http://java.sun.com/products/oss/xml/Common}ManagedEntityValue

Derived Types
{http://java.sun.com/products/oss/xml/Common}ManagedEntityValue
 {http://java.sun.com/products/oss/xml/TroubleTicket}TroubleTicketValue (by extension)
 {http://java.sun.com/products/oss/xml/IPBilling}TransferStatusValue (by extension)
 {http://java.sun.com/products/oss/xml/CBE/Core}CBEManagedEntityValue (by extension)
  {http://java.sun.com/products/oss/xml/CBE/Core}AssociationValue (by extension)
   {http://java.sun.com/products/oss/xml/CBE/Cross}CrossAssociationValue (by extension)
   {http://java.sun.com/products/oss/xml/CBE/Service}ServiceAssociationValue (by extension)
    {http://java.sun.com/products/oss/xml/CBE/Service}ServiceAggregatesServiceAssocValue (by extension)
    {http://java.sun.com/products/oss/xml/CBE/Service}ServiceSpecificationAggregatesServiceSpecificationAssocValue (by extension)
   {http://java.sun.com/products/oss/xml/CBE/Product}ProductAssociationValue (by extension)
    {http://java.sun.com/products/oss/xml/CBE/Product}ProductSpecificationAggregatesProductSpecificationAssocValue (by extension)
    {http://java.sun.com/products/oss/xml/CBE/Product}ProductAggregatesProductAssocValue (by extension)
   {http://java.sun.com/products/oss/xml/CBE/Resource}ResourceAssociationValue (by extension)
    {http://java.sun.com/products/oss/xml/CBE/Resource}ResourceAggregatesResourceAssocValue (by extension)
    {http://java.sun.com/products/oss/xml/CBE/Resource}ResourceSpecificationAggregatesResourceSpecificationAssocValue (by extension)
  {http://java.sun.com/products/oss/xml/CBE/Core}EntitySpecificationValue (by extension)
   {http://java.sun.com/products/oss/xml/CBE/Product}ProductSpecificationValue (by extension)
   {http://java.sun.com/products/oss/xml/CBE/Service}ServiceSpecificationValue (by extension)
   {http://java.sun.com/products/oss/xml/CBE/Sla}SLAItemSpecificationValue (by extension)
   {http://java.sun.com/products/oss/xml/CBE/Sla}SLASpecificationValue (by extension)
   {http://java.sun.com/products/oss/xml/CBE/Resource}ResourceSpecificationValue (by extension)
   {http://java.sun.com/products/oss/xml/CBE/Product/ProductOffering}ProductOfferingValue (by extension)
  {http://java.sun.com/products/oss/xml/CBE/Core}EntityValue (by extension)
   {http://java.sun.com/products/oss/xml/CBE/Sla}ServiceLevelObjectiveValue (by extension)
   {http://java.sun.com/products/oss/xml/CBE/Party}PartyValue (by extension)
   {http://java.sun.com/products/oss/xml/CBE/Party}PartyRoleValue (by extension)
   {http://java.sun.com/products/oss/xml/CBE/Alarm}AlarmValue (by extension)
   {http://java.sun.com/products/oss/xml/CBE/Location}LocationValue (by extension)
    {http://java.sun.com/products/oss/xml/CBE/Location}GeographicAddressValue (by extension)
    {http://java.sun.com/products/oss/xml/CBE/Location}GeographicLocationValue (by extension)
   {http://java.sun.com/products/oss/xml/CBE/Resource}ResourceValue (by extension)
   {http://java.sun.com/products/oss/xml/CBE/Service}ServiceValue (by extension)
   {http://java.sun.com/products/oss/xml/CBE/Measurement}PerformanceMonitorValue (by extension)
    {http://java.sun.com/products/oss/xml/CBE/Measurement}PerformanceMonitorByClassesValue (by extension)
    {http://java.sun.com/products/oss/xml/CBE/Measurement}PerformanceMonitorByObjectsValue (by extension)
   {http://java.sun.com/products/oss/xml/CBE/Product}ProductValue (by extension)
 {http://java.sun.com/products/oss/xml/QualityOfService/PM/Threshold}ThresholdMonitorValue (by extension)
  {http://java.sun.com/products/oss/xml/QualityOfService/PM/Threshold}TriggerOnAnyThresholdMonitorValue (by extension)
  {http://java.sun.com/products/oss/xml/QualityOfService/PM/Threshold}TriggerOnAllThresholdMonitorValue (by extension)
  {http://java.sun.com/products/oss/xml/QualityOfService/PM/Threshold}SimpleThresholdMonitorValue (by extension)
 {http://java.sun.com/products/oss/xml/QualityOfService/PM/Measurement}PerformanceMonitorValue (by extension)
  {http://java.sun.com/products/oss/xml/QualityOfService/PM/Measurement}PerformanceMonitorByClassesValue (by extension)
  {http://java.sun.com/products/oss/xml/QualityOfService/PM/Measurement}PerformanceMonitorByObjectsValue (by extension)
 {http://java.sun.com/products/oss/xml/CommonFramework}ActivityValue (by extension)
  {http://java.sun.com/products/oss/xml/IPBilling}ProducerValue (by extension)
 {http://java.sun.com/products/oss/xml/ServiceActivation}ServiceValue (by extension)
 {http://java.sun.com/products/oss/xml/ServiceActivation}OrderValue (by extension)
  {http://java.sun.com/products/oss/xml/ServiceActivation}ModifyOrderValue (by extension)
  {http://java.sun.com/products/oss/xml/ServiceActivation}CreateOrderValue (by extension)
  {http://java.sun.com/products/oss/xml/ServiceActivation}CancelOrderValue (by extension)
 {http://java.sun.com/products/oss/xml/QualityOfService/FM/Monitor}AlarmValue (by extension)
Abstracttrue (This cannot be used in an instance)
Target Namespacehttp://java.sun.com/products/oss/xml/Common
Declared Namespacesxmlns:co=http://java.sun.com/products/oss/xml/Common
xmlns=http://www.w3.org/2001/XMLSchema


Source

<complexType name="ManagedEntityValue" abstract="true">
    <
annotation>
        <
documentation>
The <CODE>ManagedEntityValue</CODE> interface is the base interface for all more
detailed interfaces which represent any kind of object that is to be managed.
<p>
Classes which implement <CODE>ManagedEntityValue</CODE> or a
sub interface of <CODE>ManagedEntityValue</CODE>.
are also called value classes.
<P>All classes implementing a value interface provide several ways to access
the attributes:
<UL>
<LI>Attributes can be accessed through standard JavaBeans get/set (is/set)
methods.
<LI>Attributes can be accessed through the generic methods defined
in Attribute Access
<UL>
<LI><CODE>public Object getAttributeValue(String attributeName)</CODE>
<LI><CODE>public void setAttributeValue(String attributeName, Object newValue)</CODE>
</UL>
        
</documentation>
    </
annotation>
    <
sequence>
        <
element name="lastUpdateVersionNumber" minOccurs="0" type="long"/>
    </
sequence>
</
complexType>


Documentation

The <CODE>ManagedEntityValue</CODE> interface is the base interface for all more
 detailed interfaces which represent any kind of object that is to be managed.
 <p>
 Classes which implement <CODE>ManagedEntityValue</CODE> or a
 sub interface of <CODE>ManagedEntityValue</CODE>.
 are also called value classes.
 <P>All classes implementing a value interface provide several ways to access
 the attributes:
 <UL>
 <LI>Attributes can be accessed through standard JavaBeans get/set (is/set)
 methods.
 <LI>Attributes can be accessed through the generic methods defined
     in Attribute Access
 <UL>
 <LI><CODE>public Object getAttributeValue(String attributeName)</CODE>
 <LI><CODE>public void setAttributeValue(String attributeName, Object newValue)</CODE>
 </UL>


complexType ManagedEntityValue


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.