Java Doc for listMachInfo.java in  » Net » jMOS » com » aranova » java » jmos » messages » profile0 » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Net » jMOS » com.aranova.java.jmos.messages.profile0 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.aranova.java.jmos.messages.Message
      com.aranova.java.jmos.messages.profile0.listMachInfo

listMachInfo
public class listMachInfo extends Message (Code)
Profile 0 - Machine Description List.
Purpose
Method for an NCS or MOS to send information about itself.
Response
None
Port
MOS Lower Port (10540) - Media Object Metadata
MOS Upper Port (10541) - Running Order

author:
   Daniel Sánchez
version:
   0.9.1
since:
   0.9




Method Summary
public  StringgetDOM()
    
public  Set<defaultActiveX>getDefaultActiveX()
    
public  StringgetHwRev()
    
public  StringgetID()
    
public  StringgetManufacturer()
    
public  StringgetModel()
    
public  Set<mosExternalMetadata>getMosExternalMetadata()
    
public  BooleangetMosProfile0()
    
public  BooleangetMosProfile1()
    
public  BooleangetMosProfile2()
    
public  BooleangetMosProfile3()
    
public  BooleangetMosProfile4()
    
public  BooleangetMosProfile5()
    
public  BooleangetMosProfile6()
    
public  BooleangetMosProfile7()
    
public  StringgetMosRev()
    
public  DategetOpTime()
    
public  StringgetSN()
    
public  StringgetSwRev()
    
public  DategetTime()
    
public  voidsetDOM(String dom)
    
public  voidsetHwRev(String hwRev)
    
public  voidsetID(String id)
    
public  voidsetManufacturer(String manufacturer)
    
public  voidsetModel(String model)
    
public  voidsetMosProfile0(Boolean mosProfile0)
    
public  voidsetMosProfile1(Boolean mosProfile1)
    
public  voidsetMosProfile2(Boolean mosProfile2)
    
public  voidsetMosProfile3(Boolean mosProfile3)
    
public  voidsetMosProfile4(Boolean mosProfile4)
    
public  voidsetMosProfile5(Boolean mosProfile5)
    
public  voidsetMosProfile6(Boolean mosProfile6)
    
public  voidsetMosProfile7(Boolean mosProfile7)
    
public  voidsetMosRev(String mosRev)
    
public  voidsetOpTime(Date opTime)
    
public  voidsetSN(String sn)
    
public  voidsetSwRev(String swRev)
    
public  voidsetTime(Date time)
    



Method Detail
getDOM
public String getDOM()(Code)
Returns the dOM.



getDefaultActiveX
public Set<defaultActiveX> getDefaultActiveX()(Code)
Returns the defaultActiveX.



getHwRev
public String getHwRev()(Code)
Returns the hwRev.



getID
public String getID()(Code)
Returns the iD.



getManufacturer
public String getManufacturer()(Code)
Returns the manufacturer.



getModel
public String getModel()(Code)
Returns the model.



getMosExternalMetadata
public Set<mosExternalMetadata> getMosExternalMetadata()(Code)
Returns the mosExternalMetadata.



getMosProfile0
public Boolean getMosProfile0()(Code)
Returns the mosProfile0.



getMosProfile1
public Boolean getMosProfile1()(Code)
Returns the mosProfile1.



getMosProfile2
public Boolean getMosProfile2()(Code)
Returns the mosProfile2.



getMosProfile3
public Boolean getMosProfile3()(Code)
Returns the mosProfile3.



getMosProfile4
public Boolean getMosProfile4()(Code)
Returns the mosProfile4.



getMosProfile5
public Boolean getMosProfile5()(Code)
Returns the mosProfile5.



getMosProfile6
public Boolean getMosProfile6()(Code)
Returns the mosProfile6.



getMosProfile7
public Boolean getMosProfile7()(Code)
Returns the mosProfile7.



