Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.model.wstrust14.ImageType

Packages that use ImageType
org.apache.cxf.ws.security.sts.provider.model.wstrust14   
 

Uses of ImageType in org.apache.cxf.ws.security.sts.provider.model.wstrust14
 

Fields in org.apache.cxf.ws.security.sts.provider.model.wstrust14 declared as ImageType
protected  ImageType TextChallengeType.image
           
protected  ImageType ChoiceType.image
           
 

Methods in org.apache.cxf.ws.security.sts.provider.model.wstrust14 that return ImageType
 ImageType ObjectFactory.createImageType()
          Create an instance of ImageType
 ImageType TextChallengeType.getImage()
          Gets the value of the image property.
 ImageType ChoiceType.getImage()
          Gets the value of the image property.
 

Methods in org.apache.cxf.ws.security.sts.provider.model.wstrust14 with parameters of type ImageType
 void TextChallengeType.setImage(ImageType value)
          Sets the value of the image property.
 void ChoiceType.setImage(ImageType value)
          Sets the value of the image property.
 


Apache CXF API

Apache CXF