Uses of Class
net.webpdf.wsclient.schema.operation.ReplyState
-
Packages that use ReplyState Package Description net.webpdf.wsclient.schema.operation -
-
Uses of ReplyState in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as ReplyState Modifier and Type Field Description protected ReplyStateReplyStateAnnotationType. replyStateMethods in net.webpdf.wsclient.schema.operation that return ReplyState Modifier and Type Method Description static ReplyStateReplyState. fromValue(String v)ReplyStateReplyStateAnnotationType. getReplyState()Gets the value of the replyState property.static ReplyStateReplyState. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplyState[]ReplyState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type ReplyState Modifier and Type Method Description voidReplyStateAnnotationType. setReplyState(ReplyState value)Sets the value of the replyState property.
-