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

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

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

Fields in com.sun.xml.ws.rm.protocol.wsrm200702 declared as Identifier
protected  Identifier AckRequestedElement.identifier
           
protected  Identifier CloseSequenceElement.identifier
           
protected  Identifier CloseSequenceResponseElement.identifier
           
protected  Identifier CreateSequenceResponseElement.identifier
           
protected  Identifier MakeConnectionElement.identifier
           
protected  Identifier OfferType.identifier
           
protected  Identifier SequenceAcknowledgementElement.identifier
           
protected  Identifier SequenceElement.identifier
           
protected  Identifier TerminateSequenceElement.identifier
           
protected  Identifier TerminateSequenceResponseElement.identifier
           
 

Methods in com.sun.xml.ws.rm.protocol.wsrm200702 that return Identifier
 Identifier AckRequestedElement.getIdentifier()
          Gets the value of the identifier property.
 Identifier CloseSequenceElement.getIdentifier()
          Gets the value of the identifier property.
 Identifier CloseSequenceResponseElement.getIdentifier()
          Gets the value of the identifier property.
 Identifier CreateSequenceResponseElement.getIdentifier()
          Gets the value of the identifier property.
 Identifier MakeConnectionElement.getIdentifier()
           
 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.
 Identifier TerminateSequenceResponseElement.getIdentifier()
          Gets the value of the identifier property.
 

Methods in com.sun.xml.ws.rm.protocol.wsrm200702 with parameters of type Identifier
 void AckRequestedElement.setIdentifier(Identifier value)
          Sets the value of the identifier property.
 void CloseSequenceElement.setIdentifier(Identifier value)
          Sets the value of the identifier property.
 void CloseSequenceResponseElement.setIdentifier(Identifier value)
          Sets the value of the identifier property.
 void CreateSequenceResponseElement.setIdentifier(Identifier value)
          Sets the value of the identifier property.
 void MakeConnectionElement.setIdentifier(Identifier id)
           
 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.
 void TerminateSequenceResponseElement.setIdentifier(Identifier value)
          Sets the value of the identifier property.