Uses of Class
com.sun.xml.ws.rx.rm.protocol.wsrm200702.Identifier
Packages that use Identifier
-
Uses of Identifier in com.sun.xml.ws.rx.rm.protocol.wsrm200702
Fields in com.sun.xml.ws.rx.rm.protocol.wsrm200702 declared as IdentifierModifier and TypeFieldDescriptionprotected IdentifierAckRequestedElement.identifierprotected IdentifierCloseSequenceElement.identifierprotected IdentifierCloseSequenceResponseElement.identifierprotected IdentifierCreateSequenceResponseElement.identifierprotected IdentifierOfferType.identifierprotected IdentifierSequenceAcknowledgementElement.identifierprotected IdentifierSequenceElement.identifierprotected IdentifierTerminateSequenceElement.identifierprotected IdentifierTerminateSequenceResponseElement.identifierMethods in com.sun.xml.ws.rx.rm.protocol.wsrm200702 that return IdentifierModifier and TypeMethodDescriptionAckRequestedElement.getIdentifier()Gets the value of the identifier property.CloseSequenceElement.getIdentifier()Gets the value of the identifier property.CloseSequenceResponseElement.getIdentifier()Gets the value of the identifier property.CreateSequenceResponseElement.getIdentifier()Gets the value of the identifier property.OfferType.getIdentifier()Gets the value of the identifier property.SequenceAcknowledgementElement.getIdentifier()Gets the value of the identifier property.SequenceElement.getIdentifier()Gets the value of the identifier property.TerminateSequenceElement.getIdentifier()Gets the value of the identifier property.TerminateSequenceResponseElement.getIdentifier()Gets the value of the identifier property.Methods in com.sun.xml.ws.rx.rm.protocol.wsrm200702 with parameters of type IdentifierModifier and TypeMethodDescriptionvoidAckRequestedElement.setIdentifier(Identifier value) Sets the value of the identifier property.voidCloseSequenceElement.setIdentifier(Identifier value) Sets the value of the identifier property.voidCloseSequenceResponseElement.setIdentifier(Identifier value) Sets the value of the identifier property.voidCreateSequenceResponseElement.setIdentifier(Identifier value) Sets the value of the identifier property.voidOfferType.setIdentifier(Identifier value) Sets the value of the identifier property.voidSequenceAcknowledgementElement.setIdentifier(Identifier value) Sets the value of the identifier property.voidSequenceElement.setIdentifier(Identifier value) Sets the value of the identifier property.voidTerminateSequenceElement.setIdentifier(Identifier value) Sets the value of the identifier property.voidTerminateSequenceResponseElement.setIdentifier(Identifier value) Sets the value of the identifier property.