Uses of Class
com.sun.xml.ws.rx.rm.protocol.wsrm200702.Identifier
-
Packages that use Identifier Package Description com.sun.xml.ws.rx.rm.protocol.wsrm200702 -
-
Uses of Identifier in com.sun.xml.ws.rx.rm.protocol.wsrm200702
Fields in com.sun.xml.ws.rx.rm.protocol.wsrm200702 declared as Identifier Modifier and Type Field Description protected 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 Identifier Modifier and Type Method Description IdentifierAckRequestedElement. getIdentifier()Gets the value of the identifier property.IdentifierCloseSequenceElement. getIdentifier()Gets the value of the identifier property.IdentifierCloseSequenceResponseElement. 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.IdentifierTerminateSequenceResponseElement. getIdentifier()Gets the value of the identifier property.Methods in com.sun.xml.ws.rx.rm.protocol.wsrm200702 with parameters of type Identifier Modifier and Type Method Description voidAckRequestedElement. 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.
-