Uses of Class
com.sun.xml.ws.rx.rm.protocol.wsrm200502.Identifier
-
Packages that use Identifier Package Description com.sun.xml.ws.rx.rm.protocol.wsrm200502 -
-
Uses of Identifier in com.sun.xml.ws.rx.rm.protocol.wsrm200502
Fields in com.sun.xml.ws.rx.rm.protocol.wsrm200502 declared as Identifier Modifier and Type Field Description protected IdentifierAckRequestedElement. identifierprotected IdentifierCreateSequenceResponseElement. identifierprotected IdentifierOfferType. identifierprotected IdentifierSequenceAcknowledgementElement. identifierprotected IdentifierSequenceElement. identifierprotected IdentifierTerminateSequenceElement. identifierMethods in com.sun.xml.ws.rx.rm.protocol.wsrm200502 that return Identifier Modifier and Type Method Description IdentifierAckRequestedElement. getIdentifier()Gets the value of the Identifier property.IdentifierCreateSequenceResponseElement. getIdentifier()Gets the value of the identifier property.IdentifierOfferType. getIdentifier()Gets the value of the identifier property.IdentifierSequenceAcknowledgementElement. getIdentifier()Gets the value of the identifier property.IdentifierSequenceElement. getIdentifier()Gets the value of the identifier property.IdentifierTerminateSequenceElement. getIdentifier()Gets the value of the identifier property.Methods in com.sun.xml.ws.rx.rm.protocol.wsrm200502 with parameters of type Identifier Modifier and Type Method Description voidAckRequestedElement. 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.
-