Uses of Class
com.sun.xml.ws.rm.protocol.wsrm200502.Identifier

Packages that use Identifier
com.sun.xml.ws.rm.protocol.wsrm200502   
 

Uses of Identifier in com.sun.xml.ws.rm.protocol.wsrm200502
 

Fields in com.sun.xml.ws.rm.protocol.wsrm200502 declared as Identifier
protected  Identifier AckRequestedElement.identifier
           
protected  Identifier CreateSequenceResponseElement.identifier
           
protected  Identifier OfferType.identifier
           
protected  Identifier SequenceAcknowledgementElement.identifier
           
protected  Identifier SequenceElement.identifier
           
protected  Identifier TerminateSequenceElement.identifier
           
 

Methods in com.sun.xml.ws.rm.protocol.wsrm200502 that return Identifier
 Identifier AckRequestedElement.getIdentifier()
          Gets the value of the Identifier property.
 Identifier CreateSequenceResponseElement.getIdentifier()
          Gets the value of the identifier property.
 Identifier OfferType.getIdentifier()
          Gets the value of the identifier property.
 Identifier SequenceAcknowledgementElement.getIdentifier()
          Gets the value of the identifier property.
 Identifier SequenceElement.getIdentifier()
          Gets the value of the identifier property.
 Identifier TerminateSequenceElement.getIdentifier()
          Gets the value of the identifier property.
 

Methods in com.sun.xml.ws.rm.protocol.wsrm200502 with parameters of type Identifier
 void AckRequestedElement.setIdentifier(Identifier value)
          Sets the value of the identifier property.
 void CreateSequenceResponseElement.setIdentifier(Identifier value)
          Sets the value of the identifier property.
 void OfferType.setIdentifier(Identifier value)
          Sets the value of the identifier property.
 void SequenceAcknowledgementElement.setIdentifier(Identifier value)
          Sets the value of the identifier property.
 void SequenceElement.setIdentifier(Identifier value)
          Sets the value of the identifier property.
 void TerminateSequenceElement.setIdentifier(Identifier value)
          Sets the value of the identifier property.