Uses of Class
com.sun.xml.ws.rx.rm.protocol.wsrm200502.Identifier
Packages that use Identifier
-
Uses of Identifier in com.sun.xml.ws.rx.rm.protocol.wsrm200502
Fields in com.sun.xml.ws.rx.rm.protocol.wsrm200502 declared as IdentifierModifier and TypeFieldDescriptionprotected IdentifierAckRequestedElement.identifierprotected IdentifierCreateSequenceResponseElement.identifierprotected IdentifierOfferType.identifierprotected IdentifierSequenceAcknowledgementElement.identifierprotected IdentifierSequenceElement.identifierprotected IdentifierTerminateSequenceElement.identifierMethods in com.sun.xml.ws.rx.rm.protocol.wsrm200502 that return IdentifierModifier and TypeMethodDescriptionAckRequestedElement.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.Methods in com.sun.xml.ws.rx.rm.protocol.wsrm200502 with parameters of type IdentifierModifier and TypeMethodDescriptionvoidAckRequestedElement.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.