getMosRev
public String getMosRev()(Code)
Returns the mosRev.



getOpTime
public Date getOpTime()(Code)
Returns the opTime.



getSN
public String getSN()(Code)
Returns the sN.



getSwRev
public String getSwRev()(Code)
Returns the swRev.



getTime
public Date getTime()(Code)
Returns the time.



setDOM
public void setDOM(String dom)(Code)

Parameters:
  dom - The dOM to set.



setHwRev
public void setHwRev(String hwRev)(Code)

Parameters:
  hwRev - The hwRev to set.



setID
public void setID(String id)(Code)

Parameters:
  id - The iD to set.



setManufacturer
public void setManufacturer(String manufacturer)(Code)

Parameters:
  manufacturer - The manufacturer to set.



setModel
public void setModel(String model)(Code)

Parameters:
  model - The model to set.



setMosProfile0
public void setMosProfile0(Boolean mosProfile0)(Code)

Parameters:
  mosProfile0 - The mosProfile0 to set.



setMosProfile1
public void setMosProfile1(Boolean mosProfile1)(Code)

Parameters:
  mosProfile1 - The mosProfile1 to set.



setMosProfile2
public void setMosProfile2(Boolean mosProfile2)(Code)

Parameters:
  mosProfile2 - The mosProfile2 to set.



setMosProfile3
public void setMosProfile3(Boolean mosProfile3)(Code)

Parameters:
  mosProfile3 - The mosProfile3 to set.



setMosProfile4
public void setMosProfile4(Boolean mosProfile4)(Code)

Parameters:
  mosProfile4 - The mosProfile4 to set.



setMosProfile5
public void setMosProfile5(Boolean mosProfile5)(Code)

Parameters:
  mosProfile5 - The mosProfile5 to set.



setMosProfile6
public void setMosProfile6(Boolean mosProfile6)(Code)

Parameters:
  mosProfile6 - The mosProfile6 to set.



setMosProfile7
public void setMosProfile7(Boolean mosProfile7)(Code)

Parameters:
  mosProfile7 - The mosProfile7 to set.



setMosRev
public void setMosRev(String mosRev)(Code)

Parameters:
  mosRev - The mosRev to set.



setOpTime
public void setOpTime(Date opTime)(Code)

Parameters:
  opTime - The opTime to set.



setSN
public void setSN(String sn)(Code)

Parameters:
  sn - The sN to set.



setSwRev
public void setSwRev(String swRev)(Code)

Parameters:
  swRev - The swRev to set.



setTime
public void setTime(Date time)(Code)

Parameters:
  time - The time to set.



Methods inherited from com.aranova.java.jmos.messages.Message
public ArrayList<ErrorValidation> getListErrors()(Code)(Java Doc)
public Map<String, Object> getLostValues()(Code)(Java Doc)
public Long getMessageID()(Code)(Java Doc)
public Message getMessagePrevio()(Code)(Java Doc)
public static Map<String, InfoMessage> getMessages()(Code)(Java Doc)
public String getMosID()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public String getNcsID()(Code)(Java Doc)
public void set(String name, Object value)(Code)(Java Doc)
public void setMessageID(Long messageID)(Code)(Java Doc)
public void setMessagePrevio(Message messagePrevio)(Code)(Java Doc)
public void setMosID(String mosID)(Code)(Java Doc)
public void setNcsID(String ncsID)(Code)(Java Doc)
public void setResponseInfoFrom(Message base)(Code)(Java Doc)
public boolean validate()(Code)(Java Doc)
protected void validate(ArrayList<ErrorValidation> listErrors)(Code)(Java Doc)
public void write(XMLStreamWriter writer) throws XMLStreamException(Code)(Java Doc)
final public void write(XMLStreamWriter writer, boolean writeEndElement) throws XMLStreamException(Code)(Java Doc)
protected void writeFields(XMLStreamWriter writer, boolean writeMosFields) throws XMLStreamException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.