Java Doc for SequenceElement.java in » 6.0-JDK-Modules-com.sun » wsit » com » sun » xml » ws » rm » v200502 » 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
»
6.0 JDK Modules com.sun
»
wsit
»
com.sun.xml.ws.rm.v200502
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
com.sun.xml.ws.rm.protocol
.AbstractSequence
com.sun.xml.ws.rm.v200502
.SequenceElement
SequenceElement
public
class SequenceElement extends
AbstractSequence
(Code)
SequenceElement is based on a JAXB Schema Compiler generated class that serializes and deserialized the
SequenceType
defined in the WS-RM schema.
Inner Class :
public
static class LastMessage
Field Summary
protected
List
<
Object
>
any
protected
Identifier
identifier
protected
LastMessage
lastMessage
protected
Integer
messageNumber
Constructor Summary
public
SequenceElement
()
Method Summary
public
List
<
Object
>
getAny
()
Gets the value of the any property.
public
String
getId
()
Accessor for the Id property.
public
Identifier
getIdentifier
()
Gets the value of the identifier property.
public
boolean
getLast
()
public
LastMessage
getLastMessage
()
Gets the value of the lastMessage property.
public
String
getLocalPart
()
public
Integer
getMessageNumber
()
Gets the value of the messageNumber property.
public
int
getNumber
()
Accessor for the Number property which maps to the MessageNumber property in the underlying JAXB class.
public
Map
<
QName
,
String
>
getOtherAttributes
()
Gets a map that contains attributes that aren't bound to any typed property on this class.
public
void
setId
(
String
id)
Mutator for the Id property.
public
void
setIdentifier
(
Identifier
value)
Sets the value of the identifier property.
public
void
setLast
(boolean last)
public
void
setLastMessage
(LastMessage value)
Sets the value of the lastMessage property.
Parameters:
value - The new value.
public
void
setMessageNumber
(
Integer
value)
Sets the value of the messageNumber property.
public
void
setNumber
(int l)
Mutator for the Number property which maps to the MessageNumber property in the underlying JAXB class.
public
String
toString
()
Field Detail
any
protected
List
<
Object
> any
(Code)
identifier
protected
Identifier
identifier
(Code)
lastMessage
protected
LastMessage lastMessage
(Code)
messageNumber
protected
Integer
messageNumber
(Code)
Constructor Detail
SequenceElement
public
SequenceElement()
(Code)
Method Detail
getAny
public
List
<
Object
> getAny()
(Code)
Gets the value of the any property. The value of the property.
getId
public
String
getId()
(Code)
Accessor for the Id property. Maps to the Identifier property in the underlying JAXB class The sequence id
getIdentifier
public
Identifier
getIdentifier()
(Code)
Gets the value of the identifier property. The property value
getLast
public
boolean getLast()
(Code)
Accessor for the Last property that maps to the LastMessage property in the underlying JAXB class The value of the property.
getLastMessage
public
LastMessage getLastMessage()
(Code)
Gets the value of the lastMessage property. The value of the propertynon-null indicates that a Last child will be serialized onthe Sequence element.
getLocalPart
public
String
getLocalPart()
(Code)
getMessageNumber
public
Integer
getMessageNumber()
(Code)
Gets the value of the messageNumber property. The value of the property.
getNumber
public
int getNumber()
(Code)
Accessor for the Number property which maps to the MessageNumber property in the underlying JAXB class. The Message number.
getOtherAttributes
public
Map
<
QName
,
String
> getOtherAttributes()
(Code)
Gets a map that contains attributes that aren't bound to any typed property on this class. The map of attributes.
setId
public
void setId(
String
id)
(Code)
Mutator for the Id property. Maps to the Identifier property in the underlying JAXB class.
Parameters:
id - The new value.
setIdentifier
public
void setIdentifier(
Identifier
value)
(Code)
Sets the value of the identifier property.
Parameters:
value - The new value.
setLast
public
void setLast(boolean last)
(Code)
Mutator for the Last property that maps to the LastMessage property in the underlying JAXB class
Parameters:
last - The value of the property.
setLastMessage
public
void setLastMessage(LastMessage value)
(Code)
Sets the value of the lastMessage property.
Parameters:
value - The new value. Either null or a memberof the placeholder inner LastMessage class.
setMessageNumber
public
void setMessageNumber(
Integer
value)
(Code)
Sets the value of the messageNumber property.
Parameters:
value - The new value.
setNumber
public
void setNumber(int l)
(Code)
Mutator for the Number property which maps to the MessageNumber property in the underlying JAXB class.
Parameters:
l - The Message number.
toString
public
String
toString()
(Code)
Methods inherited from
com.sun.xml.ws.rm.protocol.AbstractSequence
abstract
public
List
<
Object
> getAny()
(Code)
(Java Doc)
abstract
protected
String
getId()
(Code)
(Java Doc)
public
String
getLocalPart()
(Code)
(Java Doc)
abstract
protected
Integer
getMessageNumber()
(Code)
(Java Doc)
protected
int getNumber()
(Code)
(Java Doc)
abstract
public
Map
<
QName
,
String
> getOtherAttributes()
(Code)
(Java Doc)
abstract
public
void setId(
String
id)
(Code)
(Java Doc)
abstract
public
void setMessageNumber(
Integer
value)
(Code)
(Java Doc)
public
void setNumber(int l)
(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.