Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Source code: com/dell/wsdm/demos/interop/x2005/x04/IpmiserverPropertyQNames.java


1   package com.dell.wsdm.demos.interop.x2005.x04;
2   
3   import javax.xml.namespace.QName;
4   
5   /**
6    * QNames of the resource properties defined by Ipmiserver WSDL.
7    * <p/>
8    * NOTE: This class is generated and is NOT meant to be modified.
9    */
10  public interface IpmiserverPropertyQNames
11  {
12      QName ATTENTIONLEDON =
13              new QName("http://dell.com/wsdm/demos/interop/2005/04", "AttentionLedOn", "tns");
14      QName SYSCONTACT =
15              new QName("http://dell.com/wsdm/demos/interop/2005/04", "sysContact", "tns");
16      QName TOPICEXPRESSIONDIALECTS =
17              new QName("http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd", "TopicExpressionDialects", "wsnt");
18      QName RESOURCEID =
19              new QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd", "ResourceId", "muws-xs1");
20      QName MANAGEABILITYCAPABILITY =
21              new QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd", "ManageabilityCapability", "muws-xs1");
22      QName SERIALNUMBER =
23              new QName("http://dell.com/wsdm/demos/interop/2005/04", "SerialNumber", "tns");
24      QName COVEROPEN =
25              new QName("http://dell.com/wsdm/demos/interop/2005/04", "CoverOpen", "tns");
26      QName IPNAME =
27              new QName("http://dell.com/wsdm/demos/interop/2005/04", "IpName", "tns");
28      QName MODELNAME =
29              new QName("http://dell.com/wsdm/demos/interop/2005/04", "ModelName", "tns");
30      QName OPERATIONALSTATUS =
31              new QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd", "OperationalStatus", "muws-xs2");
32      QName FIXEDTOPICSET =
33              new QName("http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd", "FixedTopicSet", "wsnt");
34      QName CURRENTTIME =
35              new QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd", "CurrentTime", "muws-xs2");
36      QName TOPIC =
37              new QName("http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd", "Topic", "wsnt");
38  
39  
40  }